
/************ elements ***************/
/************************************/
body {
  font-family: sans-serif;
}


a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}


.logo-sprites {
  background-image: url('img/sprite.png');
  background-repeat: no-repeat;
}

.sprite1 {
    width: 115px;
    height: 30px;
    background-position: 0px -15px;
}

.sprite2 {
    width: 115px;
    height: 30px;
    background-position: -130px -15px;
}

.sprite3 {
    width: 115px;
    height: 30px;
    background-position: -260px -15px;
}

.sprite4 {
    width: 115px;
    height: 30px;
    background-position: -390px -15px;
}

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#loader {
  width: 100px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px -50px;
}
#loader div {
  width: 20px;
  height: 20px;
  background: #E33144;
  border-radius: 50%;
  position: absolute; 

}
#d1 { animation: animate 2s linear infinite;}
#d2 { animation: animate 2s linear infinite -.4s; }
#d3 {animation: animate 2s linear infinite -.8s; }
#d4 { animation: animate 2s linear infinite -1.2s; } 
#d5 { animation: animate 2s linear infinite -1.6s; }
@-webkit-keyframes animate {
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }
}


.clear {
	clear: both;
}

.container {
  max-width: 1050px;
}

.my-conatiner {
  max-width: 800px;
}

.padding-0 {
	padding: 0 !important;
}

.dark-font-color {
	color:#34495e;
}

.order-form .btn-primary, .FormCmsWidget .btn-primary.btn-primary {
     padding: 20px 30px;     
     border-radius: 19px;    
     font-size: 20px;    
     margin: -23px -16px 30px auto; 
     border: 15px solid #fff; 
     background-color: #1abc9c;
     margin-top: 10px;
     margin-bottom: 5px;
}

.order-form  .btn-primary:hover, .FormCmsWidget .btn-primary:hover {
    padding: 20px 30px;     
    border-radius: 19px;    
    font-size: 20px;    
    margin: -23px -16px 30px auto; 
    border: 15px solid #fff; 
    background-color: #1abc9c;
    opacity: 0.5;
    margin-top: 10px;
    margin-bottom: 5px;
}

.order-form .btn-primary.active, .order-form .btn-primary:active, .FormCmsWidget .btn-primary.active,.FormCmsWidget  .btn-primary:active {
	color: #ffffff;
  background-color: #1abc9c;
  border-color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
}

.tooltip-inner {
  width: 200px;
	text-align: left;
	max-width: 190px;
}


.box-cenowy h3 {
  font-size: 38px;
}

#filled-in-box, #wysylka {
  position: relative;
  top: 7px;
}

/************ Layout ***************/
/**********************************/

.container .navbar-default {
  border-bottom: 2px solid #E8E8E8 !important;
  background-color: #fff !important;
  border-color: #fff;
}

.navbar-brand img {
  margin-top: -15px;
}

.navbar-brand {
	height: 100px;
}

.navbar-toggle {
  margin-top: 38px;
}

.nav-bottom {
    position: relative;
    top: 40px;
}

.navbar-nav ul li {
	display: inline-block;
	margin:5px;
}

.nav-top li:last-child a {
  color:#1abc9c !important;
  font-weight: bold;
}

.navbar-nav  li a {
	font-size: 15px;
	color: #34495e;
	position: relative;
	text-decoration: none;
}

.navbar-nav  li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 13px;
  left: 0;
  background-color: #1abc9c;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-nav li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-top li:last-child {
  height: 0;
}

.navbar-nav .nav-bottom {
	padding-top: 50px;
	padding-left: 0;
}

.navbar-nav .nav-top {
	padding-top: 10px;
}


.call-time {
  color:#777;
  position: relative;
  top: -35px;
  left: 75px;
}

.nav-bottom {
  position: relative;
  top: 40px;
}

.nav-top {
  position: relative;
}

/* Info */
.info {
	margin-bottom: 40px;
	text-align:center;
}

