body {
  margin: 0 auto;
  padding: 0;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  color: #262f47;
}

div#header {
  height: 110px;
  background-color: white;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  top: 0;
  left: 0;
  z-index: 99999;
}
div#header.higher {
  height: 145px;
}
div#header.subsite {
  position: absolute;
  background-color: #fff;
}
div#header.fixed {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

header#logo {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 3000;
  width: auto;
}
header#logo a {
  display: block;
  position: relative;
  z-index: 0;
}
header#logo a img {
  width: 213px;
}

nav#menu {
  position: absolute;
  top: 15px;
  left: 0;
  border-bottom: 0;
}
nav#menu ul {
  text-align: right;
}
nav#menu ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
nav#menu ul li a {
  color: #999;
  font-weight: 400;
  font-size: 16px;
  padding: 12px 0;
  line-height: 20px;
  display: block;
  font-family: "Roboto", sans-serif;
}
nav#menu ul.sheader li {
  margin-left: 5px;
  margin-right: 5px;
}
nav#menu ul.sheader li a {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  padding: 10px 7px;
}
nav#menu ul li:hover > a {
  text-decoration: none;
  color: #0066FF;
}
nav#menu ul li a:after {
  content: "";
  height: 2px;
  width: 0;
  background-color: #0066FF;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
nav#menu ul li a:hover:after, nav#menu ul li a.active:after {
  width: 100%;
}
nav#menu ul li a.active {
  color: #000;
}
nav#menu ul li a:hover {
  text-decoration: none;
  color: #0066FF;
}
nav#menu ul li .submenu {
  display: none;
  position: absolute;
  background-color: #0066FF;
  top: 42px;
  left: -15px;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
  z-index: 10000;
  color: #fff;
  min-width: 180px;
}
nav#menu ul li .submenu li a:after {
  content: "";
  height: 2px;
  width: 0;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
nav#menu ul li .submenu li a:hover:after, nav#menu ul li .submenu li a.active:after {
  width: 100%;
}
nav#menu ul li:hover .submenu {
  display: block;
}
nav#menu ul li:hover .submenu ul {
  text-align: left;
}
nav#menu ul li:hover .submenu ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #4d94ff;
  margin: 0;
  padding: 5px 0;
}
nav#menu ul li:hover .submenu ul li:first-child {
  padding-top: 0;
}
nav#menu ul li:hover .submenu ul li:last-child {
  border: 0;
  padding-bottom: 0;
}
nav#menu ul li:hover .submenu ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 8px 5px;
  color: #fff;
}
nav#menu ul li:hover .submenu ul li a:hover, nav#menu ul li:hover .submenu ul li a.active {
  color: #fff;
}
nav#menu ul.sheader li:hover .submenu ul li a {
  font-size: 13px;
}
nav#menu ul li a.button {
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  color: #fff;
  padding: 8px 25px;
  background-color: #0066ff;
}
nav#menu ul li a.button:hover {
  background-color: #262f47;
  color: #fff;
}

/*nav#menu ul.sheader {padding-right:100px;}*/
section#communicate {
  padding: 8px 0;
  text-align: left;
  background: #480ca8;
}
section#communicate p {
  margin: 0;
  color: #fff;
  font-size: 11px;
}
section#communicate p a {
  color: #fff;
}
section#communicate p a i {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 5px;
  font-size: 14px;
}
section#popup {
  padding: 6px 0;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 30000;
  background-color: #000;
}
section#popup .justify {
  padding: 0 60px;
}
section#popup p {
  margin: 0;
  color: #fff;
  font-size: 13px;
}
section#popup p a {
  color: #fff;
}
section#popup p a i {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 5px;
  font-size: 14px;
}
section#popup a#remove {
  position: absolute;
  top: 5px;
  right: 0;
  color: #fff;
}
section#popup a#remove i {
  font-size: 20px;
}
section#header {
  position: relative;
  z-index: 9999;
}
section#header.bgnews {
  background-color: #f6f6f6;
  background-image: url("../gfx/bg/bgnews.jpg");
  background-size: cover;
  background-position: center top;
}
section#header.bgidnews {
  background-attachment: fixed;
}
section#header .justify {
  height: 400px;
}
section#header .justify hgroup, section#header .justify header {
  position: absolute;
  bottom: 30px;
  left: 0;
}
section#header .justify hgroup h2 {
  font-size: 20px;
  line-height: 1em;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
section#header .justify hgroup h3 {
  font-size: 60px;
  line-height: 1em;
  color: #fff;
  font-weight: 300;
  margin: 0.2em 0;
}
section#header .justify header h2, section#header .justify header h3 {
  font-size: 60px;
  line-height: 1em;
  color: #fff;
  font-weight: 300;
  margin: 0.2em 0;
}
section#header .justify img.icon {
  right: 0;
  top: 50%;
  position: absolute;
  z-index: 10;
}

nav#submenu {
  position: absolute;
  top: 0;
  right: 0;
}
nav#submenu ul {
  text-align: right;
}
nav#submenu ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 25px 0;
  text-align: center;
}
nav#submenu ul li a {
  background-position: center 10px;
  background-repeat: no-repeat;
  color: #262f47;
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  line-height: 40px;
  display: block;
  padding: 25px 15px 0 15px;
  font-family: "Roboto", sans-serif;
}
nav#submenu ul li:nth-child(1) a {
  background-image: url("../gfx/icon/menu/poczta.png");
}
nav#submenu ul li:nth-child(2) a {
  background-image: url("../gfx/icon/menu/ebok.png");
}
nav#submenu ul li:nth-child(3) a {
  background-image: url("../gfx/icon/menu/kontakt.png");
}
nav#submenu ul li:nth-child(4) a {
  background-image: url("../gfx/icon/menu/czcionka.png");
}
nav#submenu ul li:nth-child(5) a {
  background-image: url("../gfx/icon/menu/kontrast.png");
}
nav#submenu ul li:nth-child(6) a {
  background-image: url("../gfx/icon/menu/szukaj.png");
}

section#helper {
  position: absolute;
  right: 0;
  top: 25px;
}
section#helper form {
  position: relative;
}
section#helper input[type=text] {
  border: 0;
  border-bottom: 1px solid #1c253c;
  padding: 5px;
  font-size: 15px;
}
section#helper button[type=submit] {
  position: absolute;
  top: 5px;
  right: 0;
  background: transparent;
  border: 0;
}
section#helper button[type=submit] i {
  font-size: 14px;
}
section#helper ul.icons {
  margin: 0;
  padding-left: 20px;
  border-left: 1px solid #dbdbdb;
}
section#helper ul.icons li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
}
section#helper ul.icons li a {
  font-size: 14px;
  font-weight: 600;
}
section#helper ul.icons li a:hover {
  text-decoration: none;
}
section#helper ul.icons li a i {
  font-size: 14px;
}
section#slider {
  background-color: #f2f2f2;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section#slider img.helper {
  max-width: 100%;
  height: auto;
  z-index: -10;
}
section#check form {
  width: 100%;
}
section#check form input[type=text] {
  font-family: "Roboto", sans-serif;
  width: 23%;
  margin: 0 1%;
  line-height: 42px;
  height: 42px;
  padding: 3px 18px 0;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 98% 7px;
  transition: all 0.3s ease;
}
section#check form input[type=text][name=spot] {
  background-image: url("../gfx/icon/availability-city.png");
}
section#check form input[type=text][name=street] {
  background-image: url("../gfx/icon/availability-street.png");
}
section#check form input[type=text][name=number] {
  width: 10%;
  margin: 0 2% 0 1%;
  background-image: url("../gfx/icon/availability-number.png");
}
section#check form input[type=text]:focus {
  border: 1px solid #fff;
  box-shadow: 0 0 3px rgba(10, 177, 243, 0.75);
  background-position: 92% 7px;
}
section#check form input[type=submit] {
  display: inline-block;
  color: #FFF;
  background-color: #db2200;
  border: 1px solid #db2200;
  padding: 14px 36px 12px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 400;
  cursor: pointer;
}
section#check form input[type=submit]:hover {
  background-color: #23b9f4;
  border: 1px solid #23b9f4;
  color: #fff;
  text-decoration: none;
}
section#check form input[type=submit]:disabled {
  border-color: #dbdbdb;
  background-color: #dbdbdb;
  cursor: not-allowed;
}
section#check form input[type=submit]:disabled:hover {
  border-color: #c5c5c5;
  background-color: #c5c5c5;
}
section#check p.title {
  font-size: 18px;
}
section#check .border {
  width: 46%;
  margin: 2% 2% 0;
  padding: 30px;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
}
section#check .border p {
  margin: 40px auto;
}
section#check .border a.button {
  font-size: 13px;
  padding: 12px 25px;
}

