@font-face {
    font-family: "TruenoBd";
    src: url("../font/TruenoBd.otf") format("opentype");
}

@font-face {
    font-family: "TruenoLt";
    src: url("../font/TruenoUltLt.otf") format("opentype");
}
@font-face {
    font-family: "TruenoLtB";
    src: url("../font/TruenoLt.otf") format("opentype");
}

html{
  background-color: #f4f4f4;
}
body{
      margin: 0;
}


.ejsak-content, .ejsak-navi{
  max-width: 1150px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 50px;
}

.ejsak-title{
  font-size: 24px;
  font-family: "TruenoBd";
  color: #00bfe8;
  text-align: center;
  text-transform: uppercase;
}

.ejsak-calculate{
  margin-top: 50px;
  padding-bottom: 15px;
  /* overflow: hidden; */
  height: 160px;
}

.ejsak-calculate__category, .ejsak-calculate__model{
  width: 29%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  display: block;
}

.ejsak-calculate__count, .ejsak-calculate__days, .ejsak-calculate__calculate{
  width: 7%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  display: block;
}



.ejsak-calculate__calculate{
  margin-right: 0;
}

.ejsak-calculate input, .ejsak-calculate label{
  width: 100%;
  display: block;
}
.ejsak-calculate .ejsak-object__select{
  width: 100%
}
.ejsak-calculate input, .form-wish-send input{
  border: 2px solid #00bfe8;
  border-radius: 15px;
  padding: 14.5px 0.5em;
  font-size: 16px;
  font-family: "TruenoLt";
  color: #5b5b5b;
  margin: 0;
  text-align: center;
}
.form-wish-send input, .form-wish-send textarea{
  border: 2px solid #acacac;
  border-radius: 15px;
  padding: 14.5px 0.5em;
  font-size: 16px;
  font-family: "TruenoLt";
  color: #5b5b5b;
  text-align: center;
}
.form-wish-send input:focus{
  border: 2px solid #00bfe8;
}
.form-wish-send input,.form-wish-send label{
  width: 100%;
  display: block;
}
.form-wish-send label{
  text-align: center;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
*:focus {
    outline: none;
}
.ejsak-calculate select{
  appearance: none;
  background-color: transparent;
  border: none;
  /* padding: 0 1em 0 0; */
  margin: 0;
  width: calc(100% - 20px);
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.ejsak-object__select {
  width: 100%;
  /* min-width: 15ch;
  max-width: 30ch; */
  border: 2px solid #00bfe8;
  border-radius: 15px;
  padding: 14.5px 0.5em;
  font-size: 16px;
  font-family: "TruenoLt";
  cursor: pointer;
  color: #5b5b5b;
  /* line-height: 1.1; */
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
  /* display: grid;
  grid-template-areas: "select";
  align-items: center; */
  position: relative;
}

.ejsak-object__select::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: #5b5b5b;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  right: 10px;
  position: absolute;
  top: 20px;
}

.ejsak-object__select--disabled {
  cursor: not-allowed;
  background-color: #eee;
  /* background-image: linear-gradient(to top, #ddd, #eee 33%); */
  border-radius: 15px;
}

.ejsak-calculate label, .form-wish-send label{
  font-size: 16px;
  font-family: "TruenoBd";
  color: #00bfe8;
  text-align: center;
  margin-bottom: 5px;
}
.ejsak-calculate__days{
  margin-left: 3%;
  margin-right: 3%;
}
.ejsak-calculate__days label{
  width: 110%;
  margin-left: -5%;
}
.form-btn{
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
}
.form-btn--full{
  background-color: #00bfe8;
  color: white;
  border-radius: 50px;
}
.form-btn--border::before{
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 75px;
  border: 1px solid #e2e2e2;
  border-style: dashed;
}
.form-btn--img::after{
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-btn--calculate::after{
  background-image: url('../img/calc.png');
  width: 30px;
  height: 30px;
}
.form-btn--cart::after{
  background-image: url('../img/cart.png');
  width: 40px;
  height: 40px;
  top: 50%;
}
.form-btn--cart{
  width: 100px;
  height: 100px;
  /* float: right; */
  margin: 0 auto;
}
.form-btn--cart.form-btn--border::before{
  width: 115px;
  height: 115px;
}
.form-btn p{
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -10%);
  color: white;
  font-size: 12px;
  font-family: "TruenoBd";
}

.ejsak-calculate__calculate .form-btn{
  margin-top: 10px;
}

.form-btn:hover{
  opacity: 0.9;
}

.form-btn--info, .form-btn--plus, .form-btn--minus, .form-btn--remove{
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
.divTableRow .form-btn.form-btn--remove{
  float: none;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 13px
}
.form-btn--remove{
  width: 15px;
  height: 22px;
  margin-left: 5px;
}
.form-btn--info::after,
.form-btn--plus::after,
.form-btn--minus::after,
.form-btn--remove::after{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('../img/zoom.png');
  width: 100%;
  height: 100%;
}
.form-btn--plus::after{
  content: "+";
  background: none;
  text-align: center;
  padding: 2px;
}
.form-btn--minus::after{
  content: "-";
  background: none;
  text-align: center;
  padding: 0px;
}
.form-btn--remove::after{
  background-image: url('../img/remove.png');
}
.divTableRow p{
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
  font-family: "TruenoLt";
  color: #5b5b5b;
}
.divTableRow .form-btn{
  float: left;
  display: block;
  margin-top: 13px;
  margin-bottom: 13px;
}

.table__count, .table__days, .table__price{
  font-family: "TruenoBd" !important;
}
.table__price{
  color: #00bfe8 !important;
  width: 100%;
  text-align: right;
}
.table__price span{
  color: black;
  margin-right: 20px;
}
.ejsak-wish{
  margin-top: 10px;
  overflow: hidden;
}
.ejsak-form-order{
  overflow: hidden;
}

.ejsak-wish__txt{
  width: 80%;
  float: left;
}

.ejsak-wish__save{
  width: 20%;
  float: left;
}
.ejsak-content--product .ejsak-wish__save{
  width: 30%;
  position: absolute;
  right: 0;
}

.ejsak-wish__save p{
  float: right;
  margin-right: 25px;
  margin-top: 30px;
}
.ejsak-wish__save a{
  float: right;
  margin-right: 18px;
}
.form-btn--wish-save{
  width: 65px;
  height: 65px;
}
.form-btn--wish-save::before{
  content: "";
  display: block;
  width: 80px;
  height: 80px;
}
.form-btn--wish-save::after{
  background-image: url('../img/cart-small.png');
  width: 50%;
  height: 50%;
  top: 50%;
}

.divTableFoot .table__price{
  font-weight: bold;
  font-family: "TruenoBd";
}

.ejsak-wish__info p{
  font-family: "TruenoLt";
  font-size: 16px;
  color: #5b5b5b;
}

.form-btn--blur{
  -webkit-box-shadow: 0px 10px 15px -6px #aed9f3;
  box-shadow: 0px 15px 10px -6px #aed9f3;
}

.form-wish-send{
  width: 100%;
}
.form-wish-send .column{
  width: 30%;
  margin-left: 5%;
  margin-right: 5%;
  float: left;
}
.form-wish-send .column:first-child,
.form-wish-send .column:last-child{
  margin: 0;
}
.form-wish-send label{
  margin-bottom: 10px;
}
.form-wish-send .row{
  margin-bottom: 15px;
}

.ejsak-form-order .ejsak-title{
  margin-bottom: 35px;
}

input[type="checkbox"], input[type="radio"] {
    display:none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    color:#acacac;
    font-family: 'TruenoLt', sans-serif;
    font-size: 16px;
    position: relative;
    text-align: left;
    padding-left: 15px;
}
.formContent label p{
  /* color:#f2f2f2;
  font-family: 'Open Sans', helvetica;
  font-size: 14px; */
  padding-top: 5px;
  float: left;
  width: 80%;
}

input[type="checkbox"] + label span, input[type="radio"] + label span {
    display:block;
    width:20px;
    height:20px;
    margin: 0px 10px 0 0;
    background:url('../img/checks.png') left top no-repeat;
    background-size: 200%;
    cursor:pointer;
    float: left;
    margin-top: 0;
    position: absolute;
    top: 3px;
}


input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
    background:url('../img/checks.png') -20px top no-repeat;
    background-size: 200%;
}

input[type="checkbox"] + label p{
  text-align: left;
  width: 80%;
  margin: 0;
  margin-left: 35px;
}

.form-wish-send textarea{
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 200px;
}

#form_save{
  display: none;
}

