.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}
.mb30 {
    margin-bottom: 30px
}
.mb40 {
    margin-bottom: 40px
}
.mb50 {
    margin-bottom: 50px
}
.mb60 {
    margin-bottom: 60px
}
.mb70 {
    margin-bottom: 70px
}
.mb80 {
    margin-bottom: 80px
}
.mb90 {
    margin-bottom: 90px
}
.mb100 {
    margin-bottom: 100px
}
.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}
.mt40 {
    margin-top: 40px
}
.mt50 {
    margin-top: 50px
}
.mt60 {
    margin-top: 60px
}
.mt70 {
    margin-top: 70px
}
.mt80 {
    margin-top: 80px
}
.mt90 {
    margin-top: 90px
}
.mt100 {
    margin-top: 100px
}
.video-background-holder {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.btn-default {
  --bs-btn-color: #fff;
  --bs-btn-bg: #D0CEC1;
  --bs-btn-border-color: #D0CEC1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #BDBCB0;
  --bs-btn-hover-border-color: #BDBCB0;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #BDBCB0;
  --bs-btn-active-border-color: #BDBCB0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ECEBDB;
  --bs-btn-disabled-border-color: #ECEBDB;
  border-radius:1px;
  
  
}
.btn-fronttop {
  --bs-btn-color: #fff;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #eee;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: #BDBCB0;
  --bs-btn-active-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ECEBDB;
  border-radius:1px;
  
  
}
.btn-default:hover{
	transform: translateY(-1px);
}

.btn-czarny {
  --bs-btn-color: #fff;
  --bs-btn-bg: #222;
  --bs-btn-border-color: #222;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #444;
  --bs-btn-hover-border-color: #444;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #444;
  --bs-btn-active-border-color: #444;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ECEBDB;
  --bs-btn-disabled-border-color: #ECEBDB;
  border-radius:8px;
  text-transform: uppercase;
  font-weight: 800;
  font-size:14px;
  padding:14px 30px;
  
 
  justify-content: center;
  align-items: center;
  
}
.container-full{
	width:100%;
	margin:0;
	padding:0 12px;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: 30px;
  color: #eee;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: #eee;
}


.sticky-menu
{
  position: fixed;
  width: 100%;
  min-height: 45px;
  transition: all .4s ease;
  top: 0;
}
.sticky{
  width: 100%;
  background: transparent;
  display: block;
  padding: 0px;
  border-bottom: 2px solid #bdc3c7;
}
.stickybg{
	background: #fff;
  opacity: 1;
  padding:15px 15px 0 15px;
}
.stickybg .nav-link
{
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  background: 0 0;
  letter-spacing: 1.1px;
  border: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  text-shadow: 1px 1px 1px rgba(60,60,60,0.2);
}
.stickybg .nav-link:hover
{
  display: block;
  
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  background: 0 0;
  letter-spacing: 1.1px;
  border-bottom: 2px solid #c39c7f;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  text-shadow: 1px 1px 1px rgba(60,60,60,0.2);
}
.dropdown-menu{
	background-color: rgba(0,0,0,0.475);
}
.topmenubg .titlefront{
	font-size:50px;
	text-transform: uppercase;
	text-align: center;
	color:white;
	font-weight: 800;
	line-height: 53px;
	margin-bottom: 5px;
	margin-top: 100px;
}
.topmenubg .podtitlefront{
	font-size:30px;
	text-transform: none;
	text-align: center;
	color:white;
	font-weight: 600;
}
@media(max-width:768px){
	.topmenubg .titlefront{
	font-size:26px;
	text-transform: uppercase;
	text-align: center;
	color:white;
	font-weight: 800;
	line-height: 23px;
	margin-bottom: 5px;
	margin-top: 40px;
}
.topmenubg .podtitlefront{
	font-size:20px;
	text-transform: none;
	text-align: center;
	color:white;
	font-weight: 600;
}
}
	.form-control {
  height: 57px;
  
}
.form-group .form-control {
    padding-left: 2.575rem;
    padding-right: 0.375rem;
}

.form-group .form-control-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 3.575rem;
    height: 3.575rem;
    line-height: 3.535rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.glowna{
	width:100%;
	background: #111;
}
.glowna h2{
	color:#fff;
	font-size:26px;
	text-transform: uppercase;
	font-weight: 500;
}
.navbar-brand img{
	width:192px;
	margin-right:10px;
}
@media(max-width:768px){
.navbar-brand img{
	width:100px;
	margin-right:10px;
}
}
.biz{
	width:100%;
	background: #ecf0f1;
}

.biz h1{
	font-size:30px;
	font-weight: 600;
	margin-top:50px;
	margin-bottom: 10px;
}
@media(max-width:768px){
	.biz h1{
	font-size:20px;
	font-weight: 600;
	margin-top:380px;
	margin-bottom: 20px;
}
}
.biz p{
	font-size:18px;
	font-weight: 400;
	
	margin-bottom: 5px;
}
@media(max-width:768px){
.biz p{
	font-size:15px;
	font-weight: 400;
	margin-bottom: 5px;
}
}
.bizlogin{
	background:#ecf0f1;
	padding:40px;
	min-height:100vh;
}

.bizlogin .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
  text-align: center;
}
.bizlogin .card .card-body .card-title{
	text-align: center;
}
.loginflaga{
	width:30px;
	margin-top: 10px;
}
.loginregulamin{
	color: #8c8b88;
	font-size:12px;
	font-weight: 400;
}
.loginniepamietam{
	font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
}
.card-header {
  padding: 25px 20px;
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color:#fff;
  border-bottom: 1px solid #ebebeb;
  
}
.card{
	box-shadow: -1px 7px 22px 1px rgba(89,89,89,0.43);
-webkit-box-shadow: -1px 7px 22px 1px rgba(89,89,89,0.43);
-moz-box-shadow: -1px 7px 22px 1px rgba(89,89,89,0.43);
}
/*checkbox ładny*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-13 input[type=checkbox] {
      --active: #222;
      --active-inner: #fff;
      --focus: 2px rgba(39, 94, 254, .3);
      --border: #BBC1E1;
      --border-hover: #222;
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 24px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .checkbox-wrapper-13 input[type=checkbox]:after {
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    .checkbox-wrapper-13 input[type=checkbox]:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled:checked {
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled + label {
      cursor: not-allowed;
    }
    .checkbox-wrapper-13 input[type=checkbox]:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover);
    }
    .checkbox-wrapper-13 input[type=checkbox]:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
      width: 24px;
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
      opacity: var(--o, 0);
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
      --o: 1;
    }
    .checkbox-wrapper-13 input[type=checkbox] + label {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-left: 4px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
      border-radius: 4px;
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
      width: 7px;
      height: 12px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg));
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
      --r: 43deg;
    }
  }

  .checkbox-wrapper-13 * {
    box-sizing: inherit;
  }
  .checkbox-wrapper-13 *:before,
  .checkbox-wrapper-13 *:after {
    box-sizing: inherit;
  }
 /*koniec checkbox ładny*/ 
 .mt-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.linia {
  border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: block;
  color: #ebebeb;
  margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
} 
.b-pb-5 {
  padding-bottom: 1.25rem !important;
}
.modalh1{
	margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #2a2d32;
  text-align: center;
  margin-top:30px;
}
.modaltext{
	margin-bottom: 6px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #8c8b88;
  text-align: center;
}
.form-control:focus {
  border-color: #444;
  box-shadow: none;
}