#checkresult p.title {
  font-size: 18px;
}
#checkresult .border {
  width: 100%;
  display: block;
  position: relative;
  height: 90px;
  padding: 5px 0;
  margin-bottom: 15px;
}
#checkresult .border p {
  max-width: 70%;
  margin-top: 0;
}
#checkresult .border p.title {
  font-size: 18px;
  margin-bottom: 0;
}
#checkresult .border a.link-right {
  font-size: 14px;
  position: absolute;
  top: 30px;
  right: 0;
  text-aling: right;
  max-width: 30%;
  padding: 8px 12px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
  border-radius: 20px;
}

section#howto {
  background-image: url("../gfx/bg/howto.jpg");
  background-position: center top;
  background-size: cover;
}
section#howto h3 {
  font-size: 30px;
  line-height: 30px;
}
section#howto p.result {
  color: #fff;
}
section#howto .box-4 {
  padding: 15px 10px;
  position: relative;
}
section#howto input[type=text] {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  border: 0;
  border-radius: 20px;
  height: 40px;
  padding: 10px 20px;
  line-height: 20px;
  height: 40px;
}
section#howto a.resetCity, section#howto a.resetStreet {
  position: absolute;
  top: 30px;
  right: 30px;
}
section#howto a.resetCity i, section#howto a.resetStreet i {
  font-size: 14px;
  color: #000;
}
section#howto a.resetCity.hide, section#howto a.resetStreet.hide {
  display: none;
}
section#howto .box-shadow {
  min-height: 200px;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
section#howto .box-shadow.full {
  margin-left: 2%;
  width: 98%;
}
section#howto .box-shadow p {
  line-height: 16px;
}
section#howto .box-shadow p.stitle {
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  color: #252e46;
  height: 80px;
}
section#howto .box-shadow p a {
  font-size: 13px;
  color: #db2200;
  line-height: 16px;
}
section#howto .box-shadow p.stitle a {
  font-size: 17px;
  line-height: 21px;
}
section#howto .box-shadow.full a {
  font-size: 17px;
  font-weight: 600;
  color: #db2200;
}
section#howto .box-shadow.full a img {
  display: inline-block;
  max-width: 42px;
  margin-bottom: 5px;
}
section#howto .box-shadow.full .box-3 {
  border-right: 1px solid #d6d6d6;
}
section#howto .box-shadow.full .box-3:last-of-type {
  border: 0;
}
section#howto #checkresult p {
  color: #fff;
  text-align: left;
}
section#news h3 {
  font-size: 60px;
  line-height: 1em;
  color: #797979;
  font-weight: 300;
}
section#news .news {
  background-color: #fff;
  width: 24%;
  margin: 1% 0.5%;
}

.box-news {
  background-color: #fff;
  width: 24%;
  margin: 1% 0.5%;
}

section#news .news .thumb, .box-news .thumb {
  width: 100%;
  margin: 0;
  height: 200px;
  overflow: hidden;
  display: block;
}

section#news .news .thumb img, .box-news .thumb img {
  max-width: 100%;
  transition: all 0.3s ease;
}

section#news .news:hover .thumb img, .box-news:hover .thumb img {
  transform: scale(1.05) rotate(1deg);
}

section#news .news .description, .box-news .description {
  padding: 20px 30px;
  text-align: left;
}

section#news .news .description a, .box-news .description a {
  display: block;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #1c253c;
}

section#news .news .description p.date, .box-news .description p.date {
  color: #0066FF;
}

section#recommend h3 {
  font-size: 30px;
  line-height: 30px;
}

.upsite, #onenews {
  position: relative;
  top: -100px;
  padding: 44px 100px;
  z-index: 9999;
}
@media screen and (max-width: 480px) {
  .upsite, #onenews {
    padding: 10px;
    top: 0;
  }
}

#onenews {
  top: -60px;
}
#onenews p.date {
  color: #0066ff;
}

section#dmiss h3 {
  font-size: 30px;
  line-height: 30px;
}
section#dmiss a.button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
  border-color: #1c253c;
  background-color: #fff;
  color: #1c253c;
  padding: 10px 20px 8px;
  text-transform: none;
}
section#dmiss a.button:hover {
  background-color: #1c253c;
  color: #fff;
}
section#dmiss .item {
  padding: 0 5px;
}
section#dmiss .item .box {
  border-radius: 5px;
  overflow: hidden;
  min-height: 320px;
  border: 1px solid #d6d6d6;
}
section#dmiss .item .box a.screen {
  display: block;
  height: 120px;
  overflow: hidden;
  width: 100%;
}
section#dmiss .item .box a.screen img {
  max-width: none;
  height: 150px;
  transition: all 0.3s ease;
}
section#dmiss .item .box:hover a.screen img {
  transform: scale(1.1);
}
section#dmiss .item .box div.logo {
  width: 100%;
  height: 60px;
}
section#dmiss .item .box img.logo {
  margin-top: 15px;
  max-height: 60px;
  max-width: 100px;
}
section#dmiss .item p {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #7c7c7c;
  padding: 0 15px;
}
section#dmiss .item p.title {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  height: 40px;
  color: #212121;
  overflow: hidden;
}
section#dmiss .item p.desc {
  font-size: 11px;
  line-height: 16px;
}
section#dmiss .item p.desc span {
  font-size: 11px;
  margin-left: 5px;
}
section#dmiss .item .left, section#dmiss .item .right {
  border-top: 1px solid #d6d6d6;
  padding: 5px 0 0 0;
}
section#dmiss .item .left {
  width: 0%;
  margin-left: 5%;
}
section#dmiss .item .right {
  width: 95%;
  margin-right: 5%;
}
section#dmiss .item .left p, section#dmiss .item .right p {
  font-size: 11px;
  padding: 0;
}
section#search p.desc {
  font-size: 13px;
  font-weight: 300;
}
section#search p a i {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
section#search a.button.small {
  font-size: 13px;
  padding: 10px 15px;
}
section#offer p {
  color: #575757;
}
section#offer p.desc {
  font-size: 18px;
  margin-bottom: 0;
}
section#icons img {
  margin-bottom: 20px;
}
section#icons p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}
section#series1 {
  background-image: url("../gfx/design/series-01.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
section#series2 {
  background-image: url("../gfx/design/series-02.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

form.program {
  text-align: right;
  margin-bottom: 10px;
}
form.program label {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0 10px 0 25px;
}
form.program select {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  font-size: 13px;
  border: 1px solid #dbdbdb;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

div#program .item {
  padding: 0 5px;
}
div#program .item .box {
  border-radius: 5px;
  overflow: hidden;
  min-height: 300px;
  border: 1px solid #d6d6d6;
}
div#program .item p {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  color: #7c7c7c;
  padding: 0 10px;
}
div#program .item div.logo {
  width: 100%;
  height: 110px;
  display: block;
}
div#program .item img.logo {
  max-height: 40px;
  margin: 15px auto 5px auto;
}
div#program .item p.channel {
  color: #000;
  font-weight: 400;
  margin-top: 0;
}
div#program .item .box {
  height: 1000px;
  overflow: hidden;
}
div#program .item .box .list {
  max-height: 900px;
  /*overflow:hidden;*/
}
div#program .item .box p.position {
  font-size: 13px;
  padding: 10px 10px;
  margin: 0;
  display: block;
  min-height: 30px;
  color: #212121;
  overflow: hidden;
  transition: all 0.3s ease;
}
div#program .item .box p.position:nth-of-type(odd) {
  background-color: #f3f5f9;
}
div#program .item .box p.position:hover {
  background-color: rgba(10, 177, 243, 0.15);
}
div#program .item .box p.position span.time {
  color: #000;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  text-align: left;
  border-right: 1px solid #efefef;
  margin-right: 5%;
}
div#program .item .box p.position span.title {
  color: #000;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  width: 70%;
  text-align: left;
}