.form-btns{
  font-family: "TruenoLtB";
  font-size: 16px;
  color: #5b5b5b;
  margin-top: 40px;
}
.form-btns p{
  /* float: right;
    margin-top: 40px;
    margin-right: 30px; */
    width: 100%;
    text-align: center;
}

.form-wish-send .form-is-date input {
    width: 80%;
    display: block;

}
.form-wish-send .form-is-date{
  position: relative;
}
.form-wish-send .form-is-date::after{
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 6px;
  background-image: url(../img/calendar.png);
  width: 40px;
  height: 40px;
  right: 10px;
}

.ejsak-slider{
  width: 100%;
}

.splide__slide{
  /* width: 100%; */
  /* padding-left: 15%; */
  /* padding-right: 5%; */
}
.slider-row{
  width: 50%;
  float: left;
  font-family: "TruenoLt";
    font-size: 16px;
    color: #5b5b5b;
}
.slider-row:first-child{
  width: 40%;
  margin-right: 10%;
}
.slider-row img{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.slider-row h2{
  font-family: "TruenoBd";
  color: #00bfe8;
  text-align: left;
  margin-top: 50px;
  font-size: 18px;
  text-transform: uppercase;
}
.slider-row p{
  font-family: "TruenoLt";
  font-size: 16px;
  color: #5b5b5b;
  text-align: left;
}
.ejsak-navi{
  width: 100%;
}
.ejsak-navi__header{
  width: 270px;
  float: left;
}
.ejsak-navi__header img{
  width: 100%;
}
.ejsak-navi__menu{
  width: calc(100% - 300px);
  float: right;
}
.ejsak-navi{
  height: 115px;
}
.ejsak-navi ul{
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin-top: 35px;
}
.ejsak-navi ul li{
  width: auto;
  float: left;
  margin-left: 40px;
}
.ejsak-navi ul li a{
  font-family: "TruenoLtB";
  color: #5b5b5b;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}
.ejsak-navi ul li a:hover{
  text-decoration: underline;
}
.ejsak-navi ul li:first-child{
  margin: 0;
}
.ejsak-slider{
  margin-top: 50px;
}
.splide__arrow{
  background: transparent;
}
.splide__pagination{
  display: none;
}

.ejsak-wish.hidden, .ejsak-form-order.hidden{
  display: none;
}

.divTableRow.new{
  display: none;
}

.ejsak-view{
  position: relative;
  min-height: calc(100vh - 345px);
  padding-bottom: 300px;
}

.ejsak-form-order{
  margin-top: 50px;
}

.ejsak-slider {
  position: absolute;
  bottom: 0;
}

.message-background{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 100;
}
.message-background.hidden, .message.info-message.hidden{
  display: none;
}
.message.info-message{
  position: fixed;
  z-index: 200;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #00bfe8;
}
.message.info-message div{
  padding: 20px;
    min-height: 120px;
    max-width: 400px;
    min-width: 300px;
    width: 100%;
}
.message.info-message img{
  width: 200px;
  margin: 0 auto;
  align-items: center;
  display: block;
  margin-bottom: 20px;
}
.message.info-message img.hidden{
  display: none;
}
.message.info-message h2{
  text-align: center;
  /* left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute; */
  font-family: "TruenoLtB";
  color: #00bfe8;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  /* width: 70%; */
}
.close-message{
  color: #00bfe8;
}
.message.info-message p{
  text-align: center;
  /* left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute; */
  font-family: "TruenoLtB";
  color: #5b5b5b;
  margin: 0;
  /* width: 70%; */
  margin-bottom: 20px;
}

.ejsak-contact__content, .form-contact{
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
}

.form-btn--send::after {
    background-image: url('../img/send.png');
    width: 35px;
    height: 35px;
    top: 50%;
}
.form-btn--send{
  width: 65px;
  height: 65px;
  float: right;
}

.ejsak-content--contact .ejsak-title{
  text-align: left;
}
.ejsak-desc{
  font-family: "TruenoLt";
  font-size: 18px;
  color: #4a4a4a;
  text-align: left;
  /* max-width: 350px; */
  width: 100%;
}
.ejsak-desc a{
  font-size: 18px;
  font-family: "TruenoBd";
  color: #00bfe8;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-top: 10px;
}
.form-contact input, .form-contact textarea{
  border: 1px solid #555555;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  /* font-family: "TruenoLt"; */
  color: #5b5b5b;
  font-family: "TruenoBd";
  background-color: white;
  max-width: 100%;
  min-width: 100%;
  text-align: center;
}

.form-contact textarea{
  min-height: 110px;
}

.form-contact .row.form-btn {
    display: block;
    width: 130px;
    height: 80px;
    margin: 0 auto;
  }

.form-contact .form-btn p{
  color: black;
  top: 50%;
  padding: 0;
  margin: 0;
  left: 0;
  transform: translate(0, -50%);
  font-family: "TruenoLt";
  font-size: 18px;
}

details {
	position: relative;
  width: 100%;
	margin-right: 1rem;
}

details.ejsak-object__select--open[open] {
	z-index: 1;
}

summary {
	padding: 1rem;
	cursor: pointer;
	border-radius: 5px;
	list-style: none;
  border: 2px solid #00bfe8;
    border-radius: 15px;
    padding: 14.5px 0.5em;
    font-size: 16px;
    font-family: "TruenoLt";
    cursor: pointer;
    color: #5b5b5b;
    background-color: white;
    text-align: center;
}

summary::-webkit-details-marker {
	display: none;
}

details.ejsak-object__select--open[open] summary:before {
	content: '';
	display: block;
	width: 100vw;
	height: 100vh;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
}

summary:after {
  content: "";
    width: 0.8em;
    height: 0.5em;
    background-color: #5b5b5b;
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
    right: 10px;
    position: absolute;
    top: 20px;
}

summary:focus {
	outline: none;
}

details.ejsak-object__select--open[open] summary:after {
	transform: rotate(-180deg) translate(0%, 0%);
}
summary > input{
  border: none !important;
  font-size: 16px !important;
  font-family: "TruenoLt" !important;
  cursor: pointer !important;
  color: #5b5b5b !important;
  padding: 0 !important;
}
ul.list {
	width: 100%;
	border: 1px solid #ccc;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 1rem;
	margin: 0;
	box-sizing: border-box;
	border-radius: 5px;
	max-height: 200px;
	overflow-y: auto;
  list-style: none;
  background-color: white;
}
.ejsak-object__select--disabled ul.list{
  display: none;
}

ul.list li {
	margin: 0;
	padding: 1rem 0;
	border-bottom: 1px solid #ccc;
}

ul.list li:first-child {
	padding-top: 0;
}

ul.list li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

/* FAKE SELECT */

summary.radios {
	counter-reset: radios;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

summary input[type=radio] {
	counter-increment: radios;
	appearance: none;
	display: none;
}

summary input[type=radio]:checked {
	display: inline-block;
  width: 100%;
  text-align: center;
}

summary input[type=radio]:after {
	content: attr(title);
	display: inline-block;
	font-size: 1rem;
}

ul.list {
	counter-reset: labels;
}

ul.list li.last__visable{
  padding-bottom: 0;
  border-bottom: none;
}

ul.list label {
	width: 100%;
	display: block;
	cursor: pointer;
}

.ejsak-calculate .list label{
  font-size: 16px;
  font-family: "TruenoLt";
  cursor: pointer;
  color: #5b5b5b;
  text-align: center;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.splide__insite{
  width: 660px;
  margin: 0 auto;
}
.ejsak-page-product .ejsak-baner{
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.ejsak-page-product .ejsak-desc{
  margin: 5%;
  padding-bottom: 5%;
}
.ejsak-page-product .ejsak-desc h2{
  margin-bottom: 10px;
}
.ejsak-page-product .ejsak-desc p{
  margin-bottom: 10px;
  font-family: "TruenoLtB";
  font-size: 16px;
}
.ejsak-page-product .ejsak-gallery{
display: grid;
    grid-template-columns: repeat(3, 32.5%);
    grid-gap: 1%;
  }
  .ejsak-page-product .ejsak-gallery__one {
    margin: 0;
    float: inherit;
    width: 100%;
}
.ejsak-page-product .ejsak-gallery__one img{
  width: 100%;
}
.ejsak-page-product__how{
  width: 100%;
}
.ejsak-page-product__how img{
  width: 100%;
}
.how--desc .ejsak-title, .how--desc .ejsak-desc{
  text-align: center !important;
  width: 100%;
  max-width: 100%;
}
.how--desc{
  margin-bottom: 30px;
}
.how--mobile{
  display: none;
}
.how--normal{
  max-width: 650px;
  margin: 0 auto;
}
.ejsak-ask h2{
  text-align: center !important;
}
.ejsak-ask details{
  width: fit-content;
  position: inherit;
  text-align: left;
  padding: 14.5px 0.5em;
    font-size: 16px;
    font-family: "TruenoLt";
    color: #5b5b5b;
}
.ejsak-ask summary{
  width: auto;
  border: none;
  text-align: left;
}
.ejsak-ask details > summary {
  list-style: none;
}
.ejsak-ask summary:after{
  content: none;
}
.ejsak-contact__content .ejsak-desc{
  max-width: 100%;
  font-size: 16px;
}
.ejsak-slider--product .splide__insite{
  width: 90%;
  position: relative;
  max-width: 300px;
}
.ejsak-slider--product .splide__insite img{
  width: 100%;
}
.ejsak-slider--product .splide__insite p{
  position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    padding: 10px;
    margin: 0;
    color: #00bfe8;
    text-align: center;
    font-family: "TruenoLt";
    font-size: 18px;
}
.ejsak-slider--product .splide__track{
  width: 90%;
  margin: 0 auto;
}
.ejsak-slider--product{
  margin: 0;
}
.url-set{
  text-decoration: none;
}



#footer-outer, #nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap {
    background-color: #292929!important;
}

/* footer */
#footer-outer #copyright .col ul {
    float: left;
    font-family: "TruenoLt";
    color: white;
}

#footer-outer .menu-stopka a, #footer-outer #copyright {
    font-size: 15px;
    color: #c7c7c7;
}

#footer-outer hr {
    width: 61%;
    border-color: #706a64;
}

#footer-outer hr.margin-left {
    margin-left: 105px;
}