.info h2 {
	font-size: 36px;
	color: #34495e;
}

.info span {
	font-size:32px;
	margin: 0 10px;
	font-weight: bold;
	color: #1abc9c;
}

.info span:last-child {
	color: #34495e !important;
}

.info span img {
	height:36px; 
}

/* Main box */

.box-cenowy {
    border-radius: 4px;
    padding: 20px;
    margin: 0 5px;  
    background-color: #444; 
    color: #fff; 
    text-align: center;
    transition:.33s;
    margin-bottom:20px;
}

.box-cenowy:hover {
    background:#1abc9c!important;
}

#do500{
	background:#E33144;
}

#do1000{
	background:#FFE969
}

#ponad1000{
	background:#444
}

.box-cenowy a {
	color:#fff;
}

#do1000 h3, #do1000 p, #do1000 li {
  color: #4C4568;
}

.box-cenowy a:hover {
	text-decoration:none;
}

.box-cenowy#do1000 span.wybierz:hover {
	border-color: #FFFFFF;
	color: #FFFFFF;
	background:#E33144;
}

.box-cenowy#do500 span.wybierz:hover {
	border-color: #FFFFFF;
	color: #FFFFFF;
	background:#E33144;
}

.box-cenowy#ponad1000 span.wybierz:hover {
	border-color: #FFFFFF;
	color: #FFFFFF;
	background:#E33144;
}

.box-cenowy#do1000 a{
	color:#4C4568;
}

.box-cenowy span {
	color: #fff; 
	text-decoration: underline;
}

.box-cenowy span.wybierz{
	border: 4px solid #FFFA1E;
	padding: 10px;
	display: block;
	width: 200px;
	margin: 10px auto;
	color: #FFFA1E;
	font-weight: 900;
	text-decoration: underline;
}

.box-cenowy ol{
	list-style-type:none;
	padding-left:15px;
}

.box-cenowy li{
	text-align:left;
}

.box-cenowy li:before{
	content:'✔';padding-right:8px;
}

.box-cenowy img{
	max-width:100%;
}

.box-cenowy .cena span{
	font-size: 48px;
	display: block;
	color: #FFFA1E;
	font-weight: 900;
}

.box-cenowy#do1000 .cena span{
	color:#E33144;
}

.box-cenowy#do1000 span.wybierz{
	border-color:#E33144;
	color:#E33144;
}

/* Main description */
.main-description {
	margin-bottom: 20px;
}

.main-description p {
	font-size: 14px;
	font-weight: bold;
}

.main-description h3 {
	font-size: 32px;
	font-weight: bold;
}

.main-description ul {
	padding-top: 20px;
	padding-left: 40px;
}

.main-description ul li {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 ;
}

/* sidebar */

.sidebar-1 {
  color: #34495e;
}

.sidebar-1 h3 {
	font-size: 32px;
	margin-bottom: 15px;
}

.sidebar-1 div {
	margin-bottom: 25px;
	font-size: 14px;
}

.sidebar-1 div span {
	font-weight: bold;
}


/* footer */

footer {
    background-color: #edeff1;
    color: #9aa4af;
    font-size: 15px;
    padding: 1% 0;
}

footer h3 {
    font-size: 32px;
    color: #bac1c8;
}

footer ul li {
	margin-bottom: 10px;
}

footer ul li a {
	color: #9aa4af;
}

footer ul li a:hover {
	color: #16a085;
	text-decoration: none;
}

footer .col-md-4 {
  margin-bottom: 30px;
}

footer .copyright {
  max-width: 950px;
	font-size: 12px;
	color: #34495E;
	margin-bottom: 20px;
  text-align: center;
}
footer .copyright div {
  max-width: 950px;
  font-size: 14px;
  text-align: left;
  color: #9aa4af;
}

footer .copyright span {
	font-weight: bold;
}

.loga-bankow {
	margin:20px 0;
}