section#abonament .box-3 {
  border-left: 8px solid #f3f3f3;
  padding: 5px 0 0 20px;
}
section#abonament .box-3 aside.blank {
  width: 1px;
  height: 45px;
}
section#abonament p.title {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 0 8px;
}
section#abonament p.desc {
  margin: 0;
  font-size: 14px;
  color: #acacac;
}
section#abonament a.button {
  color: #acabab;
  font-family: "Roboto", sans-serif;
  border-radius: 20px;
  border: 0;
  font-weight: 600;
  background-color: #fff;
  margin: 0 6px;
}
section#abonament a.button:hover, section#abonament a.button.active {
  color: #fff;
  background-color: #db2200;
  border-color: #0066ff;
}
section#package-filters .filters {
  list-style: none;
  display: table;
}
section#package-filters .filters li {
  float: left;
  line-height: 30px;
}
section#package-filters .filters li > span {
  padding: 5px;
}
section#package-filters .filters .button {
  border: none;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  color: #fff;
  padding: 8px 25px;
  background-color: #0066ff;
  transition: ease background-color 0.3s;
  margin: 5px;
  cursor: pointer;
}
section#package-filters .filters .button:hover {
  background-color: #0052cc;
}
section#order-form {
  min-height: 1500px;
}
section.konfigurator {
  width: 100%;
}
section.konfigurator .mainPackage.owl-carousel .owl-stage {
  display: flex;
}
section.konfigurator .mainPackage.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
section.konfigurator .mainPackage.owl-carousel .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
section.konfigurator .mainPackage.owl-carousel .flex-text {
  flex-grow: 1;
}
section.konfigurator .mainPackage.owl-carousel .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}
section.konfigurator .mainPackage .item {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 40px;
  display: flex;
}
section.konfigurator .hide, section.konfigurator.hide {
  display: none;
}
section.konfigurator .box {
  opacity: 1;
  position: relative;
  display: inline-block;
  max-width: 300px;
  width: 94%;
  margin: 15px 3%;
  border-radius: 3px;
  background-color: #fff;
  border: 0;
  padding: 0 0 30px 0;
  overflow: visible;
  transition: all 0.2s ease;
}
section.konfigurator .box.popular {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  margin: 15px 3%;
  opacity: 1;
}
section.konfigurator .box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  margin: 15px 3%;
  opacity: 1;
  background-color: #fff;
}
section.konfigurator .box.disable {
  opacity: 1;
}
section.konfigurator .box img.distinction {
  position: absolute;
  top: -6px;
  left: -6px;
}
section.konfigurator .box p.distinction {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  line-height: 36px;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
section.konfigurator .box p {
  color: #999999;
}
section.konfigurator .box p.title {
  font-size: 22px;
  font-weight: 700;
  margin: 40px 0 0 0;
  color: #000;
}
section.konfigurator .box p.desc {
  margin: 0;
  font-size: 14px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 14px;
  color: #666;
  height: auto;
  padding: 15px 10px;
  text-align: center;
}
section.konfigurator .box p.price {
  display: block;
  margin: 20px auto;
}
section.konfigurator .box p.price .amount {
  font-size: 34px;
  font-weight: 500;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
section.konfigurator div#pakiet[data-pack="6"] .box p.price .amount {
  font-size: 26px;
}
section.konfigurator .box {
  border: 3px solid #ddd;
  padding-bottom: 50px;
}
section.konfigurator .box p.price .amount .nopromo {
  width: 100%;
  text-decoration: line-through;
  font-size: 13px;
  color: #999;
  position: absolute;
  top: -20px;
  left: 0;
  opacity: 0.5;
}
section.konfigurator .box p.price .amount .price {
  width: 100%;
  font-size: 46px;
  line-height: 46px;
  font-weight: 400;
  color: #0066ff;
}
section.konfigurator .box p.price .unit {
  font-size: 13px;
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  color: #909090;
}
section.konfigurator .box p.position {
  text-align: left;
  font-size: 0;
  color: #000;
  display: block;
  margin: 0 3%;
  padding: 6px 10px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
section.konfigurator .box p.position.end {
  min-height: 10px;
  padding: 0;
  border: 0;
}
section.konfigurator .box p.position .value {
  width: 50%;
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  vertical-align: top;
  text-align: left;
}
section.konfigurator .box p.position .value i {
  font-size: 14px;
  width: 16px;
  margin-right: 6px;
  color: #1d253c;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
section.konfigurator .box p.position .unit {
  width: 50%;
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  vertical-align: top;
  text-align: right;
}
section.konfigurator .box p.position .unit i {
  font-size: 14px;
  width: 16px;
  margin-left: 6px;
  color: #0066ff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -4px;
}
section.konfigurator .box p.position a.borderPosition {
  font-size: 12px;
  font-weight: 500;
  background-color: #fcfdfe;
  color: #1d253c;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 3px 0;
}
section.konfigurator .box p.position a.borderPosition:hover {
  background-color: #fcfdfe;
  border-color: #1d253c;
}
section.konfigurator .box p.position a.borderPosition i {
  font-size: 14px;
  width: 16px;
  margin-right: 6px;
  color: #1d253c;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
section.konfigurator .box p.position a.borderPosition:hover i {
  color: #1d253c;
}
section.konfigurator .box p.position .desc {
  display: block;
  width: 100%;
  color: #acacac;
  font-size: 13px;
  line-height: 15px;
  margin-top: 5px;
}
section.konfigurator .box p.position a span {
  color: #0066ff !important;
  transition: all 0.3s ease;
}
section.konfigurator .box p.position a:hover {
  text-decoration: none;
}
section.konfigurator .box p.position a:hover span {
  color: #424242 !important;
  text-decoration: underline;
}
section.konfigurator .box a.button.choose-button {
  font-weight: 600;
  background-color: #0066ff;
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  text-align: center;
  border: 0;
  padding: 15px 0;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.konfigurator .box a.button.choose-button:hover {
  background-color: #2a1f22 !important;
  transform: scale(1.05);
}
section.konfigurator .box a.button.choose-button:hover:before {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  background: rgba(42, 31, 34, 0.2);
}
section.konfigurator .box.popular a.button {
  background-color: #0066ff;
}
section.konfigurator .box.disable a.button {
  background-color: #0066ff;
}
section.konfigurator .box.disable a.button:hover {
  background-color: #2a2a2a;
}

p.title.tconfig {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px 8px;
}
p.title.sconfig {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

div#supplement .w75 {
  background-color: #fff;
  padding: 15px 25px;
}
div.group {
  height: 60px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}
div.group.active {
  height: auto;
}
div.group:last-of-type {
  border: 0;
}
div.group > p.title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin: 15px 0 5px 8px;
  min-height: 40px;
}
div.group > p.title span.grey {
  font-size: 0.8em !important;
}
div.group > p.title {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
div.group > p.title:hover {
  color: #0066ff;
}
div.group.active > p.title {
  color: #0066ff;
}
div.group .priceFrom {
  position: absolute;
  left: 50%;
  top: 10px;
  line-height: 15px;
  color: #000;
}
div.group > .button {
  position: absolute;
  right: 3%;
  top: 0;
}
div.group > .button span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

/*div.group > p.title:after {position:absolute;top:0;left:0;font-family:"Font Awesome 5 Free";content:'\f078';font-weight:900;font-size:22px;color:#000;transition:all 0.3s ease;}*/
/*div.group.active > p.title:after {content:'\f077';color:#dbdbdb;}*/
.item div[data-name=pack] .option {
  width: 100%;
  margin: 0;
  padding: 10px 10px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.item div[data-name=pack] .option:last-of-type {
  border: 0;
}
.item div[data-name=pack] .option .hr {
  width: 90%;
  height: 1px;
  border-bottom: 1px solid #b5cee3;
  margin: 0 0 10px 0;
}
.item div[data-name=pack] .option p {
  margin: 0;
}
.item div[data-name=pack] .option p.title {
  color: #000;
  text-align: left;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  padding: 0 10px;
}
.item div[data-name=pack] .option p.price {
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  color: #000;
  text-align: left;
}
.item div[data-name=pack] .option .confirm {
  width: 30px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
  float: right;
  position: relative;
  top: 0;
}
.item div[data-name=pack] .option .confirm i {
  font-size: 22px;
  color: #54c754;
  width: 30px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
  float: left;
  position: relative;
  top: -1px;
}
.item div[data-name=pack] .option .confirm a.button {
  font-size: 0;
  width: 30px;
  height: 16px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  background-color: #cccccc !important;
  padding: 0;
  position: relative;
}
.item div[data-name=pack] .option .confirm a.button:after {
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  top: 2px;
  left: 2px;
}
.item div[data-name=pack] .option .confirm a.button.active {
  border: 1px solid #0066ff;
  background-color: #fff !important;
}
.item div[data-name=pack] .option .confirm a.button.active:after {
  left: 16px;
  background-color: #0066ff;
}

div.additional {
  position: relative;
  width: 100%;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  padding: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}
div.additional.supplement {
  width: 23%;
  margin: 10px 1%;
  display: inline-block;
  vertical-align: top;
}
div.additional div.additional {
  width: 94%;
  margin-left: 6%;
  border: 1px dashed #8f8f8f;
  transition: all 0.3s ease;
}
div.additional.supplement div.additional {
  width: 100%;
  margin: 0;
  border: 0;
  background-color: #fff;
}
div.additional.active {
  border-color: #d5d6d8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
div.additional.active div.additional {
  border-color: #8f8f8f;
  box-shadow: none;
}
div.additional div.additional.active {
  border-color: #8f8f8f;
  box-shadow: none;
}
div.additional .icon {
  width: 5%;
}
div.additional div.additional .icon {
  width: 3%;
}
div.additional .icon a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 5%;
  border: 1px solid #0066ff;
  color: #fff;
  font-size: 13px;
  display: block;
  background-color: #0066ff;
  border-radius: 3px;
}
div.additional div.additional .icon a {
  width: 3%;
}
div.additional .icon a.stoggle {
  border: 1px solid #4f4f4f;
  background-color: #4f4f4f;
}
div.additional .icon a i {
  margin-top: 15%;
  font-size: 18px;
}
div.additional div.additional .icon a i {
  font-size: 14px;
}
div.additional.disabled {
  opacity: 0.5;
}
div.additional .additional.disabled {
  opacity: 1;
}
div.additional .additional.disabled * {
  opacity: 0.5;
}
div.additional.disabled a.button {
  display: none;
}
div.additional div.additional.disabled a.button {
  display: none !important;
}
div.additional.supplement .description {
  width: 100%;
  margin: 0;
  padding: 12px 10px;
  background-color: #fff;
  text-align: center;
}
div.additional.supplement .description .hr {
  width: 90%;
  height: 1px;
  border-bottom: 1px solid #e4e4e4;
  margin: 2px 0 0 0;
}
div.additional.supplement .description p {
  font-size: 13px;
  line-height: 15px;
  color: #454d65;
}
div.additional.supplement .description p a {
  font-size: 13px;
  color: #454d65;
}
div.additional.supplement .subsupplement .description p a {
  font-size: 12px;
}
div.additional.supplement .description p a:hover {
  text-decoration: none;
  color: #bddf54;
}
div.additional.supplement .description p a i {
  color: #5f709c;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  position: relative;
  top: -1px;
}
div.additional.supplement .description p.info {
  font-size: 13px;
  font-weight: 500;
  color: #454d65;
  padding: 0;
  margin: 0 0 5px 0;
}
div.additional.supplement div.additional.subsupplement {
  border: 0;
  border-radius: 0;
  padding: 5px;
  min-height: 50px;
}
div.additional.supplement div.additional.subsupplement .description p {
  margin: 0;
}
div.additional.supplement div.additional.subsupplement .description p.title {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  padding: 0;
}
div.additional.supplement div.additional.subsupplement .description p.price {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #c1c1c1;
}
div.additional .description .content {
  display: none;
  padding-top: 5px;
}
div.additional .description .content img {
  max-width: 90px;
  margin: 5px;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #efefef;
}
div.additional div.price {
  width: 15%;
  border-left: 1px solid #f3f5f9;
  border-right: 1px solid #f3f5f9;
}
div.additional.supplement div.price {
  width: 100%;
  border: 0;
  padding-top: 15px;
  background-color: #fbfcfd;
  border-bottom: 1px solid #e4e4e4;
}
div.additional.supplement .price p.title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
div.additional .price p.price {
  width: 100%;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin-top: 0;
  color: #0066ff;
  padding-top: 0;
}
div.additional.supplement .price p.price {
  line-height: 15px;
}
div.additional.supplement .subsupplement {
  position: relative;
  padding: 5px;
}
div.additional.supplement .subsupplement .left {
  text-align: left;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 100%;
}
div.additional.supplement .subsupplement .right {
  text-align: right;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 50%;
}
div.additional.discount .price p.price {
  color: #f6a405;
}
div.additional .price p.price span {
  font-size: 13px;
  color: #8a8a8a;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
div.additional .confirm {
  width: 15%;
  padding-left: 2%;
}
div.additional.supplement .confirm {
  width: 100%;
  padding: 0;
}
div.additional .confirm a.button {
  background: none;
  padding-left: 0;
  padding-right: 0;
  background-color: #1d253a;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  width: 100%;
  margin: 0;
  text-align: center;
  border: 1px solid #1d253a;
  padding: 8px 20px;
}
div.additional.supplement .confirm a.button {
  border-radius: 0;
  border: 0;
  background-color: #0066ff;
  padding: 20px 0;
}
div.additional.supplement .confirm a.button:hover {
  background-color: #1d253a;
}
div.additional.supplement .subsupplement .confirm {
  width: 30px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
  float: left;
  position: relative;
  top: 0px;
}
div.additional.supplement .subsupplement .confirm i {
  font-size: 22px;
  color: #54c754;
  width: 30px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
  float: left;
  position: relative;
  top: -1px;
}
div.additional.supplement .subsupplement .confirm a.button {
  font-size: 0;
  width: 30px;
  height: 16px;
  border-radius: 20px;
  border: 1px solid #1d253c;
  background-color: #fff !important;
  padding: 0;
  position: relative;
}
div.additional.supplement .subsupplement .confirm a.button:after {
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1d253c;
  top: 2px;
  left: 2px;
}
div.additional div.additional .confirm p {
  font-style: italic;
  display: none;
}
div.additional.active div.additional .confirm a.button, div.additional.active div.additional .confirm p {
  display: block;
}
div.additional.active .confirm a.button {
  background-color: #dbdbdb;
  color: #8a8a8a;
}
div.additional.active .confirm a.button:hover {
  background-color: #6a6a6a;
  color: #fff;
}
div.additional div.additional.active .confirm a.button {
  border: 1px solid #0066ff;
}
div.additional.supplement .subsupplement.active .confirm a.button:after {
  left: 16px;
  background-color: #0066ff;
}
div#discounts {
  padding: 10px 25px;
  margin-bottom: 40px;
}
div.additional.discount {
  background-color: #fff;
  border: 0;
}
div.additional.discount * {
  transition: all 0.3s ease;
}
div.additional.discount .icon {
  display: none;
}
div.additional.discount .description {
  width: 70%;
}
div.additional.discount p {
  font-size: 14px;
  color: #000;
  margin: 0 0 10px 0;
}
div.additional.discount p.title {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 0;
}
div.additional.discount div.price {
  padding-top: 0;
}
div.additional.discount .price p.price {
  color: #06d6a0;
  margin-bottom: 0;
}
div.additional.discount .confirm {
  padding: 0 2% 0 0;
}
div.additional.discount.disable * {
  opacity: 0.5;
}
div.additional.discount.disable .confirm {
  opacity: 1;
}
div.additional.discount.disable .confirm a.button {
  opacity: 1;
}
div.additional.discount.disable a, div.additional.discount.disable p.price {
  color: #dbdbdb;
}
div.additional.discount .confirm a.button {
  text-transform: none;
  font-weight: 400;
  color: #999;
  background-color: #dbdbdb;
  color: #000;
  border-color: #dbdbdb;
}
div.additional.discount.disable .confirm a.button {
  color: #fff;
  background-color: #06d6a0;
  border-color: #06d6a0;
}
div#summary_package {
  /*border-bottom:1px solid #b5cee3;*/
}
div.summary div.option, div.summary div.supplement, div.summary div.discount {
  /*border-bottom:1px solid #b5cee3;*/
}
div.summary div.subsupplement {
  border-bottom: 0;
}
div.summary div.subsupplement .left {
  padding: 0 0 0 20px;
}
div.summary div.subsupplement p {
  color: #8a8a8a !important;
  margin: 0;
  padding: 0 0 8px 0;
}
div.summary .left {
  padding: 0 10px;
  border-right: 0;
}
div.summary .right {
  padding: 0 10px;
}
div.summary p {
  margin: 0;
  padding: 8px 0;
  color: #000;
}
div#summary {
  display: block;
  margin-top: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #b5cee3;
}
div#summary p {
  color: #000;
}

/*div.additional:hover {box-shadow:0 0 10px rgba(0,0,0,0.15);}*/
/*div.additional.active div.additional.active {border-color:#f27580;box-shadow:0 0 10px rgba(149,171,209,0.5);}*/
/*div.additional div.additional .confirm a.button {font-size:13px;padding:8px;background-color:#4f4f4f;border:1px solid #4f4f4f;display:none;}*/
.finalStage div#summary {
  border-top: 0;
  border-bottom: 0;
}

div#summary .right {
  border-left: 0;
  padding-left: 5%;
  padding-right: 5%;
}
div#summary .left {
  vertical-align: top;
  padding: 0 10px;
}
div#summary .right {
  vertical-align: top;
  padding: 0 10px;
}
form#order input[type=submit] {
  border-radius: 30px;
  margin-top: 10px;
  padding: 16px 45px 14px;
  background-color: #06D6A0;
  border-color: #06D6A0;
  transition: all 0.3s ease;
}
form#order input[type=submit]:hover {
  color: #2f2f2f;
  background-color: #fff;
  border-color: #fff;
}