#footer-widgets .margin-left {
    margin-left: 60px;
}

#footer-outer .row {
    padding-top: 40px;
}

#footer-outer #footer-widgets .col p {
	padding-bottom: 0px;
	font-weight: 300;
  font-family: "TruenoLt";
  color: white;
}
#footer-outer #footer-widgets .col p a{
  font-family: "TruenoLt";
  color: white;
  text-decoration:

}

#footer-widgets hr {
    width: 140px;
    margin-bottom: 15px;
    margin-left: 0px;
    border-color: #706a64;
}

#footer-widgets .footer-address {
    margin-left: 30px;
}

#footer-widgets .textwidget {
    font-size: 17px;
}

#footer-widgets .textwidget img.logo {
    display: block;
    float: none;
}

#footer-widgets .textwidget img {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

#footer-widgets .textwidget ul {
    margin-top: 10px;
    padding: 0;
}
ul#social{
  padding: 0;
}

#footer-widgets .textwidget ul li {
    /*list-style: url(img/icons/li.png) !important;*/
	list-style-type: none;
    /* margin-left: 25px; */
}

#footer-widgets .textwidget ul li a {
    color: #ff8f4b !important;
    font-weight: 900;
    font-family: "TruenoLt";
    /* margin-left: 20px; */
}



.footer-header {
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase;
    color: #ffffff !important;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 5px;
    -webkit-font-smoothing: subpixel-antialiased;
}
.footer-header b {
    font-weight: 800;
    font-family: "TruenoBd";
    color: white;
}