.btn-jasny{
	border: 1px solid #c7cbd4;
  border-radius: 8px;
  background-color: #fff;
  transition: border-color .15s ease-in-out;
  cursor: pointer;
  color: #2a2c32;
  font-size: 14px;
  font-weight: 600;
}

/*checkbox switch*/
.checkbox-wrapper-22 .switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
  }

  .checkbox-wrapper-22 .switch input {
    display:none;
  }

  .checkbox-wrapper-22 .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
  }

  .checkbox-wrapper-22 .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
  }

  .checkbox-wrapper-22 input:checked + .slider {
    background-color: #66bb6a;
  }

  .checkbox-wrapper-22 input:checked + .slider:before {
    transform: translateX(26px);
  }

  .checkbox-wrapper-22 .slider.round {
    border-radius: 34px;
  }

  .checkbox-wrapper-22 .slider.round:before {
    border-radius: 50%;
  }
/*koniec checkbox switch*/
.przerwy{
	min-height:60px;
	border-bottom: 1px solid #ebebeb;
}
.strzelnica{
	padding:30px 10px;
}
.strzelnica .nazwa{
	font-size:32px;
	font-weight: 400;
}
.strzelnica .slider{
	border-radius:15px;
	height:630px;
}
.strzelnica .mapka{
	width:100%;
	height:180px;
	border-radius:15px;
}
.strzelnica .vouchery{
	background:#000000;
	width:100%;
	height:180px;
	border-radius: 15px;
	margin-top:15px;
	padding: 25px;
}
.strzelnica .vouchery .tytul{
	font-size:20px;
	font-weight: 600;
	line-height: 24px;
	color:#fff;
	margin-bottom: 5px;
}
.strzelnica .vouchery .text{
	font-size:12px;
	line-height: 16px;
	font-weight: 400;
	color:#fff;
	margin-bottom: 5px;
}
.strzelnica .wydarzenia{
	background:#333333;
	width:100%;
	height:180px;
	border-radius: 15px;
	margin-top:15px;
	padding:25px;
	
}
.strzelnica .wydarzenia .tytul{
	font-size:20px;
	font-weight: 600;
	line-height: 24px;
	color:#fff;
	margin-bottom: 5px;
}
.strzelnica .wydarzenia .text{
	font-size:12px;
	font-weight: 400;
	line-height: 16px;
	color:#fff;
	margin-bottom: 5px;
}
.btn-singleview{
 --bs-btn-color: #fff;
  background: rgb(239,122,0);
background: linear-gradient(90deg, rgba(239,122,0,1) 0%, rgba(239,122,0,1) 0%, rgba(227,9,18,1) 100%); 
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
  border-radius:5px;
  font-size:15px;
  font-weight: 600;
}