section.konfigurator {
  padding-bottom: 0 !important;
}
section.konfigurator .full {
  border: 0;
}

div#options h3 {
  margin-bottom: 20px;
}
div#options .radio-option, div#options .checkbox-option {
  background-color: #fff;
  padding: 15px 25px;
  font-size: 0;
}
div#options .box-option {
  cursor: pointer;
  width: 23%;
  margin: 0 1%;
  min-height: inherit;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 10px 15px;
  border: 2px solid #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}
div#options .checkbox-option .box-option {
  min-height: 440px;
}
div#options .box-option .thumb {
  width: 100%;
  height: 180px;
  text-align: center;
}
div#options .box-option .thumb img {
  max-height: 180px;
  margin: 0 auto;
}
div#options .box-option .thumb img.none {
  margin-top: 15px;
}
div#options .box-option:hover {
  border-color: #dbdbdb;
}
div#options .box-option.active {
  border-color: #0066ff;
}
div#options .box-option p.title {
  font-size: 16px;
  text-align: left;
  line-height: 1.2em;
  height: 4.4em;
  display: block;
  margin: 0;
}
div#options .box-option.active p.title {
  color: #0066ff;
}
div#options .box-option p span {
  font-size: 13px;
  color: #8a8a8a;
  display: block;
}
div#options .box-option span.price {
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  height: 40px;
  margin-bottom: 10px;
}
div#options .box-option span.price strong.promo {
  color: #06D6A0;
}
div#options .box-option span.price em {
  font-style: normal;
  font-weight: 300;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.4em;
  display: block;
  width: 100%;
}
div#options .box-option span.description {
  font-size: 12px;
  line-height: 1.2em;
  color: #8a8a8a;
  text-align: left;
}
div#options .radio-option .radio-slide {
  width: 100%;
  border-bottom: 3px solid #dbdbdb;
  margin-bottom: 50px;
  position: relative;
}
div#options .radio-option .radio-slide span.point {
  position: absolute;
  width: 100%;
  display: block;
  top: -8px;
  text-align: center;
  transition: all 0.3s ease;
}
div#options .radio-option .radio-slide span.point:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #0066ff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
div#options .radio-option .box-option {
  text-align: center;
  padding: 30px 15px 10px;
  border: 0 !important;
}
div#options .radio-option .box-option p.title {
  text-align: center;
  height: auto;
  margin-bottom: 10px;
}
div#options .radio-option .box-option.active p.title, div#options .radio-option .box-option:hover p.title {
  color: #0066ff;
}
div#options .radio-option .box-option span.price {
  font-size: 12px;
  color: #8a8a8a;
  font-weight: 300;
  height: auto;
}