#social li {
    display: inline-block;
    margin-right: 8px;
}

.ejsak-soc {
    height: 52px;
    width: 52px !important;
    display: inline-block;
    background-size: 52px 52px;
}
.ejsak-soc.ejsak-facebook {
    background-image: url('https://ejsakgroup.pl/images/template/facebook.png');
}
.ejsak-soc.ejsak-youtube {
    background-image: url('http://wypozycznaevent.pl/img/youtube.png');
}
.ejsak-soc.ejsak-instagram {
    background-image: url('http://wypozycznaevent.pl/img/instagram.png');
}
.ejsak-soc.ejsak-linkedin {
    background-image: url('http://wypozycznaevent.pl/img/linkedin.png');
}
.ejsak-soc.ejsak-twitter {
    background-image: url('https://ejsakgroup.pl/images/template/twitter.png');
}

.ascend #footer-outer .widget h4 {
    color: #ffffff !important;
    font-weight: 600;
/*  margin-top: 15px;*/
    margin-bottom: 25px !important;
}

#popup-contact-short {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(78, 78, 78, 0.8);
}

#popup-contact-short .widget-content {
    max-width: 960px;
    margin: 0px auto;
}

#popup-contact-short .row {
    padding-bottom: 0px;
}

#popup-contact-short table {
    width: 100%;
}

