.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

body {
  font-family: Metropolis, sans-serif;
  color: #012846;
  font-size: 16px;
  line-height: 100%;
}

h1 {
  margin-top: 0.33em;
  margin-bottom: 0.33em;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 700;
}

h2 {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: -0.015em;
}

h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
}

h4 {
  margin-top: 0.62em;
  margin-bottom: 0.62em;
  font-size: 1.62em;
  line-height: 1.2em;
  font-weight: 300;
}

h5 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.25em;
  line-height: 120%;
  font-weight: 300;
}

p {
  margin-bottom: 0.5em;
  line-height: 135%;
}

a {
  color: #ed1651;
  text-decoration: none;
}

label {
  display: block;
  margin-bottom: 0em;
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 400;
}
ol,
ul{
  margin-top: 0px;
  margin-bottom: 1em;
  padding-left: 1em;
}

li{
}

.section {
  overflow: hidden;
  padding: 4em;
  position:relative;
}

.section.bg-photo {
  padding-top: 10em;
  padding-bottom: 10em;
  background-image: linear-gradient(16deg, rgba(237, 22, 81, 0.9) 10%, rgba(249, 157, 37, 0.9) 90%), url('../images/CEMA-mozaika_web.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.section.bg-photo-navvy {
  padding-top: 10em;
  padding-bottom: 10em;
  background-image: linear-gradient(16deg, rgba(1, 40, 70, 0.9) 10%, rgba(237, 22, 81, 0.9) 90%), url('../images/CEMA-mozaika_web.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.section.bg-photo-green {
  padding-top: 10em;
  padding-bottom: 10em;
  background-image: linear-gradient(16deg, rgba(146, 208, 80, 0.9) 10%, rgba(0, 176, 80, 0.9) 90%), url('../images/CEMA-mozaika_web.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.section.bg-fb {
  background-color: #fbfbfb;
}

.section.bg-f6 {
  background-color: #f6f6f6;
}

.small-box {
  padding: 2em;
}

.input {
  display: block;
  height: 100%;
  max-width: 100%;
  min-height: 3em;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 1em;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 93.3%, 0.93);
  border-radius: 0.5em;
  background-color: #fff;
  background-image: url('');
  background-position: 0px 0px;
  background-size: 1px;
  background-repeat: no-repeat;
}

.input:hover {
  border-color: #aaa;
}

.input::-webkit-input-placeholder {
  color: #aaa;
  font-size:1em;
}

.input:-ms-input-placeholder {
  color: #aaa;
  font-size:1em;
}

.input::-ms-input-placeholder {
  color: #aaa;
  font-size:1em;
}

.input::placeholder {
  color: #aaa;
  font-size:1em;
}

/* style all input elements with a required attribute */
input:required {
  /*border-color:  rgba(237, 22, 81, 0.5);*/
}

input:required:focus,
input:required:hover {
  box-shadow: 0 0 0.5em rgba(237, 22, 81, 0.25);
}
.big-number,
.big-number-desc{
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #aaa;
  padding: 0.25em 0;
  margin: 0;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
  min-height: 1em;
}

.big-number{
  color: #012846;
  text-align: right;
  float: left;
  width: 75%;
  padding-right:0.1em;
}
.big-number-desc{
  color: #aaa;
  float: right;
  width: 25%;
}

.btn {
  display: inline-block;
  margin-top: 1em;
  padding: 0.75em 1em;
  border: 2px solid #012846;
  border-radius: 0.5em;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #012846;
  font-weight: 700;
  cursor: pointer;
}

.btn:hover {
  border-color: #ed1651;
  color: #ed1651;
}

.btn.btn-gradient {
  padding: 1em 2em;
  border-color: #fff;
  background-image: linear-gradient(74deg, #012846, #ed1651 45%, #f99d25);
  color: #fff;
  z-index: 999;
}

.btn.btn-plus {
  padding-left: 40px;
  border-color: #00b050;
  background-image: url('../images/plus.svg');
  background-position: 8px 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  color: #00b050;
}
.btn.btn-plus:hover {
  color: #92d050;
  border-color: #92d050;
}
.hr {
  overflow: hidden;
  height: 2px;
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: #eee;
}

.color-aaa {
  color: #aaa;
}

.color-red {
  color: #ed1651;
  border-color: #ed1651;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.m0 {
  padding: 0px;
}



.m0.sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
}

.logo-link{
  width:15vw;
  min-width:8.5em;
  text-align: center;
}
.top-logo-img {
  height: 4em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.logo-img {
  height: 4em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.navlink {
  margin-top: 0.5em;
  padding: 0.9em;
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #012846;
  border-bottom: 2px solid transparent;
  background-color: white;
}

.navlink:hover {
  opacity: 1;
}

.navlink.current {
  opacity: 0.8;
  -webkit-transition-property: all;
  transition-property: all;
  color: #012846;
  border-bottom: 2px solid #ed1651;
  background-color: floralwhite;
  border-radius: 5%;
}

.navlink.current:hover {
  cursor: not-allowed;
}

.navlink span{
  transition: width 250ms ease-in-out;
}

.navlink:hover span,
.navlink.w--current span{
  width: auto;
}

.navlink.login {
  padding-left: 2em;
  background-image: url('../images/login2.svg');
  background-position: 10px 50%;
  background-size: 1em 1em;
  background-repeat: no-repeat;
}

.navlink.infolinia {
  padding-left: 2.5em;
  background-image: url('../images/infolinia-ce-ma.svg');
  background-position: 10px 50%;
  background-size: 1.5em 1.5em;
  background-repeat: no-repeat;
}

.nav-menu {
padding: 0 2em;
}
.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  max-width: 100%;
  /*padding-right: 1em;
  padding-left: 4em;*/
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.icon-mid {
  width: 4em;
}

.box {
  padding: 4em;
}

.box.special-bg {
  padding-bottom: 0em;
  background-image: url('../images/zespol_cema_czb-mini.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.icon-small {
  width: 3em;
  height: 3em;
  border-radius: 0.5em;
  line-height: 3em;
  text-align: center;
}

.icon-small:hover {
  background-color: #eee;
}

.icon-small-img {
  width: 2em;
  height: 2em;
}
.icon-help,
.icon-help-hide{
	position:absolute;
	display:none;
	opacity:0.5;
	transition:opacity 250ms ease-in-out;
}
.icon-help{
	top:4em;
right:4em;}

.icon-help-hide{
	top:1em;
right:1em;}

.icon-help:hover,
.icon-help-hide:hover{
	opacity:1;
}

.help-content{
    display: block;
    font-size: 0.8em;
    padding: 2em;
    background-color: #f8f8f8;
}

.dodatkowe-icon{
  max-width: 148px;
  min-width: 74px;
  padding-bottom: 1em;
  width: 100%;
}


.big-circle {
  display: inline-block;
  min-height: 10em;
  min-width: 10em;
  margin-bottom: 2em;
  padding: 2em 1em 1em;
  border-radius: 10em;
  background-color: #eee;
  background-image: linear-gradient(74deg, #ed1651, #f99d25);
  color: #fff;
  text-align: center;
}

.big-circle.overright {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  margin-top: -4em;
}

.circle-number {
  margin-top: 1em;
  margin-bottom: 0em;
  font-weight: 700;
}

.circle-desc {
  margin-top: 0em;
  font-size: 1em;
}

.hor-sep {
  display: inline-block;
  width: 1px;
  height: 2em;
  margin-top: 1em;
  margin-right: 0.5em;
  margin-left: 0.5em;
  background-color: #eee;
}

.jumbo10em {
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 8em;
  line-height: 1em;
  letter-spacing: -0.03em;
}

#Montazomat{
  background-image: url("../images/kuchnia.jpg"), url("../images/kuchnia.jpg"), url("../images/projekt_kuchni_tlo.jpg");
  background-size:100vw, 100vw, 50vw ;
  background-position: 80vw 85%, -80vw 30%, 50vw 0vw;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.montazomat{
    padding-left: 15vw;
    padding-right: 15vw;
}

.shadow-head{
  color: #fff;
  text-shadow: 0em 0em 3em rgba(0,0,0,0.4);
  line-height: 33vh;
}

.gradient-head{
  color: #fff;
  text-shadow: 0em 0em 3em rgba(0,0,0,0.4);
  line-height: 33vh;
  display: inline-block;
  background: linear-gradient(74deg, #ed1651, #f99d25);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-big {
  width: 4em;
  height: 4em;
  margin-bottom: 1em;
}

.shortstory-container {
  position: relative;
  display: inline-block;
  margin-top: -1em;
  padding-right: 2vw;
  padding-left: 2vw;
  float: left;
  color: #fff;
}

.shortstory-container.ss-c3 {
  float: right;
  background-color: #f99d25;
}

.shortstory-container.ss-c2 {
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-color: #ed1651;
}

.shortstory-container.ss-c1 {
  background-color: #012846;
}

.shortstory-item {
  height: 6em;
  padding: 1em 4vw 1em 2vw;
  background-image: url('../images/right-arr.svg');
  background-position: 100% 50%;
  background-size: 2vw 2vw;
  background-repeat: no-repeat;
  color: #fff;
}

.shortstory-item:hover {
  color: hsla(0, 0%, 100%, 0.8);
}

.shortstory-item.last {
  padding-right: 2vw;
  background-image: none;
}

.shortstory-arr {
  height: 1em;
  margin-top: 5em;
  margin-bottom: 5em;
  background-image: -webkit-gradient(linear, left top, right top, from(#012846), color-stop(38%, #ed1651), color-stop(90%, #f99d25));
  background-image: linear-gradient(90deg, #012846, #ed1651 38%, #f99d25 90%);
}

.shortstory-holder {
  position: absolute;
  left: 0%;
  top: 6em;
  right: 0px;
  bottom: auto;
  overflow: visible;
  height: 15em;
  padding-top: 15em;
  background-color: #012846;
  background-image: url('../images/stripes_1stripes.png');
  background-position: 50% 0%;
  background-size: 5px;
  color: #012846;
  text-align: center;
}

.shortstory-holder.ss-h2 {
  height: 10em;
  padding-top: 10em;
  background-color: #ed1651;
}

.shortstory-holder.ss-h3 {
  height: 5em;
  padding-top: 5em;
  background-color: #f99d25;
}

.shortstory-client {
  margin-top: 0em;
  padding-top: 1.24em;
  padding-bottom: 0.62em;
  background-image: url('../images/up.svg');
  background-position: 50% 0%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.shortstory {
  padding-top: 2em;
  padding-bottom: 1em;
}

.jumbo-icon {
  width: 8em;
  height: 8em;
  margin-bottom: 2em;
}

.color-orange {
  color: #f99d25;
}

.w100 {
  width: 100%;
}

.link-box {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 1em;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #012846;
}

.link-box:hover {
  z-index: 11;
  background-color: #fff;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
}

.jumbo5em {
  font-size: 3em;
}

.color-navy {
  color: #012846;
}

.round {
  position: relative;
  width: 6em;
  height: 6em;
  margin-top: -3em;
  margin-bottom: -3em;
  margin-left: 1em;
  border-radius: 3em;
  background-color: #fff;
  line-height: 6em;
  text-align: center;
}

.bg-fff {
  background-color: #fff;
}
.bg-fa {
  background-color: #fafafa;
}
.bg-f6 {
  background-color: #f6f6f6;
}

.box-quote {
  position: relative;
  display: none;
  padding: 4em;
  background-color: #f6f6f6;
  opacity: 0;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lock-icon {
  width: 4em;
  height: 4em;
  margin-top: -4em;
  margin-right: auto;
  margin-left: auto;
}



.radio-btn {
    margin: 0 2em 0em -2em;
    border-style: solid;
    border-width: 2px;
    border-color: #eee;
    border-radius: 0.5em;
    transition: all 350ms ease;
    color: #aaa;
    display: block;
    padding: 3em 2em 1em 2em;
    min-height: 10em;
    background-color: rgba(255,255,255,0.4);
}
.row02, .row03{
  display:none;
  opacity:0;
  transition: all 250ms ease-in-out;
}


.radio-btn:hover {
  border-color: #aaa;
  background-color: #fafafa;
  color: #012846;
}

.radio-btn .logo-img{
transition: all 350ms ease;
}
.radio-label {
  width: 100%;
  padding-left: 2em;
  margin-bottom:0px;
}

.radio-ticker {
	min-height: 5em;
    margin-top: 33px;
    position: relative;
	font-size:1em;
}

.radio-label input[type="checkbox"]{
  visibility: hidden;
}

input[type="checkbox"]:checked + .radio-btn,
input[type="radio"]:checked + .radio-btn { color:#fff; border-color:#00b050; background-color:#00b050; box-shadow:0 0 1em #eee;}

input[type="checkbox"]:checked + .radio-btn .logo-img {
  filter: brightness(150%);
}

#Dostawa .radio-btn,
#Montaz .radio-btn{
  padding-top: 6em;
  background-repeat: no-repeat;
  background-position: 2em 1em;
  background-size: 5em;
}

#Dostawa .radio-btn {
  background-image: url("../images/delivery.svg");
}

#Montaz .radio-btn {
  background-image: url("../images/montage.svg");
}

#Dostawa input[type="radio"]:checked + .radio-btn {
  background-image: url("../images/delivery-white.svg");}

#Montaz input[type="radio"]:checked + .radio-btn {
  background-image: url("../images/montage-white.svg");}


#invoice{
  opacity: 0;
  position: relative;
  padding-top: 3em;
  margin-top: -3em;
  background: #fff;
}

._2em {
  font-size: 1.5em;
}

.agata-slide {
  min-height: 40em;
  padding-top: 0em;
  padding-bottom: 4em;
}

.agata-slider {
  position: relative;
  height: 100%;
  background-color: #fbfbfb;
}

.agata-slider-arr {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 33.333vw;
  height: 4em;
  background-color: #00b050;
  -webkit-transition: background-color 300ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 300ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
  font-size: 1em;
  text-align: right;
}

.agata-slider-arr:hover {
  background-color: #012846;
}

.agata-slider-dots {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 33.333vw;
  height: 4em;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #fbfbfb;
  font-size: 1em;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}

.agata-slider-back {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 33.333vw;
  height: 4em;
  background-color: #fbfbfb;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #aaa;
  font-size: 1em;
  text-align: left;
}

.agata-slider-back:hover {
  background-color: #f99d25;
  color: #fff;
}

.agata-slider-order {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 25%;
  height: 4em;
  padding: 1em;
  background-color: #00b050;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-weight: 700;
}

.agata-slider-order:hover {
  background-color: #012846;
}

.slider-arr-txt {
  padding-right: 5em;
  padding-left: 5em;
  line-height: 4em;
  font-weight: 700;
}

.slider-arr-icon {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 4em;
  height: 4em;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 4em;
  text-align: center;
}

.slider-arr-icon.sai-left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.form-block {
  margin-bottom: 0px;
}

.key-content {
  display: none;
  height: 0px;
  opacity: 0;
}

.body-subsite {
  padding-top: 4em;
  background-color: #eee;
}

.mini-hr {
  overflow: hidden;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #eee;
}

.mini-hr.bg-fff {
  background-color: #fff;
}

.spacer5em{
overflow: hidden;
height: 1px;
margin-top: 5em;
}

.delivery-bar {
  position: relative;
  padding: 2em;
}

.delivery-axis {
  height: 0.4em;
  margin-top: 0.3em;
  border-radius: 0.5em;
  background-color: #aaa;
  background-image: url('../images/stripes_1stripes.png');
  background-position: 0% 50%;
  background-size: 5px 5px;
}

.delivery-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 4em;
  height: 4em;
  margin-top: 0.5em;
  border-radius: 2em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#012846), to(#012846));
  background-image: linear-gradient(180deg, #012846, #012846);
}

.delivery-icon.di-01 {
  left: 20%;
  border: 0.2em solid #aaa;
  background-color: #fff;
  background-image: url('../images/box-aaa.svg');
  background-position: 50% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

.delivery-icon.di-01.active1 {
  border-color: #00b050;
  background-image: url('../images/box-green.svg');
}

.delivery-icon.di-01.active2 {
  border-color: #00b050;
  background-image: url('../images/box-green.svg');
}

.delivery-icon.di-01.active3 {
  border-color: #00b050;
  background-image: url('../images/box-green.svg');
}

.delivery-icon.di-02 {
  left: 40%;
  display: none;
  border-style: solid;
  border-width: 0.2em;
  border-color: #aaa;
  background-color: #fff;
  background-image: url('../images/truck-wait2.svg');
  background-position: 50% 50%;
  background-size: auto 40px;
  background-repeat: no-repeat;
}

.delivery-icon.di-02.active1 {
  display: block;
}

.delivery-icon.di-02.active2 {
  left: 60%;
  display: block;
  border-color: #00b050;
  background-image: url('../images/truck-green.svg');
}

.delivery-icon.di-02.active2.fail {
  border-color: #aaa;
  background-image: url('../images/truck-off.svg');
}

.delivery-icon.di-02.active3 {
  left: auto;
  right: 4em;
  display: block;
  border-style: solid none solid solid;
  border-color: #00b050;
  border-top-right-radius: 0em;
  border-bottom-right-radius: 0em;
  background-color: #92d050;
  background-image: url('../images/truck-ok.svg');
  background-position: 90% 50%;
}

.delivery-icon.di-03 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-style: solid;
  border-width: 0.2em;
  border-color: #00b050;
  background-color: #92d050;
  background-image: url('../images/home.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.delivery-icon.di-03.active3 {
  border-left-style: none;
  border-top-left-radius: 0em;
  border-bottom-left-radius: 0em;
  background-image: url('../images/home.svg');
  background-position: 10% 50%;
}

.delivery-icon.di-00 {
  left: 0%;
  border-style: solid;
  border-width: 0.2em;
  border-color: #92d050;
  background-color: #fff;
  background-image: url('../images/SYGNET_mini.svg');
  background-position: 50% 62%;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.delivery-icon.di-02a {
  left: 80%;
  z-index: 100;
  display: none;
  width: 3em;
  height: 3em;
  margin-top: 1em;
  margin-left: -1.5em;
  border: 0.2em solid transparent;
  background-color: #fff;
  background-image: url('../images/cancel2.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.delivery-icon.di-02a.active2.fail {
  display: block;
}

.delivery-axis-filled {
  position: absolute;
  left: 2em;
  top: 3em;
  right: auto;
  bottom: auto;
  width: 20%;
  height: 0.6em;
  margin-top: -0.8em;
  border-radius: 0.5em;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #92d050), color-stop(90%, #00b050));
  background-image: linear-gradient(90deg, #92d050 10%, #00b050 90%);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.delivery-axis-filled.active1 {
  width: 40%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(9%, #92d050), color-stop(49%, #00b050), color-stop(50%, #aaa));
  background-image: linear-gradient(90deg, #92d050 9%, #00b050 49%, #aaa 50%);
}

.delivery-axis-filled.active2 {
  width: 60%;
}

.delivery-axis-filled.active2.fail {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(11%, #92d050), color-stop(33%, #00b050), color-stop(34%, #aaa));
  background-image: linear-gradient(90deg, #92d050 11%, #00b050 33%, #aaa 34%);
}

.delivery-axis-filled.active3 {
  right: 2em;
  width: auto;
}


.fl {
  display: block;
  min-height: 6em;
  padding-right: 2em;
}

.upload-btn {
  display: block;
  min-height: 6em;
  padding-right: 2em;
}

.upload-btn label{
  border: 2px solid #aaa;
  border-radius: 0.5em;
  padding: 7em 1em 1em;
  text-align: center;
  color: #aaa;
  background-image: url('../images/upload-icon.png'),url('../images/upload-icon2.png');
  background-position: 50% 2em, 50% 2em;
  background-repeat: no-repeat;
  background-size: 4em, 0;
  background-color: rgba(0,176,80,0.05);
  cursor: pointer;
  transition: all 350ms ease;
}
.upload-btn label:hover{
  border-color: #00b050;
  background-size: 0, 4em;
  background-color: rgba(0,176,80,0.5);
  color: #fff;
}
.upload-btn label strong{
  color: #00b050;
  margin-bottom: 1em;
  transition: all 350ms ease;
}
.upload-btn label:hover strong {
  color: #fff;
}
.upload-btn .upload-input{
  margin: 1em auto;
  max-width: 240px;
}

.star-radio {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 15em;
  height: 3em;
  margin-bottom: 0px;
  padding-left: 0px;
  float: none;
}

.star-radio-checkbox {
  display: none;
  width: 3em;
  height: 3em;
  margin-top: 0px;
  margin-left: 0px;
}

.star-radio-label {
  overflow: hidden;
  width: 3em;
  height: 3em;
  background-image: url('../images/star-empty.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  text-align: center;
}

.star-radio-label:hover {
  background-color: #f99d25;
}

.star-radio-label.srl1 {
  position: absolute;
  z-index: 105;
}

.star-radio-label.srl2 {
  position: absolute;
  z-index: 104;
  width: 6em;
  padding-left: 3em;
}

.star-radio-label.srl3 {
  position: absolute;
  z-index: 103;
  width: 9em;
  padding-left: 6em;
}

.star-radio-label.srl4 {
  position: absolute;
  z-index: 102;
  width: 12em;
  padding-left: 9em;
}

.star-radio-label.srl5 {
  position: absolute;
  z-index: 101;
  width: 15em;
  padding-left: 12em;
  background-position: 100% 50%;
}

.stars-holder {
  position: relative;
  width: 15em;
  height: 3em;
  min-width: 15em;
  background-color: #eee;
  color: #eee;
}

.succes {
  margin-top: 1em;
  padding: 1em 2em 2em;
  border-radius: 1em;
  background-color: #fafafa;
  color: #00b050;
}

.error {
  margin-top: 0px;
  padding: 1em;
  border-radius: 1em;
}

.rating-comment {
  display: none;
  height: 100%;
  max-width: 100%;
  min-height: 3em;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 1em;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 93.3%, 0.93);
  border-radius: 0.5em;
  background-color: #fff;
  background-image: url('');
  background-position: 0px 0px;
  background-size: 1px;
  background-repeat: no-repeat;
}

.rating-comment:hover {
  border-color: #aaa;
}

.rating-comment::-webkit-input-placeholder {
  color: #aaa;
}

.rating-comment:-ms-input-placeholder {
  color: #aaa;
}

.rating-comment::-ms-input-placeholder {
  color: #aaa;
}

.rating-comment::placeholder {
  color: #aaa;
}

.label {
  margin-bottom: 0em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.mh20 {
  min-height: 20em;
}

.uno {
  display: none;
}

.checkbox-label {
  padding-top: 0em;
  color: #aaa;
  font-size: 0.8em;
  line-height: 1.15em;
}

.color-green {
  color: #00b050;
  border-color: #00b050;
}
.color-lime {
  color: #92D050;
  border-color: #92D050;
}
.color-green-lime{
background: linear-gradient(74deg, #00b050, #92D050);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


.fv-row02 {
  display: none;
}

.fv-row03 {
  display: none;
}

.slider-order-icon {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 4em;
  height: 4em;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 4em;
  font-weight: 700;
  text-align: center;
}

.step0{
  background-color: #fff;
    padding: 0;
    background-image: linear-gradient(196deg, rgba(0, 173, 78, 0.9) 5%, rgba(1, 40, 70, 0.9) 80%), url(../images/CEMA-mozaika_web.jpg);
    /*
  color: #00b050;
  color: #92d050;
color: rgba(1, 40, 70, 0.9);
color: rgba(249, 157, 37, 0.9);
color: rgba(237, 22, 81, 0.9);
     */
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    color: #fff;
    text-align: center;
}

.step0-head{
    margin: 10vh 10vw;
    font-size: 2em;
}
.step0-head h1{
    letter-spacing: -0.04em;
    font-size: 10vw;
    line-height: 1;
    margin: 0;
}
.step0-head h4{}
.step0-sklep{}

.step0-main{
    padding: 10vh 10vw;
}

.step0-btn{
    display: block;
    width: 34vw;
    padding: 6em 2em 2em;
    float: left;
    border-radius: 1em;
    background-color:#fff;
    background-repeat: no-repeat;
    background-position: 50% 1em;
    background-size: 4em;
    border: 0.5vw solid #00ad4e;
    color: #00ad4e;
    text-align: center;
    font-size: 2em;
    box-shadow: 0 0 5vw rgba(1, 40, 70, 0.5);
}

.step0-btn.s0b-dostawa{
    background-image: url("../images/step0-icon-dostawa.svg");
    margin-right: 10vw;
}
.step0-btn.s0b-montaz{
    background-image: url("../images/step0-icon-montaz.svg");
    color: #92d050;
    border-color: #92d050;
}

.barcode-scan{
  height: 100vh;
  text-align: center;
  padding: 0 4em;

}
.barcode-img{
  height: 30vh;
  margin: 10vh 0;
  width: 30vh;
}


    .w-row-1400{
    display:block;
        width: 100%;
    }

    .icon-help,
    .icon-help-hide{
        /*display:block; //wyłączamy widoczność  */
      display:none;
    }
    .help-content{
        display:none;
    }


#lista_elementow_dostawy li .input,
#lista_faktur li .input,
#lista_faktur_transport li .input{
  display: inline-block;
}
.row-head span {
  display: inline-block;
  margin-right: calc(1em + 4px);
  float: left;
  padding: 1em 0;
}
.row-head span.input_50{width: 6em}
.row-head span.input_150{width: 18em}
.row-head span.input_450{width: 100%}


.input.input_50{width: 6em}
.input.input_150{width: 18em}
.input.input_450{width: 100%}

input.faktura{display:none;}
input.faktura:checked+label{background-color:#012846;color:#fff;}

.input2text{
  border: none;
  display: inline;
  padding: 0;
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;}

#etap_1,
#etap_2,
#etap_3,
#etap_4a,
#etap_4b,
#etap_5,
#etap_6,
#etap_7,
#etap_8,
#etap_9{
  display: flex;
  align-items: center;
  min-height: 100vh;}

.upload-preview{
  max-width: 160px;
  max-height: 100px;
  margin-bottom: 1em;
}
.upload-filename{
  margin-bottom: 1em;
  word-break: break-word;
}
.upload-desc{
  color: #aaa;
  padding: 1em;
  background: #fff;
  font-size: 0.8em;
  word-break: break-word;
}
.pdf-icon{
  float: left;
  width: 12%;
}
.pdf-name{
  float: left;
  width: 88%;
}
.clearfix {
  clear: both;
}
.fixed-edit{
  display: inline-block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70vw;
  margin: 0.5em auto;
}

.next-section{
  display: none;
}

#step0 {
  padding-top: calc(4em + 16vh);
  min-height: 100vh;
  background-image: url(../images/kitchen-vector_02.svg),linear-gradient(74deg,#f99d25, #ed1651 45%, #012846);
  background-size: contain, 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}
.big-btn{
  background: transparent;
  color: #fff;
  border-color: #fff;
  font-size: 1.5em;
  transition: all 250ms ease-in-out;
}

.big-btn:hover{
  background: #fff;
  color: #012846;
  border-color: #012846;
}


.client-comment{
  padding:0.75em;
  background: #fff;
  border-radius: 0.75em;
  box-shadow: 1px 1px 0 #ddd;
  color: #666;
  font-style: italic;
}
.client-comment-hr{
  height: 1em;
  margin: -0.5em 2em 1em auto;
  text-align: right;
}
.client-comment-hr span{
  width: 1em;
  height: 1em;
  border-radius: 0 0 0 1em;
  background: #fff;
  box-shadow: 1px 0 0 #ddd;
  display: inline-block;
}

.btn-edit{
  padding: 0.5em 1em;
  border-radius: 0.25em;
  margin-top: 0;
  background-color: transparent;
  color: #00b050;
  border-color: #00b050;
}
.btn-edit:hover {
  background-color: transparent;
  color: #92d050;
  border-color: #92d050;
}
.edit-box{
  position: relative;
  padding-bottom: 4em;
  min-height: 16em;
}

.edit-box .btn-edit{
  position: absolute;
  bottom: 2em;
}

.box-shadow{
  box-shadow: 0px 0px 2em #ddd;
}
.AGDdetails{
  display: none;
  opacity: 0;
 padding:1em 1em 0.5em;
  margin-right: 2em;
  margin-left: -2em;
  margin-top: -2em;
  background-color: #00b050;
  color: #fff;
  border-radius: 0 0 0.5em 0.5em;
  transition: opacity 200ms ease;
}
.AGDdetails label{
  padding: 0.25em 0.5em 0.25em 1em;
  margin: 0 0 0.5em 0;
}
.AGDdetails input[type="checkbox"]{
  visibility: visible;
}

.w-radio-input:checked ~ .AGDdetails,
.w-checkbox-input:checked ~ .AGDdetails{
  display: block;
  opacity: 1;
  transition: opacity 200ms ease;
}



@media (max-width: 1280px) {
  .navlink span {
    display: none;
  }
}
@media (max-width: 1091px) {
  body {
    font-size: 14px;
  }
  .navlink.w--current {
    border-left-style: none;
  }
  .navbar {
    max-width: 100%;
    padding-left: 1em;
  }
  .big-circle.overright {
    top: -2em;
  }
  .shortstory-client {
    display: none;
  }
  .round {
    margin-bottom: -1em;
  }
  .nav-menu {
    left: auto;
    top: 4em;
    right: 0%;
    bottom: auto;
    width: 12em;
    background-color: #f6f6f6;
  }
  .nav-btn {
    padding: 0.5em 1.5em;
    font-size: 2em;
  }
  .nav-btn:hover {
    color: #ed1651;
  }
  .nav-btn.w--open {
    background-color: #f6f6f6;
    color: #aaa;
  }
  .navlink span {
    display: inline;
  }


  /*//////////KIOSK NEXT BUTTON//////////*/

  #step1:hover #next1{display: block;}
  #step2:hover #next2{display: block;}
  #step3:hover #next3{display: block;}
  #step4:hover #next4{display: block;}
  #step5:hover #next5{display: block;}
  #step6:hover #next6{display: block;}
  #step7:hover #next7{display: block;}
  #step8:hover #next8{display: block;}
  #step9:hover #next9{display: block;}
  #step10:hover #next10{display: block;}

  .next-section{
    /*display: block;*/
    position: fixed;
    bottom: 0;
    right: 0;
    width: 15vw;
    padding: 1em;
    text-align: center;
    background-color: rgba(0, 176, 80, 0.5);
    color: rgb(255, 255, 255);
    border-color: rgb(0, 176, 80);
    font-weight: bold;
    font-size: 2em;
    z-index: 99999;
  }

}

@media (max-width: 767px) {

  .next-section{display: none !important;}
  body {
    font-size: 13px;
  }
  label {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .section {
    padding: 2em;
  }
  .small-box {
    padding: 1em;
  }
  .input {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    border-radius: 0.5em;
  }
  .big-number{
    padding: 0.25em 0.1em 0.25em 0;
    border-radius: 0;
    background: transparent !important;
  }
  .box {
    padding: 2em;
  }
  .big-circle.overright {
    margin-top: -2em;
  }
  .jumbo10em {
    font-size: 6em;
  }
  .shortstory-container {
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
    float: none;
  }
  .shortstory-container.ss-c2 {
    display: inline-block;
    width: auto;
  }
  .shortstory-container.ss-c1 {
    float: left;
    text-align: left;
  }
  .shortstory-item {
    display: inline-block;
    height: auto;
    padding-top: 0.5em;
    padding-right: 2vw;
    padding-bottom: 0.5em;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 0.8em;
  }
  .shortstory-arr {
    display: none;
  }
  .shortstory-holder {
    display: none;
  }
  .jumbo-icon {
    width: 6em;
    height: 6em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .jumbo5em {
    font-size: 2em;
  }
  .agata-slider-order {
    /*position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;*/
	position:relative;
  }
  .slider-arr-txt {
    padding-right: 3em;
    padding-left: 3em;
  }
  .slider-arr-icon {
    width: 3em;
  }
  .delivery-bar {
    padding: 2em 1em;
  }
  .delivery-icon.di-01 {
    background-image: url('../images/box-aaa.svg');
    background-size: 32px 32px;
  }
  .delivery-icon.di-02 {
    background-size: 32px 32px;
  }
  .delivery-icon.di-03 {
    background-size: 32px 32px;
  }
  .delivery-icon.di-00 {
    background-size: 40px 40px;
  }
  .delivery-icon.di-02a {
    background-size: 24px 32px;
  }
  .rating-comment {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    border-radius: 0.5em;
  }
  .slider-order-icon {
    width: 3em;
  }
  .icon-help{
	top:2em;
  right:2em;
  }
  .icon-help-hide{
	top:0;
  right:0;
  }
}

@media (max-width: 479px) {
  body {
    font-size: 12px;
  }
  .section {
    text-align: left;
  }
  .small-box.mh20 {
    min-height: auto;
  }
  .m0.sticky {
    position: static;
  }
  .big-circle.overright {
    font-size: 10px;
  }
  .circle-number {
    margin-top: 0.5em;
    font-size: 2em;
  }
  .circle-desc {
    font-size: 1.2em;
  }
  .jumbo10em {
    font-size: 5em;
  }
  .shortstory-container.ss-c3 {
    width: 80%;
    min-width: 200px;
  }
  .shortstory-container.ss-c2 {
    width: 80%;
    min-width: 200px;
  }
  .shortstory-container.ss-c1 {
    width: 80%;
    min-width: 200px;
  }
  .shortstory-item {
    padding-top: 0em;
    padding-bottom: 0em;
  }
  .round {
    margin-right: auto;
    margin-left: auto;
  }
  .nav-menu {
    width: 100%;
  }
  .radio-btn {
    text-align: left;
  }
  .agata-slide {
    padding-bottom: 6em;
  }
  .agata-slider-arr {
    bottom: 4em;
    width: 50vw;
  }
  .agata-slider-dots {
    width: 100%;
  }
  .agata-slider-back {
    bottom: 4em;
    width: 50vw;
  }
  .agata-slider-order {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 4em;
    width: 50vw;
  }
  .slider-arr-txt {
    padding-right: 3em;
    padding-left: 3em;
  }
  .slider-arr-icon {
    width: 3em;
  }
  .delivery-icon.di-01 {
    background-image: url('../images/box-aaa.svg');
    background-size: 30px 30px;
  }
  .delivery-icon.di-02 {
    background-size: 30px 30px;
  }
  .delivery-icon.di-03 {
    background-size: 30px 30px;
  }
  .delivery-icon.di-00 {
    background-size: 32px 32px;
  }
  .delivery-icon.di-02a {
    background-size: auto 24px;
  }
  .slider-order-icon {
    width: 3em;
  }
}

.big-btn-gradient{
  background-image: url(../images/kitchen-vector_02.svg),linear-gradient(74deg,#f99d25, #ed1651 45%, #012846);
  color: #fff;
  border-color: #fff;
  font-size: 1.5em;
  transition: all 250ms ease-in-out;
  width: 60%;
  text-align: center;
  float: right;
  padding: 2%;
  margin-right: 2%;
}

.big-btn-gradient:hover{
  color: #fff;
  border-color: #012846;
}


@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.woff2') format('woff2'), url('../fonts/Metropolis-Light.eot') format('embedded-opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Bold.woff2') format('woff2'), url('../fonts/Metropolis-Bold.eot') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.woff2') format('woff2'), url('../fonts/Metropolis-Regular.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
}