span.grey {
  font-size: 0.9em !important;
  color: #999 !important;
  font-weight: 400;
}

#discountWrapper #discounts {
  background-color: #fff;
}

section#summWrapper {
  max-width: 25%;
  position: absolute;
  top: -20px;
  right: 0;
}
section#summWrapper.finalStage {
  max-width: 100%;
  width: 100%;
  right: auto;
  left: 0;
}
section#summWrapper.finalStage #summ {
  max-width: 48%;
}
section#summ {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 20px 15px;
  margin-bottom: 40px;
}
section#summ .left p, section#summ .right p {
  font-size: 14px;
  color: #000;
  line-height: 16px;
}
section#summWrapper.finalStage #clientDataWrapper {
  max-width: 48%;
  position: absolute;
  top: 0;
  right: 0;
}
section#summWrapper.finalStage #clientDataWrapper #clientData {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 20px 15px;
  margin-bottom: 40px;
}

#summary_options_additional .left p, #summary_options_additional .right p {
  padding: 3px;
}

section#summ .step a.button {
  width: 100%;
  margin: 30px auto 0;
  font-weight: 400;
  text-transform: none;
  border: 0;
  background-color: #0066ff;
  color: #fff;
  padding: 10px 30px;
}
section#summ .step a.button:hover {
  background-color: #262f47;
}
section#summ .step a.button i {
  font-size: 13px;
  float: right;
}
section#summ .step a.button.back {
  background-color: #fff;
  border: 1px solid #999;
  color: #999;
  text-align: right;
  margin-top: 10px;
}
section#summ .step a.button.back i {
  float: left;
}
section#summ #summary p.monthly, section#summ #summary p.once {
  color: #0066ff;
  font-weight: 600;
}
section#podsumowanie {
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
section#podsumowanie #summary {
  order: 0;
}