.liniabullet {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  width: calc(100% - 23px);
  position: relative;
  margin-left: 0px;
}

.liniabullet .shadow {
  overflow: hidden;
  height: 2px;
}

.liniabullet .shadow:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  box-shadow: 0 0 4px #a8a8a8;
}


.liniabullet .bullet {
  width: 23px;
  height: 13px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -4px;
  left: 100%;
  margin-left: 0px;
  background: inherit;
}

.liniabullet img {
  position:absolute;
  margin-top:4px;
 
}
.strzelnica .prawybox{
	background: #f7f7f7;
	width:100%;
	min-height: 100px;
	padding:20px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.strzelnica .prawybox .title{
	color:#000;
	font-size:16px;
	font-weight: 500;
	margin:0px;
	line-height: 20px;
	text-transform: uppercase;
}
.strzelnica .prawybox .text{
	color:#878787;
	font-size:13px;
	font-weight: 500;
	margin:0px 0px 20px 0px;
	line-height: 18px;
}

.firmy{
  position: relative;
  width: 100%;
}
.karta {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
 /*box-shadow: 0 10px 30px -10px #0f2027;*/
  margin: 0;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.karta .image img {
  display: block;
}
.hover11 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.karta .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 50%);
  padding: 0 20px 20px 30px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  min-height: 50px;
  border-radius: 5px;
}
.zamowieniemodal{
	width:100%;
	
}
/*zamówienie modal*/
.zamowieniemodal .dayno{
	border:1px solid #d5d5d5;
	border-radius:6px;
	padding:25px 10px;
	min-height:50px;
	width:69px;
	cursor:pointer;
}
.zamowieniemodal .dayno.active{
	border:1px solid #d5d5d5;
	background:#218cac;
	border-radius:6px;
	padding:25px 10px;
	min-height:50px;
	width:69px;
	cursor:pointer;
}
.zamowieniemodal .dayno.active .day{
	color:#ffffff;
	font-size: .875rem;
  line-height: 1.375rem;
	text-align: center;

	margin-bottom: 0px;
}
.zamowieniemodal .dayno .day{
	color:#888888;
	font-size: .875rem;
  line-height: 1.375rem;
	text-align: center;

	margin-bottom: 0px;
}
.zamowieniemodal .daytoday{
	border:1px solid #d5d5d5;
	border-radius:6px;
	padding:25px 10px;
	min-height:50px;
	width:69px;
	cursor:pointer;
}
.zamowieniemodal .daytoday.active{
	border:1px solid #d5d5d5;
	background:#218cac;
	border-radius:6px;
	padding:25px 10px;
	min-height:50px;
	width:69px;
	cursor:pointer;
}
.zamowieniemodal .daytoday .day{
	color:#218cac;
	font-size: .875rem;
  line-height: 1.375rem;
	text-align: center;

	margin-bottom: 0px;
}
.zamowieniemodal .daytoday.active .day{
	color:#ffffff;
	font-size: .875rem;
  line-height: 1.375rem;
	text-align: center;

	margin-bottom: 0px;
}
.zamowieniemodal .dayfuture{
	border:1px solid #d5d5d5;
	border-radius:6px;
	padding:25px 10px;
	min-height:50px;
	width:69px;
	cursor:pointer;
}
.zamowieniemodal .dayfuture.active{
	border:1px solid #d5d5d5;
	background:#218cac;
	border-radius:6px;
	padding:25px 10px;
	min-height:50px;
	width:69px;
	cursor:pointer;
}
.zamowieniemodal .dayfuture .day{
	color:#000000;
	font-size: .875rem;
  line-height: 1.375rem;
	text-align: center;

	margin-bottom: 0px;
}
.zamowieniemodal .dayfuture.active .day{
	color:#ffffff;
	font-size: .875rem;
  line-height: 1.375rem;
	text-align: center;

	margin-bottom: 0px;
}
.zamowieniemodal .godz{
	border:1px solid #d5d5d5;
	border-radius:6px;
	padding:4px 8px;
	margin:2px 5px;
	text-align: center;
	cursor:pointer;
	font-size:14px;
}
.zamowieniemodal .godz:hover{
	border:1px solid #d5d5d5;
	background:#218cac;
	border-radius:6px;
	padding:4px 8px;
	color:white;
	text-align: center;
	cursor:pointer;
	font-size:14px;
	margin:2px 5px;
}
.zamowieniemodal .godz.active{
	border:1px solid #d5d5d5;
	background:#218cac;
	border-radius:6px;
	padding:4px 8px;
	margin:2px 5px;
	text-align: center;
	cursor:pointer;
	font-size:14px;
}
/*koniec zamówienie modal*/