#logabankow{
	list-style-type:none;
}

#logabankow li {
	float:left;
}

#logabankow img {
	width:80px;
}

#logabankow img:hover {
	filter: grayscale(0);-webkit-filter: grayscale(0);
}

/* POP-UP modal */

.boxWyskakujacy {
    position: fixed;
    top: 150px;
    height: 230px;
    width: 200px;
    background: #1abc9c;
    z-index: 1;
    border-radius: 0 5px 5px 0;
    padding: 10px;
    color: #fff;
    display: none;
}

.boxWyskakujacy h3{
    font-size: 30px;
}
.boxWyskakujacy ul{
    padding-left: 16px;
}
.boxWyskakujacy a.btn {
    background: #E33144;
    color: #fff;
    float:right;
}
.boxWyskakujacy a.btn:hover{
    color: #333;
}
.x{
    display: block;
    position: absolute;
    right: 16px;
    font-weight: 700;
    padding: 5px;
    cursor: pointer;
}

/*************************/
/******* subpages ********/
/*************************/


/************ calculator form  ***************/
/*********************************************/

#form-steps h5 {
  font-size: 32px;
}

.form-info ol li {
  font-size: 20px;
}

.order-form {
  margin-bottom: 20px;
}


#progressbar {
  margin: 50px 0px 50px;
  overflow: hidden;
  counter-reset: step;
  display: inline-block;;
  width: 80%;
}

#progressbar li {
  list-style-type: none;
  color: #34495e;
  text-transform: uppercase;
  font-size: 14px;
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  line-height: 43px;
  display: block;
  font-size: 20px;
  color: #fff;
  background: #d2d2d2;
  border-radius: 10px;
  border: 4px solid white;
  margin: 0 auto 10px auto;
  box-sizing: border-box;
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 5px;
  background: #34495e;
  position: absolute;
  left: -50%;
  top: 23px;
  z-index: -1; 
}


#progressbar li:first-child:after {
  content: none;
}


#progressbar li.current:before{
  background: #1abc9c;
  color: #fff;
}

#progressbar li.current:after  {
  background: #34495e;
  color: #fff;
}


.faktura-box, .pay-box {
  padding: 0 10px 10px 10px;
}

.calculator-form, .contact-form {
  padding: 25px;
  clear: both;
}

.faktura-box, .pay-box, #container-step2, #container-step3 {
  display: none;
}

.input-field {
  display: inline-block;
  position: relative;
  top: -21px;
}

.additional .input-field {
  top: -2px;
}

.material-tooltip {
  line-height: 20px;
} 

.vat-price {
  font-size: 20px;
  color: #1abc9c;
}

.first-alert {
  color: rgba(242, 49, 70, 0.75);
  font-size: 20px;
  display: block;
  position: relative;
  top: 3px;
  margin-top: 10px;
}


#container-step2 input, #container-step2 .row {
  margin-bottom: 0;
} 

.filled-in + label {
  margin: 20px 0px 20px;
}

.text-small {
  font-size: 12px !important;
  color: #595959;
  position: relative;
  top: -14px;
  margin: 0;
  display: block !important;
}

.input-price input {
  width: 40px;
  text-align: center;
  font-size: 16px;
}

.input-price span {
  font-size: 15px;
  margin-top: 5px;
  position: relative;
  top: 1px;
}

.products-name {
	margin: 10px 0 0 40px ;
}

.products-name .product {
  display: block;
  font-size: 22px;
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
}

.products-name .product:last-child {
  border-bottom-style: none;
}

.product .glyphicon-question-sign {
  color: #26a69a;
}

.products-name .product p, .check-text {
  width: 40%;
  display: inline-block;
}

.check-text {
  margin: 0;
} 

.focus:after {
    border: 3px solid #26a69a !important;
}

.contact-form h3 {
	font-size: 32px;
	color: #34495e;
	margin-top: 20px;
}