.finalStage section#podsumowanie #summary {
  order: 9;
}
.finalStage section#podsumowanie #summary_package, .finalStage section#podsumowanie #summary_option div.option, .finalStage section#podsumowanie #summary_charge div.supplement, .finalStage section#podsumowanie #summary_supplement div.supplement, .finalStage section#podsumowanie #summary_discount div.discount {
  border-bottom: 1px solid #dbdbdb;
}
.finalStage #summary {
  text-align: right;
  padding-top: 30px;
  padding-right: 10px;
}

section#summ #summary p.monthly, section#summ #summary p.once {
  font-size: 17px;
}
section#summ #summary p.monthly span, section#summ #summary p.once span {
  font-size: 0.75em !important;
}

.finalStage #summary p {
  font-size: 18px;
}
.finalStage #summary .left, .finalStage #summary .right {
  width: 25%;
}

section#summ #summary_discount .right p {
  color: #06D6A0;
  font-weight: 700;
}

#orderWidget {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
#orderWidget .left {
  width: 47%;
  background-color: #1d253c;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0px 5px 41px rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-bottom: 0;
  padding-right: 0;
  overflow: hidden;
}
#orderWidget .left .w30 {
  width: 25%;
  background-color: #0066ff;
  text-align: center;
  padding: 30px 0 25px 0;
  border-top-left-radius: 0;
}
#orderWidget .left .w70 {
  width: 74%;
  margin-left: 1%;
  padding: 12px 10px 0 10px;
}
#orderWidget .left .w70 .left {
  box-shadow: none;
  border: 0;
}
#orderWidget .left .w70 .right {
  padding: 5px 0 0 0;
}
#orderWidget p {
  color: #FFF;
  margin: 0;
}
#orderWidget p.title {
  font-size: 14px;
  line-height: 18px;
}
#orderWidget p.discount {
  font-style: italic;
}

div#channels div.tabs ul li {
  width: auto;
  display: inline-block;
  margin-right: 3px;
  height: 39px;
  padding-left: 0;
  margin-bottom: 0;
}
div#channels div.tabs ul li:before {
  display: none;
}
div#channels div.tabs ul li a {
  display: block;
  padding: 15px 24px;
  height: 40px;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom: 1px solid #0066ff;
  color: #2f2f2f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
div#channels div.tabs ul li a:hover {
  color: #2f2f2f;
}
div#channels div.tabs ul li.active a {
  color: #0066ff;
  border-color: #0066ff;
  border-bottom: 1px solid #fff;
}
div#channels div.content {
  padding: 30px;
  border: 1px solid #0066ff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
div#channels div.content .list .logos {
  background-color: #f3f5f9;
  border: 1px solid #e2e2e2;
  width: 100%;
  height: auto;
  display: block;
}
div#channels div.content .list .box {
  position: relative;
  max-width: 8%;
  margin: 1%;
  padding: 5px;
  border: 1px solid #e2e2e2;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  transition: all 0.3s ease;
}
div#channels div.content .list .box:hover {
  border-color: #0066ff;
}
div#channels div.content .list .box.deactivate {
  opacity: 0.3;
}
div#channels div.content .list .box.deactivate:hover {
  opacity: 0.95;
}
div#channels div.content .list .box .about {
  display: none;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 500px;
  height: auto;
  padding: 15px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 0;
}
div#channels div.content .list .box .about .thumb {
  width: 36%;
  border-right: 1px solid #f3f5f9;
}
div#channels div.content .list .box .about .thumb img {
  max-width: 80%;
}
div#channels div.content .list .box .about .thumb p {
  font-size: 11px;
  line-height: 16px;
}
div#channels div.content .list .box .about .thumb p strong {
  font-size: 12px;
}
div#channels div.content .list .box .about .desc {
  width: 64%;
  padding-left: 5%;
  position: relative;
}
div#channels div.content .list .box .about .desc img.hd {
  position: absolute;
  top: 0;
  right: 10px;
}
div#channels div.content .list .box .about .desc p {
  font-size: 11px;
  line-height: 19px;
}
div#channels div.content .list .box .about .desc p.header {
  font-size: 14px;
  line-height: 19px;
}
div#channels div.content .list .box .about .desc p.title {
  font-size: 12px;
  line-height: 19px;
}
div#channels div.content .list .box .about .desc table.table {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
div#channels div.content .list .box .about .desc table.table td {
  width: 50%;
  font-size: 12px;
  border-bottom: 1px solid #f3f5f9;
  padding: 3px 5px 2px;
}
div#channels div.content .list .box .about .desc table.table td:first-child {
  font-weight: 500;
}
div#channels div.content .list .box.active .about {
  display: block;
  z-index: 10;
}
div#channels div.content .list .box.active.deactivate .about {
  opacity: 0.95;
}

section#content.epg {
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
  max-width: none;
  min-height: 400px;
  position: relative;
  transition: all 0.3s ease;
}
section#epg {
  width: 100%;
  height: 600px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: auto;
}
section#epg #channels {
  width: 8840px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
section#epg #channels > ul {
  width: 140px;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 10;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
section#epg #channels > ul li {
  width: 100%;
  height: 70px;
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
section#epg #channels > ul li a.favorites {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 0;
}
section#epg #channels > ul li a.favorites i {
  font-size: 14px;
}
section#epg #channels li a {
  display: block;
  padding: 15px 10px;
}
section#epg #channels li a img {
  max-height: 30px;
}
section#epg #channels li span.lcn {
  position: absolute;
  top: 6px;
  right: 10px;
  color: #000;
}
section#epg #epg_overlay {
  width: 100%;
  height: auto;
  min-height: 600px;
  overflow: auto;
  overflowposition: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section#epg #timeline_overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
section#epg #hoursline {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #1c253c;
  z-index: 10;
  padding-left: 200px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