#popup-contact-short td {
    text-align: center;
}

#popup-contact-short td b {
    font-weight: 800;
}

#popup-contact-short .vertical-line {
    vertical-align: top;
}

#popup-contact-short .vertical-line:after {
    content: '';
    height: 120px;
    width: 2px;
    background: #b4a99d;
    display: inline-block;
    text-align: center;
    margin-top: 60px;
}

#popup-contact-short .textwidget, #popup-contact .textwidget {
    background: #ffffff;
    margin: 10px 0 0 0;
    padding: 35px 10px 30px 10px;
    text-align: center;
    position: relative;
    box-shadow: 0px 2px 70px rgba(65, 143, 199, 0.4);
    max-height: 95vh;
    overflow: auto;
}

#popup-contact-short .textwidget #close, #popup-contact .textwidget #close {
    background: url(img/icons/close.png);
    display: block;
    width: 35px;
    height: 35px;
    z-index: 999999;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 30px;
}

#popup-contact-short .textwidget .caption, #popup-contact .textwidget .caption {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 40px;
    display: inline-block;
}

#popup-contact-short .textwidget .caption2 {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-right: 15px;
    display: inline-block;
    color: #636363 !important;
    font-weight: 300;
}

#popup-contact-short .textwidget img {
    width: 220px;
    height: 220px;
}