.contact-form h5 {
  background-color: #26a69a;
  color: #fff;
  padding: 5px 10px;
  width: 40%;
  text-align: center;
  border-radius: 2px;
  margin-bottom: 30px;
}

.contact-form label {
	font-weight: 300;
	font-size: 16px;
}

.total-price {
  padding: 3% 0;
  border-top:1px solid #ddd;
  text-align: right;
}

.broadcaster, .broadcaster-palet {
  margin-bottom: 40px;
}

.error {
  color: #F23146;
}

.FormCmsWidget .filled-in.focus {
  border: 2px solid red;
}

.btn-box {
  position: relative;
  left:10px;
  margin-bottom: 40px;
}

/* Table last step */

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}


.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


/************ contact-form ***************/
/*****************************************/

  .box-radio-1, .box-radio-2 {
    display:inline-block;
  }

  .box-radio-1 {
    margin-right: 30px;
    margin-left: 20px;
  }

/************ Landingpage ***************/
/*****************************************/

  #first-section {
    padding: 8% 0;
    text-align: center;
  }

  #sec-section {
    padding: 4% 0;
  }

  #third-section {
    padding: 4% 0;
    background-color: #edeff1;
  }

  #four-section {
    padding: 4% 0;
  }

  #five-section {
    padding: 6% 0;
  }

  #korzysci, #ostatni {
    max-width: 970px;
    margin: 0 auto;
  }

  #four-section h3 {
    margin-bottom: 50px;
  }

  .landingpage h3 {
    text-align:center;
    font-size: 38px;
  }

  #sec-section,#five-section {
    background:#1abc9c url('https://www.peak-app.com/help/mailer/bg2.jpg') 0 0 no-repeat;background-size:cover;
  }

  .red-btn {
    background-color: #E33144;
    color: #fff !important;
    font-size: 28px;
    margin: 0 auto;
    border-bottom: 4px solid #a11;
    text-decoration: none;
  }

  .red-btn:hover { 
    background-color: #D10404; 
    color:#fff;
    text-decoration: none !important;
  }

  .zobacz { 
    text-decoration:underline;
  }

  #geoSlide h3 span {
    display:block;
    height:1em;
  }

  #cytat { 
    max-width:640px;
    margin: 0 auto;
  }

  blockquote {
    border-left-style: none;
    color: #fff;
    font-size: 1.4em;
    font-style: italic;
    margin-left:10px;
  }

  span.quote:before {
    content: "„";
    color: #fff;
    font-size: 3em;
    margin-left: -0.3em;
    line-height: 1;
  }

  cite a { 
    color: #fff;
    display: block;
    text-align: right;
    font-size:20px;
  }

  cite a:hover {
    color:#fff;
  }

  cite a img {
    height:36px;
  }

  cite a span {
    display: block;
    float: right;
    margin-top: 7px;
  }
  
  
  #zaufalinam {
    text-align:center;
  }

  #zaufalinam img {filter: grayscale(100%);-webkit-filter: grayscale(100%);transition:.3s;height:70px;}
  #zaufalinam img:hover {filter: grayscale(0%);-webkit-filter: grayscale(0%);}
  #zaufalinam img+img {margin-left:50px;}
  #zaufalinam #logo2, #zaufalinam #logo3 {height:120px;}

  
  #korzysci h3 {margin-bottom:2em;}
  #korzysci ol {list-style-type:none;font-size:16px}
  #korzysci li:before {content: '✓';padding-right: 8px;}
  #korzysci a {display: block;text-align: center;margin-top: -7em;text-decoration: none;}
  #korzysci img {margin-bottom:3em;}
  .badge {background-color: #E33144;border-radius: 2px;left: -70px;
  margin-right: -45px;width: 45px;position:relative;}
  
  
  
  #ostatni h3{color:#fff; font-size:32px;margin-bottom: 20px;}
  #ostatni p, #ostatni a {color:#fff;text-align:center;}


  /*FAQ*/
  .faq h5 {
    margin: 10px 0;
    font-size: 18px;
  }

  .faq p {
    margin: 0 0 30px;
  }

  /*Najtaniej*/

  .najtaniej h5  {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .najtaniej ul {
    list-style: disc;
  }

  .najtaniej ul li {
    font-size: 16px;
    line-height: 1.72222;
    color: #34495e;
    margin-bottom: 10px;
  }


/*******************************/
/************ RWD ***************/
/*******************************/




@media screen and (min-width: 990px) {
      .slide {width:970px;}
      #main-nav {width:970px;margin:0 auto;}
      #footer .container{width:970px;}
  }

@media screen and (max-width: 1200px) {
    .call-time {
        color: #777;
        position: relative;
        top: -55px;
        left: 165px;
    }
    .nav-top {
        top:-50px;
        left: -90px;
    }
  }


@media(max-width:830px) {
  .box-cenowy {
    max-width: 600px;
    margin: 20px auto;
  }
  .box-cenowy li {
    text-align: center;
  }
}

@media(max-width:760px) {
  .navbar-brand img {
    margin-top: 0px;
  }

  .navbar-brand {
    padding: 0;
  }
  .navbar-nav li a:hover:before {
      visibility: hidden;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }

  .nav-top {
    top:0;
    left: 0;
  }

  .nav-bottom {
    top:0;
  }
  
  #progressbar li {
    list-style-type: none;
    color: #34495e;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    /* float: left; */
    display: inline-block;
    /* position: relative; */
    text-align: left;
  }

  #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    line-height: 43px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background: #d2d2d2;
    border-radius: 10px;
    border: 4px solid white;
    margin: 0 auto 10px auto;
    text-align: center;
    box-sizing: border-box;
  }

  #progressbar li:after {
    display: none;
  }

  .products-name .product p, .check-text {
    width: 100%;
    display: inline-block;
  }
  .products-name .product {
    display: block;
    font-size: 22px;
    padding: 0 0 20px 0;
    margin: 30px 0;
    border-bottom: 1px solid #d2d2d2 ;
  }
  .products-name {
    margin: 20px 0;
  }
  .text-small {
    position: relative;
    top: -40px;
  }

  .checker-wrapper input {
    position: relative;
    top: 10px;
  }

  .checker-wrapper span {
    position: relative;
    top: 10px;
  }

  .total-price {
    border:none;
  }

  #zaufalinam img {
    display: block;
    margin: 40px auto;
  }

  #zaufalinam img+img {
    margin:40px auto;
  }

  #livechat-compact-container {
    display: none !important;
  }
}