section#epg #hoursline .settings {
  width: 200px;
  height: 70px;
  padding: 20px 0 0 10px;
  display: inline-block;
  background-color: #1c253c;
  border-bottom: 1px solid #1c253c;
  position: absolute;
  left: 0;
  margin-bottom: 2px;
}
section#epg #hoursline ul.time {
  width: 100%;
  height: 70px;
  position: relative;
  z-index: -1;
}
section#epg #hoursline ul.time li {
  display: inline-block;
  vertical-align: bottom;
  width: 90px;
  height: 30px;
  margin-top: 40px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  border-left: 1px dashed rgba(255, 255, 255, 0.1);
  padding-left: 10px;
}
section#epg #hoursline ul.time span {
  position: absolute;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  top: 22px;
  left: 10px;
  font-family: "Geomanist";
  font-weight: 400;
}
section#epg #hoursline ul li.time:first-child {
  border: 0;
}
section#epg #timeline {
  width: 8840px;
  height: auto;
  padding-left: 200px;
  padding-top: 62px;
  z-index: 1;
}
section#epg #timeline li {
  width: 100%;
  height: 70px;
  display: block;
  position: relative;
  border: 0;
}
section#epg #timeline li div {
  overflow: hidden;
  position: absolute;
  width: auto;
  height: 68px;
  padding: 10px 15px;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #efefef;
  border-top: 0;
  border-bottom: 0;
  z-index: 0;
  transition: all 0.3s ease;
}
section#epg #timeline li div i {
  position: absolute;
  bottom: 0;
  right: -32px;
  width: 32px;
  height: 32px;
  border-top-left-radius: 5px;
  background-color: #0066ff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  transition: all 0.3s ease;
}
section#epg #timeline li div a.reminder {
  position: absolute;
  bottom: 0;
  right: -64px;
  width: 32px;
  height: 32px;
  border-top-left-radius: 5px;
  background-color: #1d2333;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  transition: all 0.3s ease;
}
section#epg #timeline li div.past a.reminder, section#epg #timeline li div.active a.reminder {
  display: none;
}
section#epg #timeline li div:hover {
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  border-color: #0066ff;
  background-color: #fff;
  width: auto !important;
  z-index: 1;
}
section#epg #timeline li div:hover i {
  right: -1px;
}
section#epg #timeline li div:hover a.reminder {
  right: 32px;
}
section#epg #timeline li div:active i, section#epg #timeline li div:hover i:hover {
  background-color: #0066ff;
}
section#epg #timeline li div.past:hover {
  opacity: 1;
}
section#epg #timeline li div.hide {
  display: none;
}
section#epg #timeline li div.active {
  background-color: #f3f5f9;
}
section#epg #timeline li div.active aside.time {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #dbdbdb;
  overflow: hidden;
  transition: all 0.3s ease;
}
section#epg #timeline li div.active aside.time span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 10%;
  background-color: #0066ff;
}
section#epg #timeline li div:active {
  background-color: #0066ff;
}
section#epg #timeline li div:active * {
  color: #fff !important;
}
section#epg #timeline li div span {
  display: block;
  font-size: 11px;
  line-height: 13px;
  white-space: nowrap;
  color: #1c253c;
}
section#epg #timeline li div span.title {
  color: #1c253c;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}
section#epg #timeline li div.active span.title {
  color: #1c253c;
}
section#epg #timeline li div.past {
  opacity: 0.8;
}
section#epg #timeline li div.past * {
  opacity: 0.3;
}
section#epg #timeline aside.timeline {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2500px;
  width: 2px;
  height: 100%;
  background-color: #db2200;
  z-index: 100;
}
section#epg #details {
  position: fixed;
  width: 600px;
  height: auto;
  min-height: 150px;
  top: 50%;
  left: 50%;
  margin-top: -350%;
  margin-left: -300px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
  z-index: 100;
  padding: 30px 20px;
  transition: all 0.5s ease;
}
section#epg #details .content {
  width: 100%;
  height: auto;
}
section#epg #details p {
  color: #151b2a;
}
section#epg #details p.title {
  margin-top: 0;
  font-weight: 500;
}
section#epg #details p.desc {
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
  color: #4a4a4a;
}
section#epg #details ul li {
  font-size: 14px;
  line-height: 16px;
  color: #8a8a8a;
  display: inline-block;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #dbdbdb;
}
section#epg #details ul li a:hover {
  text-decoration: none;
}
section#epg #details ul li a i {
  font-size: 14px;
}
section#epg #details ul li:last-child {
  border: 0;
}
section#epg #details a.close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 16px;
  color: #151b2a;
}
section#epg #details a.close i {
  font-size: 16px;
}
section#epg #details.fadeOut {
  margin-top: -150%;
}
section#epg #details.active {
  margin-top: -5%;
}

table.summary {
  width: 100%;
  margin: 0 auto;
  display: table;
}
table.summary.less {
  width: 70%;
}
table.summary tr td {
  padding: 10px;
  border-bottom: 1px solid #dbdbdb;
  line-height: 17px;
}
table.summary tr td.sub {
  padding-left: 25px;
  color: #8a8a8a;
}
table.summary tr td strong {
  font-weight: 500;
}
table.summary tr td span {
  font-size: 13px;
  color: #a0a0a0;
}

p.loading {
  width: auto;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  font-weight: 600;
}
p.loading img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}

div.tagsinput {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 5px;
  width: 300px;
  height: 100px;
  overflow-y: auto;
}
div.tagsinput span.tag {
  border: 1px solid #0066ff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  float: left;
  padding: 5px;
  text-decoration: none;
  background: #dff6ff;
  color: #0066ff;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: helvetica;
  font-size: 13px;
}
div.tagsinput span.tag a {
  position: relative;
  top: -1px;
  font-weight: bold;
  color: #0066ff;
  text-decoration: none;
  font-size: 11px;
}
div.tagsinput input {
  width: 80px;
  margin: 0px;
  font-family: helvetica;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 5px;
  background: transparent;
  color: #000;
  outline: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
}
div.tagsinput div {
  display: block;
  float: left;
}

.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}

.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important;
}

.ui-widget-content {
  z-index: 9999;
}

.ui-menu .ui-menu-item {
  font-size: 13px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
  padding: 5px;
  border-bottom: 1px solid #e2e2e2;
}
.ui-menu .ui-menu-item:hover {
  color: #0066ff;
  border: 0 !important;
  border-bottom: 1px solid #e2e2e2 !important;
}
.ui-menu .ui-menu-item aside.small {
  font-size: 11px;
  color: #6a6a6a;
  background: none !important;
}

.ui-state-active {
  border: 0 !important;
}
.ui-state-active:hover {
  border: 0 !important;
}

#openmenu {
  position: absolute;
  top: 83px;
  left: 22px;
  font-size: 26px;
  color: #8eaddb;
  z-index: 999999999999;
  display: none;
}
@media screen and (max-width: 480px) {
  #openmenu {
    display: block;
  }
}

nav#rwdmenu {
  width: 100%;
  display: none;
  position: relative;
  text-align: center;
  z-index: 99999;
}
nav#rwdmenu ul {
  display: block;
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  background-color: #0066ff;
  transition: all 0.3s ease;
}
nav#rwdmenu ul ul.submenu {
  display: none;
  position: relative;
  top: auto;
  left: auto;
}
nav#rwdmenu ul ul.submenu.active {
  display: block;
}
nav#rwdmenu.active ul {
  width: 100%;
  height: auto;
  text-align: left;
}
nav#rwdmenu.active ul li {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
nav#rwdmenu.active ul li:last-child {
  border: 0;
}
nav#rwdmenu.active ul li a {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding: 12px 25px;
  font-size: 15px;
  line-height: 26px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
nav#rwdmenu.active ul ul.submenu li a {
  background-color: #1890bf;
}
nav#rwdmenu.active ul ul.submenu li a.active, nav#rwdmenu.active ul ul.submenu li a:hover {
  background-color: #1c253c;
}
nav#rwdmenu.active ul li.inside a {
  color: #dbdbdb;
}
nav#rwdmenu.active ul li a:hover, nav#rwdmenu.active ul li a.active {
  background-color: #1c253c;
  text-decoration: none;
}
nav#rwdmenu.active ul li a i {
  position: absolute;
  top: 18px;
  right: 15px;
  font-size: 16px;
  color: #fff;
}

footer#bottom {
  font-size: 0;
  padding: 50px 0 0 0;
  background-color: #303030;
}
footer#bottom .border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer#bottom .padding.less {
  padding: 25px 0;
}
footer#bottom img.contact {
  float: left;
  margin: 0 20px 0 0;
}
footer#bottom p.contact {
  font-size: 18px;
  line-height: 21px;
  margin: 0;
}
footer#bottom p.contact span {
  font-size: 13px;
}
footer#bottom h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.5em;
}
footer#bottom li, footer#bottom a, footer#bottom p {
  font-size: 14px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