#popup-contact-short .textwidget .nazwisko {
    display: block;
    font-size: 24px;
}

#popup-contact-short .textwidget .stanowisko {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}

#popup-contact-short .textwidget .telefon {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #ff8f4b;
    margin-top: 10px;
}

#popup-contact-short .wpcf7-form {
    margin-top: 30px;
}

#popup-contact-short .wpcf7-form-control-wrap.numer {
    width: 300px;
    display: inline-block !important;
    /*border-bottom: 1px solid #737373;*/
}

#popup-contact-short .wpcf7-form-control-wrap.numer input {
    background: #ffffff url(img/icons/phone.png) no-repeat left 36px;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: none;
    margin-right: 20px;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 0 !important;
}

#popup-contact-short .wpcf7-form-control-wrap.numer input:placeholder, #popup-contact .wpcf7-form-control-wrap.numer input:placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #636363;
}
#popup-contact-short .wpcf7-form-control-wrap.numer input::-webkit-input-placeholder, #popup-contact .wpcf7-form-control-wrap.numer input::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #636363;
}
#popup-contact-short .wpcf7-form-control-wrap.numer input::-moz-placeholder, #popup-contact .wpcf7-form-control-wrap.numer input::-moz-placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #636363;
}
#popup-contact-short .wpcf7-form-control-wrap.numer input:-ms-input-placeholder, #popup-contact .wpcf7-form-control-wrap.numer input:-ms-input-placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #636363;
}
#popup-contact-short .wpcf7-form-control-wrap.numer input:-moz-placeholder, #popup-contact .wpcf7-form-control-wrap.numer input:-moz-placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #636363;
}

#popup-contact-short input[type="submit"], #popup-contact input[type="submit"] {
    margin-left: 20px;
    background: #ff8f4b url(img/icons/arrow-right.png) no-repeat right center;
    font-size: 18px;
    text-transform: uppercase !important;
    padding: 10px 50px;
}

#popup-contact-short .wpcf7-not-valid-tip, #popup-contact .wpcf7-not-valid-tip {
    display: inline-block;
    box-shadow: none;
    color: red !important;
    font-size: 13px;
}

.span_4 {
    width: 31.0%;
}