.photocard {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 30px -10px #0f2027;
  margin: 0;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
figure {
  margin: 0;
}
.photocard .image img {
  display: block;
}
.hover11 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.photocard .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  padding: 0 30px 5px 30px;
  font-size: 1.09rem;
  font-weight: 600;
  color: #fff;
  min-height: 70px;
  border-radius: 5px;
}
.radius {
  border-radius: 5px;
}
.producttitle{
	color: #868686;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 10px;
}
.productdesc{
	color:#868686;
	font-size:15px;
	font-weight: 400;
	margin-bottom:0px;
	
}
.productpricenormal{
	color:#868686;
	font-size:18px;
	font-weight: 400;
	margin-bottom:0px;
	 margin-top: 10px;
}
.productpricepromo{
	color:#000000;
	font-size:19px;
	font-weight: 600;
	margin-bottom:0px;
	 margin-top: 0px;
}
.topmenusingle{
	background:#111; 
	width:100%; 
	height:110px; 
	padding:10px;
}
@media(max-width:768px){
	.topmenusingle{
	background:#111; 
	width:100%; 
	height:70px; 
	padding:0px;
}
}
/*konto klienta*/
.clientaccount {
  padding: 30px 10px;
}
.cd__intro{
   padding: 60px 30px;
   margin-bottom: 15px;
        flex-direction: column;

}
.cd__intro,
.cd__credit{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #333;
    line-height: 1.5;
    text-align: center;
}

.cd__intro h1 {
   font-size: 18pt;
   padding-bottom: 15px;

}
.cd__intro p{
   font-size: 14px;
}

.cd__action{
   text-align: center;
   display: block;
   margin-top: 20px;
}

.cd__action a.cd__btn {
  text-decoration: none;
  color: #666;
   border: 2px solid #666;
   padding: 10px 15px;
   display: inline-block;
   margin-left: 5px;
}
.cd__action a.cd__btn:hover{
   background: #666;
   color: #fff;
    transition: .3s;
-webkit-transition: .3s;
}
.cd__action .cd__btn:before{
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 10px;
}
.down:before{content: "\f019"}
.back:before{content:"\f112"}