footer#bottom li {
  line-height: 22px;
}
footer#bottom #footmenu .justify {
  padding: 0 0 35px 0;
}
footer#bottom p {
  line-height: 20px;
  margin-bottom: 0;
}
footer#bottom ul {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
footer#bottom ul li {
  font-size: 14px;
  display: block;
  vertical-align: middle;
  margin: 5px 0;
}
footer#bottom ul li a {
  font-size: 14px;
  font-weight: 400;
}
footer#bottom ul li.last {
  float: right;
}
footer#bottom ul.social {
  width: 100%;
  height: auto;
}
footer#bottom ul.social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
footer#bottom ul.social li a {
  font-size: 20px;
  display: block;
  text-align: left;
  color: #fff;
}
footer#bottom #copyright {
  margin-top: 30px;
  background-color: #000;
}
footer#bottom #copyright p {
  font-size: 12px;
  color: #808080;
}
footer#bottom #copyright p a {
  font-size: 12px;
  color: #808080;
}
footer#bottom #rightfooter p {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}
footer#bottom #rightfooter p strong, footer#bottom #rightfooter p a {
  font-size: 22px;
  font-weight: 600;
}
footer#bottom form#footer {
  display: block;
  margin: 30px 0;
  width: 80%;
}
footer#bottom form#footer input[type=text] {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 16px;
  height: 46px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  border: 0;
  margin-bottom: 15px;
  width: 100%;
}
footer#bottom form#footer textarea {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 16px;
  height: 46px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  border: 0;
  margin-bottom: 15px;
  width: 100%;
  height: 120px;
}
footer#bottom form#footer label.checkbox {
  display: block;
  font-size: 13px;
  color: #fff;
  position: relative;
  padding-left: 25px;
  margin: 15px 0;
}
footer#bottom form#footer label.checkbox input {
  position: absolute;
  top: -2px;
  left: 0;
}
footer#bottom form#footer input[type=submit] {
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  height: 46px;
  padding: 15px 40px;
  border-radius: 30px;
  background-color: #2f2f2f;
  color: #fff;
  border: 0;
  margin-top: 10px;
  transition: all 0.3s ease;
}
footer#bottom form#footer input[type=submit]:hover {
  background-color: #fff;
  color: #000;
}

body.contrast {
  background-color: #000;
}
body.contrast .header-box {
  background-color: #000;
  border-color: red;
}
body.contrast nav#menu ul li a {
  border-bottom: 1px solid #000;
}
body.contrast nav#menu ul li .submenu {
  background-color: #000;
}
body.contrast .full {
  background-color: #000 !important;
  border-bottom: 1px solid red !important;
}
body.contrast p, body.contrast h2, body.contrast h3, body.contrast h4, body.contrast a, body.contrast span, body.contrast li, body.contrast label, body.contrast td, body.contrast strong {
  color: yellow !important;
  background-color: #000 !important;
}
body.contrast footer#bottom form#footer input[type=submit] {
  background-color: yellow;
  color: #000;
}
body.contrast section#summ, body.contrast section.konfigurator .box {
  background-color: #000;
  border: 1px solid red;
}
body.contrast form#order input[type=submit] {
  background-color: yellow;
  border-color: yellow;
  color: #000;
}
body.contrast table.table th {
  color: #000;
  background-color: yellow;
}

table.table thead td {
  color: #000;
  background-color: yellow;
}

body.contrast div#supplement {
  border: 1px solid red;
  background-color: #000;
}
body.contrast div.group {
  background-color: #000;
  border: 1px solid red;
}
body.contrast div.additional {
  border-color: red;
}
body.contrast div.additional.supplement div.price, body.contrast div.additional.supplement div.description, body.contrast div.additional.supplement div.additional {
  background-color: #000;
}
body.contrast div.group > p.title::after {
  color: red;
}
body.contrast a:hover {
  color: red !important;
}
body.contrast a:hover span {
  color: red !important;
}
body.contrast a.button {
  color: #000 !important;
  background-color: yellow !important;
  border: 0 !important;
}
body.contrast a.button:hover {
  color: #FFF !important;
  background-color: red !important;
}
body.font p, body.font li, body.font td, body.font th, body.font a, body.font section#dmiss .item p.title {
  font-size: 18px !important;
}
body.font p.header, body.font p.title {
  font-size: 50px !important;
  line-height: 1.2em !important;
}
body.font span {
  font-size: inherit !important;
}
body.font #pakiet span {
  font-size: 16px !important;
  line-height: 1.1em !important;
}
body.font section.konfigurator .box p.price .amount .nopromo {
  white-space: nowrap;
}
body.font div.group > p.title {
  font-size: 22px !important;
}
body.font div.additional.supplement .price p.title {
  font-size: 22px !important;
}
body.font div.additional.supplement div.additional.subsupplement .description p.title {
  font-size: 18px !important;
}
body.font div.additional.supplement .subsupplement .confirm a.button {
  font-size: 0 !important;
}
body.font .item div[data-name=pack] .option .confirm a.button {
  font-size: 0 !important;
}
body.font #pakiet p.position span.desc, body.font #pakiet p.position span.unit {
  font-size: 24px !important;
}
body.font section.konfigurator .box p.title, body.font section.konfigurator .box span {
  font-size: 16px !important;
}
body.font .da-slide p {
  font-size: 22px !important;
}
body.font h3.header span {
  font-size: 40px !important;
}
body.font footer#bottom #rightfooter p strong, body.font footer#bottom #rightfooter p a {
  font-size: 24px !important;
}
body.font h3.header, body.font p.header {
  font-size: 34px !important;
}
body.font h2.bigger span, body.font p.bigger span {
  font-size: 54px !important;
}
body.font label.checkbox {
  font-size: 16px !important;
  line-height: 16px !important;
}
body.font p.title.sconfig {
  font-size: 36px !important;
}
body.font #pakiet .box p.price .amount .price {
  font-size: 30px !important;
}

h3.header {
  font-size: 45px;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  h3.header {
    font-size: 30px;
  }
}
h3.header > span:first-child {
  margin-bottom: -21px;
  display: block;
}
h3.header strong {
  font-weight: normal;
}

section.article {
  color: #707070;
}
section.article p {
  margin-bottom: 20px;
}
section.article p.title {
  font-size: 30px;
}
section.article p.title strong {
  font-weight: normal;
}
section.article .form div.form input[type=text].full, section.article .form div.form input[type=email].full, section.article .form form.form input[type=text].full, section.article .form form.form input[type=email].full {
  border-radius: 30px;
  height: 40px;
  line-height: 40px;
}
section.article .form div.form input[type=text].full:focus, section.article .form div.form input[type=email].full:focus, section.article .form form.form input[type=text].full:focus, section.article .form form.form input[type=email].full:focus {
  outline: 0;
  border-color: #0066ff;
  background: #fff;
}
section.article .form input[type=submit], section.article .form form.form input[type=submit] {
  background-color: #227aff;
  padding: 7px 36px;
}

@media screen and (max-width: 480px) {
  .news-page-content .justify p {
    text-align: justify !important;
  }
}
.news-page-content .justify .text-wrapper {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}
.news-page-content .justify .text-wrapper h3 {
  font-size: 30px;
  font-weight: 400;
  font-weight: 300;
}
.news-page-content .justify .text-wrapper ul li:before, .news-page-content .justify .text-wrapper ul li:before, .news-page-content .justify .text-wrapper .mceContentBody ul li:before {
  color: #227aff !important;
}

.news-page-header {
  background-color: #f6f6f6;
  width: 100%;
  display: block;
  margin: 0 auto;
  font-size: 0;
  position: relative;
}
.news-page-header .justify {
  text-align: center;
}
.news-page-header h1 {
  max-width: 700px;
  margin: 0 auto;
  font-size: 48px;
  line-height: 1.15;
  color: #000;
  text-align: center;
  font-weight: normal;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .news-page-header h1 {
    font-size: 30px;
  }
}
.news-page-header p {
  color: #227aff;
  display: block;
  margin-top: 20px;
}

/*# sourceMappingURL=theme.css.map */