@media(max-width:480px) {

  .loga-bankow {
    margin: 20px 0;
    display: none;
  }
}

 @media screen and (max-width: 480px) {
    .landingpage h3 {
        text-align: center;
        font-size: 22px;
    }
    .red-btn {
      background-color: #E33144;
      color: #fff;
      font-size: 18px;
      margin: 0 auto;
      border-bottom: 4px solid #a11;
      text-decoration: none;
    }
    #korzysci h3 {
      margin-bottom: 2em;
      padding: 0 10px;
    }
    #ostatni h3 {
      color: #fff;
      font-size: 22px;
    }
}


/*SPRITE*/

.sprite {
    background-image: url(img/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
    width: 115px;
    height: 50px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); transition: .3s; 
}

.sprite:hover {
    filter: grayscale(0);-webkit-filter: grayscale(0);
}

.sprite-sprite-0-0 {
    background-position: -5px -5px;
}

.sprite-sprite-0-1 {
    background-position: -136px -5px;
}

.sprite-sprite-0-2 {
    background-position: -267px -5px;
}

.sprite-sprite-0-3 {
    background-position: -398px -5px;
}

.sprite-sprite-0-4 {
    background-position: -5px -67px;
}

.sprite-sprite-0-5 {
    background-position: -136px -67px;
}