.cd__credit{
    padding: 12px;
    font-size: 9pt;
    margin-top: 40px;

}
.cd__credit span:before{
   font-family: FontAwesome;
   color: #e41b17;
   content: "\f004";


}
.cd__credit a{
   color: #333;
   text-decoration: none;
}
.cd__credit a:hover{
   color: #1DBF73; 
}
.cd__credit a:hover:after{
    font-family: FontAwesome;
    content: "\f08e";
    font-size: 9pt;
    position: absolute;
    margin: 3px;
}
.cd__main{
  background: #fff;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  
}
.cd__main{
    display: flex;
    width: 100%;
}

@media only screen and (min-width: 1360px){
    .cd__main{
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; 
      padding: 24px;
    }
}
.dashboard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}

.dashboard-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-top: 84px;
}

.dashboard-content {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 25px;
}

.dashboard-nav {
    min-width: 238px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: #373193;
}

.dashboard-compact .dashboard-nav {
    display: none;
}

.dashboard-nav header {
    min-height: 84px;
    padding: 8px 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
}

.dashboard-nav header .menu-toggle {
    display: none;
    margin-right: auto;
}

.dashboard-nav a {
    color: #515151;
}

.dashboard-nav a:hover {
    text-decoration: none;
}

.dashboard-nav {
    background-color: #ffffff;
}

.dashboard-nav a {
    color: #333;
}

.brand-logo {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #515151;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-logo:focus, .brand-logo:active, .brand-logo:hover {
    color: #dbdbdb;
    text-decoration: none;
}

.brand-logo i {
    color: #d2d1d1;
    font-size: 27px;
    margin-right: 10px;
}

.dashboard-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-item {
    min-height: 56px;
    padding: 8px 20px 8px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    transition: ease-out 0.5s;
}

.dashboard-nav-item i {
    width: 36px;
    font-size: 19px;
    margin-left: -40px;
}

.dashboard-nav-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

.active {
    background: rgba(0, 0, 0, 0.1);
}

