@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900');
body {
  font-family: 'Nunito', sans-serif;
}
.wrapper {
  font-family: 'Nunito', sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  max-width: 1140px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ================================================================= */

.hero {
  color: #121212;
}
.steps {
  color: #fff;
}
.lgrey {
  color: #969696;
}
.white {
  color: #fff;
}
.bg-bk {
  background-color: #000;
}
.bg-wh {
  background-color: white;
}
.t-mg {
  margin: 50px 0 0 100px;
  padding-top: 80px;
}
.box-sh {
  -webkit-box-shadow: 10px 10px 30px -2px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 10px 10px 30px -2px rgba(0, 0, 0, 0.13);
  box-shadow: 10px 10px 30px -2px rgba(0, 0, 0, 0.13);
}
.sp {
  padding: 60px 0;
}
.container-fluid {
  overflow: hidden;
}
.btn {
  padding: 8px 40px;
  border-radius: 30px;
  font-size: 1rem;
  border: none;
  transition: .3s;
  margin-bottom: 40px;
}
.btn-2x {
  transform: scale(1.2);
}
.btn-3x {
  transform: scale(1.3);
}
.btn-medium {
  padding: 7px 45px;
  font-size: 18px;
}
.btn-blue {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff;
}
.btn-blue-contra {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff;
}
.btn-purple {
  background-color: purple;
  color: #fff;
}
.btn-clear-w {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-clear-b {
  background-color: transparent;
  border: 1px solid #121212;
  color: #121212;
}
.btn-clear-b:hover {
  background-color: #000!important;
  border: 1px solid #121212;
  color: #FFF;
}
.btn-content {
  margin: 30px 0;
}
.btn-clear-w:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-clear-b:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-blue:hover {
  background-color: #fff;
  color: #007bff;
  border: 1px solid #007bff;
}
.btn-blue-contra:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.container {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.steps {
  min-height: auto;
}
.steps-content {
  padding-bottom: 20px;
}
.steps-block {
  padding: 35px 15px 0 15px;
}
.steps__item {
  font-size: 15px;
}
.price {
  vertical-align: middle;
  padding-left: 20px;
  display: inline-block;
}
.disclaimer {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px;
}
.product-spec {
  padding: 20px 0;
}
.product-image img {
  margin: 0 auto;
}
/* NAVIGATION */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #88bdf1;
  background-color: unset;
  border-color: unset;
}
.nav-tabs {
  border-bottom: unset;
}
.nav-tabs .nav-link {
  border: none;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  padding: unset;
}
.nav-tabs .nav-link.active {
  opacity: 1;
}
.nav-tabs a {
  opacity: .2;
}
.nav-tabs a:hover {
  opacity: 1;
}
body, html {
  line-height: 1.45;
  font-family: "Nunito", sans-serif;
  font-size: 16px !important;
}
.small {
  font-size: .85rem;
}
.normal {
  font-size: 1rem;
}
.medium {
  font-size: 1.25rem;
}
.large {
  font-size: 2rem;
  line-height: 2.25rem;
}
.xlarge {
  font-size: 2.5rem;
}
.thin {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.thinw {
  font-weight: 200;
}
.regularw {
  font-weight: 300;
}
.semiw {
  font-weight: 500;
}
.tab-pane h2 {
  font-size: 1.5rem;
  padding-top: 1rem;
}
.tab-pane li {
  font-size: .9rem;
}
.tab-pane img {
  border-radius: 30px;
  transform: scale(.9);
}
.tab-content {
  padding-left: 15px;
  padding-right: 15px;
}
.tab-content img {
  transition: .3s;
}
.tab-content img:hover {
  opacity: .8;
  box-shadow: 0px px #000;
}
.strike {
  text-decoration: line-through;
  opacity: .5;
}
.hr-line {
  max-width: 80%;
  background-color: #333;
}
.product-block {
  padding: 15px 0;
}
.li-spacer {
  margin-bottom: 40px;
}
.product-block-cta {
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 50px;
}
.landing-page {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.steps {
  background-image: url("../img/123_bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.product-spec li:before {
  content: '- ';
}
.bg-1 {
  background-image: url("../img/hero.png");
  background-color: #000;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 70% 10%;
  min-height: 528px;
}
.bg-2 {
  background-image: url("../img/02.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 924px;
  padding-bottom: 50px;
}
.bg-3 {
  background-image: url("../img/03.jpg");
  background-size: contain;
  min-height: 550px;
  background-repeat: no-repeat;
  background-position: center top;
}
.bg-4 {
  background-image: url("../img/content_header_2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.bg-5 {
  background-image: url("../img/content_5_bg_full.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.bg-6 {
  background-image: url("../img/sec_02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 600px;
}

.top_link{
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

.top_link:hover{
  color:#007bff;
  text-decoration: none;
  font-size: 1rem;
}
.mw-16 {
  max-width: 1600px;
  margin: 0 auto;
}
.mw-12 {
  max-width: 1200px;
  4 margin: 0 auto;
}
.mw-6 {
  max-width: 600px;
  margin: 0 auto;
}
.mw-19 {
  max-width: 100vw;
  margin: 0 auto;
}
.hero-btn {
  position: relative;
  bottom: 100px;
}
.main_hero {
  min-height: 750px;
}
.hv {
  border: 1px solid #000;
}
hr {
  color: #fff;
  display: block;
  margin-top: 150px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  padding: 0;
}
div .hr_shop {
  margin-top: 30px;
}
.shop_title {
  padding: 10px 0;
  font-size: 1.1rem;
}

.shop_img {
  padding: 50px;
}
.pt-50 {
  padding-top: 100px;
}
.pt-30 {
  padding-top: 60px;
}
.m4 {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-right: 0;
  margin-left: 0;
}
.shop {
 color: #fff;
  font-size: 3rem;
}
/* TOTOP */
.opis{
  margin-top: 180px;
}
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #e86256;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #e86256;
}
.cd-top {
  visibility: hidden;
}
.cd-top.cd-top--fade-out {
  opacity: .5;
}
.cd-top.cd-top--show {
  visibility: visible;
  opacity: .9;
  width: 45px;
  height: 45px;
  background: #646464;
  padding: 10px 10px;
  color: #FFF;
  border-radius: 30px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  transition: .3s;
}
.cd-top.cd-top--show:hover {
  opacity: 1;
}
.image__floating--special {
  transform: scale(1.5);
  position: relative;
  top: 125px;
  left: 225px;
}
.position__margin--top {
  margin-top: 130px;
}
.spec__item--light:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/tick_blue.png);
  margin-right: 15px;
  opacity: 1;
}
.faces__bg {
  position: absolute;
  top: 0;
}
.hero__product {
  position: relative;
  top: 250px;
  margin-top: -250px;
  z-index: 999;
}
.hero__push {
  padding-top: 250px;
}
/* OWL CUSTOM */

.owl-carousel .owl-item img {
  display: unset!important;
  width: unset!important;
}
#owl-demo .item {
  margin: 3px;
}
#owl-demo .item img {
  display: block;
  width: 50%;
  height: auto;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}
.owl-dots {
  position: absolute;
  bottom: 15px;
  width: 99vw;
  padding-top: 15px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 8px;
  background: rgba(255, 255, 255, .2);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
/*# sourceMappingURL=style.css.map */

@media (max-width: 1200px) {
  .tab-pane li {
    font-size: 1.1rem;
  }
}
@media (min-width: 991px) {
  .position__margin-top {
    margin-top: 10px;
  }
  .bg-1 {
    overflow: hidden
  }
  .hidden {
    display: none;
  }
  .text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .tcm {
    text-align: center !important;
  }
  ul li {
    justify-content: center;
  }
  body, html {
    line-height: 1.55;
    font-size: 16px !important;
  }
  .opis{
    height: auto;
  margin-top: 120px;
}
  .container {
    border: none;
  }
  .btn-blue, .btn-clear-b {
    margin-left: 15px;
  }
  .sp {
    padding: 15px;
  }
  .hidden_02 {
    display: none;
  }
  .bg-1 {
    background-image: url("../img/hero.png");
    background-position: 50% 100%; 
  }
  .shop_title {
    padding: 1rem 0;
    font-size: 1.5rem;
  }
  .shop_img {
    padding: 1rem;
  }
  .shop_products {
    margin-top: 1rem;
  }
  .headline h1 {
    font-size: 1.5rem!important;
  }
  .thin h2 {
    font-size: 2rem!important;
  }
  .medium {
    font-size: 1rem!important;
  }
  .medium {
    font-size: 1rem!important;
  }
  .text {
    text-align: center;
  }
  .position__margin--top {
    margin-top: 0;
  }
  .text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .headline h1 {
    font-size: 1.5rem!important;
  }
  .shop_product {
    margin-top: 80px;
  }
  .thin h2 {
    font-size: 2rem!important;
  }
  .medium {
    font-size: 1rem!important;
  }
  .text {
    text-align: center;
  }
  .hero__push {
    padding-top: 250px;
  }
  .opis{
    height: auto;
  max-width: 55%;
  margin: 70px auto;
}
.bg-1 {
    background-image: none;
    background-position: center; 
  }
.bg-2{
  background-image: url("../img/02_mobile.png");
  padding-bottom: 60px;
}
.bg-3 {
    background-image: none;
    background-position: center; 
    background-size: cover;
  }

}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-btn {
    bottom: 75px!important;
  }
}
.shop_products {
  margin-top: 80px;
}
}
}
@media (max-width: 500px) {
  .hero__push {
    padding-top: 200px;
  }
}