.sprite-sprite-0-6 {
    background-position: -267px -67px;
}

.sprite-sprite-0-7 {
    background-position: -398px -67px;
}

.sprite-sprite-1-0 {
    background-position: -5px -129px;
}

.sprite-sprite-1-1 {
    background-position: -136px -129px;
}

.sprite-sprite-1-2 {
    background-position: -267px -129px;
}

.sprite-sprite-1-3 {
    background-position: -398px -129px;
}

.sprite-sprite-1-4 {
    background-position: -5px -191px;
}

.sprite-sprite-1-5 {
    background-position: -136px -191px;
}

.sprite-sprite-1-6 {
    background-position: -267px -191px;
}

.sprite-sprite-1-7 {
    background-position: -398px -191px;
}

.sprite-sprite-2-0 {
    background-position: -5px -253px;
}

.sprite-sprite-2-1 {
    background-position: -136px -253px;
}

.sprite-sprite-2-2 {
    background-position: -267px -253px;
}

.sprite-sprite-2-3 {
    background-position: -398px -253px;
}

.sprite-sprite-2-4 {
    background-position: -5px -315px;
}

.sprite-sprite-2-5 {
    background-position: -136px -315px;
}

.sprite-sprite-2-6 {
    background-position: -267px -315px;
}

.sprite-sprite-2-7 {
    background-position: -398px -315px;
}

.sprite-sprite-3-0 {
    background-position: -5px -377px;
}

.sprite-sprite-3-1 {
    background-position: -136px -377px;
}

.sprite-sprite-3-2 {
    background-position: -267px -377px;
}

.sprite-sprite-3-3 {
    background-position: -398px -377px;
}

.sprite-sprite-3-4 {
    background-position: -5px -439px;
}

.sprite-sprite-3-5 {
    background-position: -136px -439px;
}

.sprite-sprite-3-6 {
    background-position: -267px -439px;
}

.sprite-sprite-3-7 {
    background-position: -398px -439px;
}

.sprite-sprite-4-0 {
    background-position: -5px -501px;
}

.sprite-sprite-4-1 {
    background-position: -136px -501px;
}

.sprite-sprite-4-2 {
    background-position: -267px -501px;
}

.sprite-sprite-4-3 {
    background-position: -398px -501px;
}

.sprite-sprite-4-4 {
    background-position: -5px -563px;
}

.sprite-sprite-4-5 {
    background-position: -136px -563px;
}

.sprite-sprite-4-6 {
    background-position: -267px -563px;
}

.sprite-sprite-4-7 {
    background-position: -398px -563px;
}

.sprite-sprite-5-0 {
    background-position: -529px -5px;
}

.sprite-sprite-5-1 {
    background-position: -529px -67px;
}

.sprite-sprite-5-2 {
    background-position: -529px -129px;
}

.sprite-sprite-5-3 {
    background-position: -529px -191px;
}

.sprite-sprite-5-4 {
    background-position: -529px -253px;
}

.sprite-sprite-5-5 {
    background-position: -529px -315px;
}

.sprite-sprite-5-6 {
    background-position: -529px -377px;
}

.sprite-sprite-5-7 {
    background-position: -529px -439px;
}

/*Loading do button wysyałania kropki */

@-webkit-keyframes opacity {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes opacity {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

#loading {
    text-align: center; 
    margin: 100px 0 0 0;
}

#loading span {
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: opacity;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
}

#loading span:nth-child(1) {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
}

#loading span:nth-child(2) {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
}

#loading span:nth-child(3) {
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
}

.product-details {
    display: block;
    font-size: 12px;
    color: #595959;
}


.picture img {
  max-width: 100%;
}


.form-sender .alert {
  margin:15px 0;
  transition: .5s;
  display: none;
}

#kod_nadania:not(:placeholder-shown)+.alert{
  transition: .5s;
  display: block;
}