.dashboard-nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown.show {
    background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle {
    font-weight: bold;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle:after {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dashboard-nav-dropdown-toggle:after {
    content: "";
    margin-left: auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(81, 81, 81, 0.8);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
    border-top-color: rgba(255, 255, 255, 0.72);
}

.dashboard-nav-dropdown-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown-item {
    min-height: 40px;
    padding: 8px 20px 8px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: ease-out 0.5s;
}

.dashboard-nav-dropdown-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

.menu-toggle {
    position: relative;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #443ea2;
}

.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
    text-decoration: none;
    color: #875de5;
}

.menu-toggle i {
    font-size: 20px;
}

.dashboard-toolbar {
    min-height: 84px;
    background-color: #dfdfdf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 27px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.nav-item-divider {
    height: 1px;
    margin: 1rem 0;
    overflow: hidden;
    background-color: rgba(236, 238, 239, 0.3);
}

@media (min-width: 992px) {
    .dashboard-app {
        margin-left: 238px;
    }

    .dashboard-compact .dashboard-app {
        margin-left: 0;
    }
}


@media (max-width: 768px) {
    .dashboard-content {
        padding: 15px 0px;
    }
}

@media (max-width: 992px) {
    .dashboard-nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1070;
    }

    .dashboard-nav.mobile-show {
        display: block;
    }
}

@media (max-width: 992px) {
    .dashboard-nav header .menu-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 992px) {
    .dashboard-toolbar {
        left: 238px;
    }

    .dashboard-compact .dashboard-toolbar {
        left: 0;
    }
}


/* koniec konto klienta */
.btn-umow{
	background: rgb(239,124,0);
background: linear-gradient(90deg, rgba(239,124,0,1) 0%, rgba(239,124,0,1) 0%, rgba(227,8,20,1) 100%);
color:#fff;
border-radius:4px;
}
.btn-umow:hover, .btn-umow:focus, .btn-umow:active{
	color:#eee;
}
.plywajacykoszyk {
  position: fixed;
  top: 115px;
  right: 10px;
}
.szarepole{
		background:#ecf0f1;
		width:100%;
		min-height: 100px;
		padding:19px;
		border-radius:10px;
	}
	.szarepole .usluga{
		font-size:14px;
		color:#333;
		font-weight: 500;
		margin-bottom: 5px;
	}
	.szarepole .uslugaplus{
		font-size:14px;
		color:#555;
		font-weight: 500;
		margin-bottom: 5px;
	}
	.szarepole .pracownik{
		font-size:12px;
		color:#777;
		font-weight: 500;
		margin-bottom: 5px;
	}
	.szarepole .pracownik2{
		font-size:14px;
		color:#666;
		font-weight: 500;
		margin-bottom: 5px;
	}
	.szarepole .uslugacena{
		font-size:14px;
		color:#333;
		font-weight: 500;
		float: right;
		text-align: right;
		margin-bottom: 5px;
	}
	.szarepole .cenalacznie{
		font-size:15px;
		color:#000;
		font-weight: 800;
		float: right;
		text-align: right;
		margin-bottom: 5px;
	}
	.szarepole .kreska{
		border-bottom:1px solid #bdc3c7bd;
		width:100%;
		margin:15px 0;
	}
	.bialepole{
		background:#ffffff;
		width:100%;
		min-height: 100px;
		padding:19px 10px;
		border-radius:10px;
	}
	.bialepole .dozaplaty{
		font-size:16px;
		color:#000;
		font-weight: 600;
		float: right;
		text-align: right;
		margin-bottom: 5px;
		margin-top: 4px;
	}
	.bialepole .dozaplaty2{
		font-size:16px;
		color:#000;
		font-weight: 400;
		float: right;
		text-align: right;
		margin-bottom: 5px;
	}
	.bialepole .dozaplatyall{
		font-size:20px;
		color:#000;
		font-weight: 800;
		float: right;
		text-align: right;
		margin-bottom: 5px;
	}

.biztlo{
	border-radius: 25px;
	margin-top:10px;
	background: url('/img/biz_tlo2.png'); 
	width:100%; 
	height:900px; 
	padding:85px 88px;
}
.biztlo a{
	text-decoration: none;
}
.biztlo .nazwa{
	color:#fff;
	font-size:23px;
	font-weight: 600;
	margin-bottom:5px;
}
.biztlo .tytul{
	color:#fff;
	font-size:32px;
	font-weight: 700;
	margin-bottom:5px;
}	
.biztlo .category{
	color:#fff;
	font-size:19px;
	font-weight: 500;
	text-decoration: none;
}	
.biztlo img{
	margin:0 30px 0 0;
}
.podbiz{
	width:100%;
	padding:10px 0 80px;
}
.podbiz .nazwyp{
	color:#000;
	font-size:24px;
	font-weight: 600;
	text-align: right;
	margin:60px 0 20px 0;
}
.podbiz .nazwyl{
	color:#000;
	font-size:24px;
	font-weight: 600;
	text-align: left;
	margin:60px 0 20px 0;
}
.podbiz .trescp{
	color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  margin: 10px 0 15px 0;
}
.podbiz .trescl{
	color:#000;
	font-size:16px;
	font-weight: 400;
	text-align: left;
	margin: 10px 0 15px 0;
}
@media (max-width: 768px){
	.biztlo{
	border-radius: 25px;
	margin-top:10px;
	background: url('/img/biz_tlo2mobile2.png'); 
	width:100%; 
	height:1000px; 
	padding:25px 16px;
}
.biztlo .nazwa{
	color:#fff;
	font-size:19px;
	font-weight: 600;
	margin-bottom:5px;
}
.biztlo .tytul{
	color:#fff;
	font-size:21px;
	font-weight: 700;
	margin-bottom:5px;
}	
.biztlo .category{
	color:#fff;
	font-size:14px;
	font-weight: 500;
}	
.biztlo img{
	margin:0 10px 0 0;
	width:40px;
}
.podbiz{
	width:100%;
}
.podbiz .nazwyp{
	color:#000;
	font-size:18px;
	font-weight: 600;
	text-align: right;
	margin:20px 0 10px 0;
}
.podbiz .nazwyl{
	color:#000;
	font-size:18px;
	font-weight: 600;
	text-align: left;
	margin:20px 0 10px 0;
}
.podbiz .trescp{
	color:#000;
	font-size:14px;
	font-weight: 400;
	text-align: right;
	margin: 10px 0 15px 0;
}
.podbiz .trescl{
	color:#000;
	font-size:14px;
	font-weight: 400;
	text-align: left;
	margin: 10px 0 15px 0;
}
}