.col {
    position: relative;
    float: left;
}
.col {
    margin-right: 2%;
}
.container, .container.main-content{
      max-width: 1150px;
      margin: 0 auto;
}
#footer-outer #copyright {
    border: none;
    background-color: #292929;
    padding-top: 10px;
        overflow: hidden;
        font-weight: 300;
    font-family: "TruenoLt";
    color: white;
    padding-bottom: 30px;
    font-size: 14px;
}
#footer-outer #copyright .span_4 {
    width: 31%;
}
#footer-outer #copyright .span_4 a{
  font-family: "TruenoLt";
  color: white;
  text-decoration: none;
}
.cookies{
  display: block;
  padding: 10px;
  width: 100%;
  text-align: center;
  background-color: #1e2023;
  color: white;
  font-size: 12px;
  font-family: "TruenoLtB";
  z-index: 500;
  position: fixed;
  top: 0;
}
.cookies a{
  color: #0095da;
  font-size: 12px;
  font-family: "TruenoLtB";
  text-decoration: none;
}
.cookies.hidden{
  display: none;
}
.media_full {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}
.media_full .prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 2em;
    font-weight: bold;
    font-family: FontAwesome;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    border: 2px solid rgba(255,255,255,0.4);
    font-family: FontAwesome;
    content: "\f104";
    font-size: 24px;
}
.media_full .next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 2em;
    font-weight: bold;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    border: 2px solid rgba(255,255,255,0.4);
    font-family: FontAwesome;
    content: "\f105";
    font-size: 24px;
}
.view_close {
    position: fixed;
    top: 3%;
right: 5%;
transform: translateX(-50%);
    width: 200px;
    height: 50px;
    font-size: 2em;
    color: white;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 24px;
    background-color: transparent;
    border: none;
}
.img_view {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
    width: auto;
    height: 100%;
}
.img_view img {
    display: block;
    margin: 0px auto;
    height: 100%;
    /* top: 10%; */
    padding-top: 4%;
}
.media_full .prev {
    position: absolute;
    left: 0;
}
.media_full .next {
    position: absolute;
    right: 0;
}
#footer-outer .row::after, #footer-outer .col::after, #footer-outer .clr::after, #footer-outer .group::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#footer-outer .container::before, #footer-outer .container::after, #footer-outer .container-fluid::before, #footer-outer .container-fluid::after, #footer-outer .row::before,
#footer-outer .row::after, #footer-outer .modal-footer::before, #footer-outer .modal-footer::after, #footer-outer .vc_row::before, #footer-outer .vc_row::after {
    content: " ";
    display: table;
}
.ejsak-info.hidden{
  display: none;
}
.ejsak-info .m-image{
  width: 100%;
  display: none;
}
.ejsak-info .d-image{
  width: 100%;
  display: block;
}
.ejsak-info img{
  width: 100%;
}
.ejsak-info{
  padding-left: 2vw;
  padding-right: 2vw;
}
.ejsak-info h2, .ejsak-info h3, .ejsak-info--big-2 .ejsak-info--big-txt p, .ejsak-info--big-1 .ejsak-info--big-txt p{
  font-size: 24px;
  font-family: "TruenoBd";
  color: #00bfe8;
  text-align: center;
  text-transform: uppercase;
}
.ejsak-info--big-2 .ejsak-info--big-txt p, .ejsak-info--big-1 .ejsak-info--big-txt p{
  text-transform: uppercase;
  font-family: "TruenoLtB";
  font-weight: 800;
  font-size: 20px;
  text-align: left;
}
.ejsak-info h3{
  font-size: 20px;
  text-align: left;
}
.ejsak-info p, .ejsak-info li{
  font-family: "TruenoLtB";
  font-size: 16px;
  color: #4a4a4a;
  text-align: left;
}
.ejsak-info li{
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.ejsak-info p{
  text-align: center;
}
.ejsak-info--center{
  text-align: center;
  width: 100%;
  position: relative;
}
.ejsak-info--center .ejsak-info--big-img{
  width: 110px;
  position: absolute;
}
.ejsak-info--center p{
  font-size: 18px;
}
.ejsak-info--full{
  width: 100%;
}
.ejsak-info--full::after{
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.ejsak-info--half{
  width: 50%;
  float: left;
}
.ejsak-info ul {list-style: none; padding: 0;}
.ejsak-info li::before {
  content: "•";
    color: #00bfe8;
    font-size: 55px;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 3px;
}
.ejsak-info--big-1 .ejsak-info--big-img{
  width: 60px;
}
.ejsak-info--big-1 p {
  padding: 0;
  margin: 0;
}
.ejsak-info--big-2 .ejsak-info--big-img{
  width: 100px;
  float: left;
}
.ejsak-info--big-2 .ejsak-info--big-txt{
  width: calc(100% - 140px);
  float: left;
  text-align: justify;
  margin-left: 40px;
}
.ejsak-info--big-2 .ejsak-info--big-txt p{
  text-align: left;
  margin: 0;
}
.ejsak-info--big-1{
  margin-top: 140px;
    margin-bottom: 110px;
}
.ejsak-info--big-2{
  margin-top: 150px;
}
.ejsak-info--big-1 .ejsak-info--big-txt{
  margin-left: 60px;
}
.ejsak-wish__information p{
  color: red;
}

.swp-navi {
  overflow: hidden;
  background-color: #333;
  position: relative;
  display: none;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.swp-navi #menu-links {
  margin-top: 70px;
}

/* Style navigation menu links */
.swp-navi a {
  color: white;
  padding: 7px;
  text-decoration: none;
  font-size: 22px;
    display: block;
    background-color: #00bfe8;
    border: 3px solid white;
    border-bottom: none;
    font-family: "TruenoLt";
}
.swp-navi a.icon{
  background-color: transparent;
}
.swp-navi a:last-child{
  border-bottom: 3px solid white;;
}

/* Style the hamburger menu */
.swp-navi a.icon {
  display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    border: none;
    height: 58px;
}

/* Add a grey background color on mouse-over */
.swp-navi a:hover {
  background-color: white;
  color: #00bfe8;
}

.swp-navi a.icon:hover {
  background-color: transparent;
  color: transparent;
}

/* Style the active link (or home/logo) */
.swp-navi {
  background-color: transparent;
  color: white;
  position: absolute;
  width: 191px;
  height: 220px;
  right: 5vw;
  top: 5vw;
  z-index: 2;
}
.slider-row span{
  text-align: center;
}
@media (max-width: 950px){
  .ejsak-calculate label, .form-wish-send label {
    font-size: 12px;
  }
  .ejsak-page-product .ejsak-baner{
    width: 90%;
  }
  .ejsak-page-product .ejsak-desc{
    width: 85%;
    padding-bottom: 15%;
  }
}

@media (max-width: 750px){
  .ejsak-content--info .ejsak-view{
    padding-bottom: 0;
  }
  .ejsak-content--info .ejsak-info .m-image {
    padding-top: 0vw;
  }
  .ejsak-info .m-image{
    display: block;
    padding-top: 35vw;
  }
  .ejsak-info .d-image{
    display: none;
  }
  .ejsak-calculate__category, .ejsak-calculate__model {
    width: 90%;
  }
  .how--mobile{
    display: block;
  }
  .how--normal{
    display: none;
  }

  .ejsak-wish{
    width: 100%;
  }
  .form-wish-send .column {
    width: 90%;
    margin-left: 5% !important;;
  }
  .ejsak-calculate__count, .ejsak-calculate__days, .ejsak-calculate__calculate {
    width: 30%;
  }
  .ejsak-calculate__calculate {
    margin-right: 0;
    width: 20%;
  }
  .ejsak-calculate__category, .ejsak-calculate__model{
    margin-bottom: 10px;
  }
  .ejsak-contact__content, .form-contact {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    float: inherit;
  }


  .ejsak-navi ul li:first-child {
    margin: 0;
    margin-left: 40px;
  }
  .divTableCell{
    padding: 1px !important;
  }
  .form-btn--plus::after, .form-btn--minus::after {
    padding: 0px;
  }
  .form-btn--info, .form-btn--plus, .form-btn--minus, .form-btn--remove {
    width: 18px;
    height: 18px;
    margin-left: 3px;
  }
  .divTableRow p {
    margin-right: 5px;
    font-size: 12px;
  }
  .cal-20 {
    width: 10%;
  }
  .cal-40 {
    width: 60%;
  }
  .slider-row:first-child {
    width: 100%;
    margin-right: 0;
    margin: 0 auto;
    float: inherit;
  }
  .slider-row img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 25%;
    margin: 0 auto;
    display: block;
  }
  .slider-row {
    width: 100%;
    float: inherit;
  }
  .splide__insite {
    width: 100%;
  }
  .slider-row h2{
    text-align: center;
    margin: 10px;
    font-size: 14px;
  }
  .slider-row p{
    text-align: center;
    font-size: 12px;
  }
  .ejsak-wish__save {
    width: 100%;
    float: right;
  }
  .ejsak-wish__txt {
    width: 100%;
    float: left;
  }
  .ejsak-view {
    position: relative;
    min-height: calc(100vh - 305px);
    padding-bottom: 0;
  }
  .ejsak-slider {
    margin-top: 10px;
    position: relative;
  }
  .col {
    position: relative;
    display: block;
    width: 100%;
  }
  .ejsak-content--contact .ejsak-view{
    padding-bottom: 5vh;
  }
  #footer-widgets .container .col {
    margin-bottom: 40px;
  }
  .container, .container.main-content {
    max-width: 320px !important;
    margin: 0 auto;
  }
  .ejsak-navi__menu{
    display: none;
  }
  .slider-row h2,.slider-row p{
    width: 60%;
    margin: 0 auto;
  }
  .ejsak-navi__header {
    width: 270px;
    float: left;
    padding: 10px;
  }
  .swp-navi a.icon {
    height: 36px;
    width: 35px;
  }
  .swp-navi a.icon img{
    width: 100%;
  }
  .swp-navi a {
    font-size: 14px;
  }
  .swp-navi #menu-links {
    margin-top: 25px;
  }
  .swp-navi {
    width: 135px;
    height: 167px;
    display: block;
  }
  .divTableRow p.table__days,.divTableRow p.table__count{

  }
}
