body {
  text-align: left;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 22px;
  height: 100%;
  color: #111;
  font-weight: 400
}
html {
  height: 100%
}
a, a:link {
	outline: 0;
	color: #a91428;
}
a:hover, a:visited, input {
  outline: 0;
	color: #E41F39;
}
.row {
  margin: 0
}
h1 {
  text-align: center;
  font-size: 42px;
  line-height: 39px;
  font-weight: 700;
  max-width: 800px;
  margin: auto;
  padding-bottom: 20px;
  color: #427634;
  letter-spacing: 1px;
  font-family: 'Bree Serif', sans-serif
}
h1 span {
  font-size: 15px;
  line-height: 15px
}
h2 {
  text-align: center;
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  max-width: 800px;
  margin: auto;
  padding-bottom: 20px;
  letter-spacing: 1px;
  font-family: 'Bree Serif', sans-serif
}
h3 {
  text-align: center;
  font-size: 34px;
  line-height: 39px;
  font-weight: 700;
  max-width: 800px;
  margin: auto;
  padding-bottom: 10px;
  letter-spacing: 1px;
  font-family: 'Bree Serif', sans-serif
}
h3 span {
  font-size: 15px;
  line-height: 15px
}
h4 {
  margin-bottom: 50px
}
h6 {
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase
}
.newfont {
  font-family: 'Bree Serif', sans-serif
}
.btn-danger {
  background-color: red
}
.zolty {
  background-color: #0098db;
  color: #fff;
  padding: 0 10px;
  line-height: auto
}
.zoltyc {
  color: #0098db;
  font-weight: 700
}
a img {
  border: none
}
.container {
  max-width: 1170px;
  text-align: left;
  padding: 0
}
.blue-bckg {
  background: rgba(0, 152, 219, .8);
  padding: 5px;
  color: #fff
}
#home-new {
  background: url(../images/top.jpg) top right no-repeat #fff;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: left;
  font-size: 17px
}
#home-new p {
  padding: 0
}
#home-new .intro {
  background: rgba(255, 255, 255, .8);
  padding: 30px 40px;
	border-radius: 8px;
}
.cta span {
  display: block;
  padding: 15px 30px;
  border: 1px solid #dd5769;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}
.cta:active, .cta:link, .cta:visited {
  display: inline-block;
  color: #fff;
  background-color: #a91428;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #a91428;
  padding: 0
}
.cta:hover {
  color: #fff;
  background-color: #9e1124;
  text-decoration: none
}
.patronat {
  background-color: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 30px
}
.patronat .patronat-h {
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 2px;
  color: #666
}
.patronat .patronat-h span {
  display: inline-block;
  border-bottom: 1px solid #aaa;
  padding: 0 10px
}
.gotorejestracja {
  padding: 18px 25px 16px;
  background-color: #e20056;
  cursor: pointer;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  -khtml-border-bottom-left-radius: 9px;
  -khtml-border-bottom-right-radius: 9px;
  -icab-border-bottom-right-radius: 9px;
  -icab-border-bottom-left-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  position: fixed;
  z-index: 9;
  color: #fff;
  margin-top: 60px;
  right: 10px;
  font-size: 12px;
  line-height: 16px;
  display: none;
  text-align: center
}
.gotorejestracja:hover {
  background-color: #d6475b
}
.menu-bckg {
  background-color: #028a80 !important
}
#mymenu {
  height: 60px;
  background-color: #028a80;
  width: 100%;
  z-index: 999;
  position: fixed
}
#mymenu .hamburger {
  display: none
}
#mymenu .menu-side {
  overflow: hidden;
  text-align: right
}
#mymenu .container {
  position: relative
}
#mymenu .mybar {
  list-style-type: none;
  padding: 0;
  margin: 0
}
#mymenu .mybar li {
  display: inline-block
}
#mymenu .mybar li a {
  text-transform: uppercase;
  font-size: 15px;
  padding: 8px;
  color: #fff;
  display: inline-block;
  height: 60px;
  line-height: 44px;
  font-weight: 700
}
#mymenu .hamburger {
  background-color: transparent;
  border: none;
  outline: 0
}
#mymenu .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  outline: 0
}
#mymenu a.speciala:link, #mymenu a.speciala:visited {
  background-color: #e20056 !important;
  color: #fff;
  padding: 8px 16px
}
#mymenu a.speciala:visited {
  background-color: #e20056 !important;
  color: #fff
}
#przypadek1a {
  background: url(../images/case1.jpg) center center no-repeat;
  background-size: cover;
	border-radius: 8px 0 0 8px;
	position: relative;
}
div#przypadek1a:before, div#przypadek3a:before {
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 16px);
    border: 2px dashed #427634;
    border-radius: 8px 0 0 8px;
    padding: 12px;
    top: -8px;
    left: -8px;
    position: absolute;
    border-right: none;
}
#przypadek3a {
  background: url(../images/case3.jpg) center center no-repeat;
  background-size: cover;
	border-radius: 8px 0 0 8px;
	position: relative;
}
#przypadek2a {
  background: url(../images/case2.jpg) center center no-repeat;
  background-size: cover;
	border-radius: 0  8px 8px 0;
	position: relative;
}
div#przypadek2a:before{
	content: "";
	width: calc(100% + 8px);
	height: calc(100% + 16px);
	border: 2px dashed #427634;
	border-radius: 0 8px 8px 0;
	padding: 12px;
	top: -8px;
	right: -8px;
	position: absolute;
	border-left: none;
}
.przypadek h3 {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  max-width: 800px;
  margin: auto
}
.przypadek h3 span {
  font-size: 15px;
  line-height: 15px
}
.przypadek .przypadek-numer {
  padding: 13px 25px 10px;
  color: #427634;
  font-weight: 700;
  margin-bottom: 30px;
	border-radius: 8px;
	border: 2px dashed #427634;
}
.przypadek .przypadek-bckg {
  box-shadow: none
}
.przypadek .przypadek-cont {
  padding: 0 50px
}
.uh3 {
  max-width: 160px;
  margin: 10px auto 20px;
  height: 5px;
  background-color: #ddd
}
.przypadek-numer {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px
}
.przypadek-bckg {
  padding: 0 40px
}
.on-text {
  font-size: 14px
}
.ona {
  width: 50px;
  color: #028a80;
  font-weight: 700
}
#czego-dowiesz {
  background: url(../images/bckg1b_new.jpg) center center no-repeat;
  background-size: cover
}
#czego-dowiesz h3 {
  max-width: 900px
}
#czego-dowiesz h3 span {
  font-size: 20px
}
#czego-dowiesz .row-b {
  padding: 0 25px
}
#czego-dowiesz .row-b:before {
  height: 70px;
  width: 6px;
  background-color: #028a80;
  content: ' ';
  position: absolute;
  margin-left: -25px
}
.video2 {
  background: url(../images/bckg2_new.jpg) bottom center no-repeat;
  background-size: cover
}
.video2 h3 {
  max-width: 900px;
  color: #fff;
  text-shadow: 2px 2px #252118
}
.video2 h3 span {
  font-size: 20px
}
.cz-dow {
  height: 100%;
  color: #111
}
.cz-dow b {
  color: #111
}
.uv {
  padding: 0 73px 47px;
  background: url(../images/uv.png) bottom right no-repeat
}
#fragment {
  background-color: #f8f8f8
}
#czywiesz {
  background-color: #eee
}
#czywiesz h3 {
  color: #e20056
}
#czywiesz .uh3 {
  background-color: #bbb
}
#program ul {
  padding-left: 20px
}
#program li {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 22px;
  color: #444;
  font-weight: 400;
  font-family: 'Bree Serif';
}
#program h4 {
  color: #e20056;
  margin-top: 0;
  font-family: 'Bree Serif';
}
.pnumber {
  font-size: 60px;
  font-family: 'Bree Serif';
  min-height: 60px;
  text-align: center;
  margin-right: 30px;
  color: #E20056;
  font-weight: 700;
  padding-top: 0
}
.pnumber span {
  font-size: 12px;
  font-family: 'Bree Serif';
  display: block;
  margin-bottom: 15px
}
#stats {
  position: relative;
  background-color: #f8f8f8
}
#stats #donutchart-div, #stats #donutchart2-div, #stats #donutchart3-div {
  max-width: 200px;
  margin: auto auto 20px
}
#stats .people-d {
  float: left;
  width: 16%;
  margin-top: 15px
}
#stats .people-d2 {
  display: inline-block;
  width: 16%;
  margin-top: 15px
}
#stats .people {
  max-width: 200px;
  margin: auto;
  padding-top: 20px
}
#stats .arrowdown {
  background: url(../images/arrowdown.png) center center no-repeat;
  background-size: 100% auto;
  max-width: 200px;
  margin: auto auto 20px
}
#stats a {
  color: #111
}
#stats .fs14 {
  font-size: 13px;
  margin-bottom: 5px
}
#stats:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background-size: cover;
  z-index: 0
}
#stats2 {
  background-color: #ddd;
  position: relative
}
#stats2 .uh3 {
  background-color: #bbb;
  margin-bottom: 50px
}
#stats2 .container h3 {
  z-index: 3;
  color: #000
}
#stats2-bckg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background-size: cover;
  z-index: 0
}
#opinie .prelegent-cont-inside {
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .5);
  border: 4px solid #fff
}
#opinie .kto {
  font-weight: 700
}
#opinie .cytat {
  font-family: 'Bree Serif', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 15px;
  position: relative;
  padding: 0 0 0 20px;
  color: #444;
  text-align: left
}
#opinie .quote {
  background: url(../images/qu.png) top left no-repeat;
  width: 23px;
  height: 16px;
  top: 0;
  left: -15px;
  position: absolute
}
#prelegent .prelegent-cont, #prelegentki .prelegent-cont {
  max-width: 200px;
  margin: auto;
  padding: 4px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .5);
  position: relative
}
#prelegent .prelegent-cont .prelegent-cont-inside, #prelegentki .prelegent-cont .prelegent-cont-inside {
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px
}
#prelegent .prelegent-cont img, #prelegentki .prelegent-cont img {
  transition: all .2s ease-in-out
}
#prelegent .bio, #prelegentki .bio {
  font-size: 14px
}
#prelegent .kto, #prelegentki .kto {
  position: absolute;
  left: -10%;
  bottom: 10px;
  background-color: #427634;
  padding: 10px;
  width: 120%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2);
  border: 1px solid #fff;
  font-weight: 700
}
#wtrakcie img {
  max-width: 120px
}
#co-otrzymasz .inside {
  padding: 20px 40px
}
#co-otrzymasz img {
  max-width: 100%;
  height: 80px;
  margin-bottom: 10px
}
#co-otrzymasz .pomysl-title {
  padding-top: 10px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px
}
#co-otrzymasz .pomysl-box {
  margin-bottom: 30px;
  padding: 20px
}
#co-otrzymasz .nowa-liczba {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  margin-right: 12px;
  color: #e20056
}
#co-otrzymasz .pomysl-desc {
  text-align: center;
  overflow: hidden;
  padding-top: 7px
}
#co-otrzymasz .pomysl-desc span {
  color: #e20056;
  font-weight: 600
}
#co-otrzymasz .icon {
    width: 80px;
    height: 80px;
    display: block;
    margin: auto auto 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
#co-otrzymasz .icon-1 {
    background-color: #a91428;
}
#co-otrzymasz .icon-2 {
    background-color: #4553a6;
}
#co-otrzymasz .icon-3 {
    background-color: #777;
}
#co-otrzymasz .icon-4 {
    background-color: #478bca;
}
#co-otrzymasz img {
    max-width: 100%;
    height: 80px;
    margin-bottom: 10px;
}	
#co-otrzymasz2 {
  background-color: #031130;
  color: #fff
}
#co-otrzymasz2 a {
  color: #e20056
}
#co-otrzymasz2 h4 {
  font-family: Montserrat, sans-serif
}
#co-otrzymasz2 .co-img img {
  border: 1px solid #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2)
}
.check {
  min-height: 32px;
  padding-left: 45px;
  background: url(https://www.uniqskills.com/uniqskills/new_landing/images/2ndmenu/css_sprites2.png) -170px -115px no-repeat;
  line-height: 32px;
  display: inline-block;
  margin: 15px
}
.check-cont {
  display: inline-block
}
#faq {
  background-color: #f7f7f7
}
#faq .faq {
  background-color: #fff;
  padding: 20px
}
#faq .question {
  color: #111;
  cursor: pointer;
  position: relative;
  margin-right: 30px
}
#faq .faq-mark {
  position: absolute;
  right: -30px;
  font-weight: 700;
  font-size: 28px;
  color: #afafaf
}
#faq .answer {
  color: #afafaf;
  font-size: 15px;
  display: none;
  padding-top: 10px
}
#faq .faq {
  margin-bottom: 15px
}
.szara-scena {
  background: rgba(154, 154, 154, .2)
}
.zielona-scena {
  background: rgba(255, 255, 255, .5)
}
.rozowa-scena {
  background: rgba(220, 29, 56, .8);
  color: #fff
}
.glyphicon-square {
  background-color: #006ba0;
  color: #fff;
  padding: 6px 6px 6px 7px;
  margin-right: 15px;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px
}
.white {
  color: #fff
}
.important-text {
  text-transform: uppercase
}
.no-padding {
  padding: 0
}
.title-cont {
  padding: 40px 0;
  background-color: #1f55aa;
  color: #fff
}
.mt10 {
  margin-top: 10px
}
.mb20 {
  margin-bottom: 20px
}
.mb40 {
  margin-bottom: 40px
}
.mt20 {
  margin-top: 20px
}
.mt40 {
  margin-top: 40px
}
.mb80 {
  margin-bottom: 80px
}
.mt60 {
  margin-top: 60px
}
.rose {
  color: #006ba0
}
.ml20 {
  margin-left: 20px
}
.mr5 {
  margin-right: 5px
}
.r10 {
  margin-right: 10px !important
}
.pt50 {
  padding-top: 50px
}
.pt30 {
  padding-top: 30px
}
.p0 {
  padding: 0 !important
}
.m0 {
  margin: 0 !important
}
.mb10 {
  margin-bottom: 10px
}
.szary-bckg {
  background-color: #f6f6f6 !important
}
.p20 {
  padding: 20px
}
.pb50 {
  padding-bottom: 50px
}
.text-center {
  text-align: center
}
.fs14 {
  font-size: 14px;
  line-height: 18px
}
.fs20 {
  font-size: 20px;
  line-height: 28px
}
.fs24 {
  font-size: 24px;
  line-height: 24px
}
.fs28 {
  font-size: 28px;
  line-height: 34px
}
.fs28x {
  font-size: 38px;
  line-height: 34px
}
.oh {
  overflow: hidden
}
.bialy-bckg {
  background-color: #fff
}
.pt100 {
  padding-top: 100px
}
.pb100 {
  padding-bottom: 100px
}
.pt150 {
  padding-top: 150px
}
.pb150 {
  padding-bottom: 150px
}
.fs19 {
  font-size: 19px;
  line-height: 26px
}
.fs26 {
  font-size: 26px;
  line-height: 32px
}
.fs30 {
  font-size: 30px;
  line-height: 36px
}
.sto-pro {
  max-width: 100%
}
.fw700 {
  font-weight: 700
}
.smaller {
  font-size: 13px
}
.smaller li {
  margin-bottom: 5px
}
.stopro {
  max-width: 100%
}
.ls-1 {
  letter-spacing: 1px
}
.ls-3 {
  letter-spacing: 3px
}
.mw800 {
  max-width: 800px;
  margin: auto
}
.mw900 {
  max-width: 900px;
  margin: auto
}
.vimeo-holder {
  max-width: 800px;
  margin: auto;
  position: relative
}
.vimeo-film {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #bbb;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .4);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px
}
.md-break {
  display: block
}
.cta-prezent:hover {
  opacity: 0.8;
}
.cta-prezent:before {
  content: "";
  position: absolute;
  left: -2.5rem;
  bottom: 0;
  height: 130%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 403.46 426.16'%3E%3Cdefs%3E%3Cstyle%3E.f63e5b78-bf0d-493e-88e9-00c7b34f5e88%7Bfill:%23e20056;%7D%3C/style%3E%3C/defs%3E%3Cg id='a3e11f1d-e846-428b-9252-7fae13ee9fb9' data-name='Warstwa 2'%3E%3Cg id='bc10d82a-cabe-425f-9509-9405adaf88e4' data-name='Слой 1'%3E%3Cpath class='f63e5b78-bf0d-493e-88e9-00c7b34f5e88' d='M389.11,153.58H210.78v96.8H389.11A14.36,14.36,0,0,0,403.46,236v-68.1A14.35,14.35,0,0,0,389.11,153.58Z'/%3E%3Cpath class='f63e5b78-bf0d-493e-88e9-00c7b34f5e88' d='M0,167.93V236a14.35,14.35,0,0,0,14.35,14.35h174v-96.8h-174A14.34,14.34,0,0,0,0,167.93Z'/%3E%3Cpath class='f63e5b78-bf0d-493e-88e9-00c7b34f5e88' d='M24.85,411.81A14.34,14.34,0,0,0,39.2,426.16H188.36V261.75H24.85Z'/%3E%3Cpath class='f63e5b78-bf0d-493e-88e9-00c7b34f5e88' d='M210.78,426.16H359.94a14.35,14.35,0,0,0,14.35-14.35V261.75H210.78Z'/%3E%3Cpath class='f63e5b78-bf0d-493e-88e9-00c7b34f5e88' d='M254.6,137.74c33.18,0,55.44-4.42,68-13.51a68.58,68.58,0,0,0,15.46-95.77A68.59,68.59,0,0,0,242.31,13c-12.76,9.21-24.09,29.35-34.65,61.59-2.3,7-4.28,13.79-5.93,19.79-1.65-6-3.64-12.77-5.94-19.79C185.24,42.35,173.91,22.21,161.15,13A68.6,68.6,0,0,0,80.83,124.23c12.59,9.09,34.85,13.51,68,13.51h1.33c23.31-.08,43.32-2.32,44.16-2.42l7.38-.84,7.38.84c.84.1,20.84,2.34,44.16,2.42ZM98.46,99.82a38.48,38.48,0,0,1,45.06-62.4c2.57,1.86,11.88,10.69,23.57,46.29,2.75,8.38,5,16.47,6.8,23.15C145.11,108.64,109.3,107.64,98.46,99.82Zm161.48-62.4A38.48,38.48,0,1,1,305,99.82c-2.57,1.85-13.84,7.88-51.36,7.8-8.81,0-17.22-.39-24.11-.82C236.89,78.92,249.1,45.24,259.94,37.42Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 2.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section.testimonials {
  padding: 40px 0;
}
.testimonials__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.testimonial {
  flex: 1 0 300px;
  display: flex;
  flex-direction: column;
  flex: 0 0 320px;
  padding: 10px;
  margin: 10px 25px 20px;
}
.testimonial__header {
  display: flex;
  margin: 0 auto 15px 25px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.testimonial__img {
  width: 30px;
  line-height: 30px;
  object-fit: cover;
  border-radius: 50%;
  padding: 4px;
  box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 50%);
  margin: 0;
}
.testimonial__name {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  margin: auto auto auto 10px;
}
.testimonial__text {
  position: relative;
  ;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  flex: 1 0 100%;
  margin: 0 0 auto;
}
.testimonial__quote:before {
  content: "";
  width: 23px;
  height: 16px;
  top: -5px;
  left: -35px;
  position: absolute;
  background: url(../images/qu.png) top left no-repeat;
}
.owl-carousel .owl-item img {
  width: 30px;
}
.jesli-ul {
  margin: 2rem auto 1rem;
  max-width: 640px;
}
.jesli-ul li {
  position: relative;
  margin-bottom: 1rem;
  list-style-type: none;
  font-size: 20px;
  line-height: 28px;
}
.jesli-ul li:before {
  position: absolute;
  content: '\2022';
  left: -1.5rem;
  font-weight: 900;
  font-size: 1.5rem;
  color: #e20056;
}
#pytania {
  background: url(../images/bckg1b_new2.jpg) center center no-repeat;
  background-size: cover;
  color: #111
}
#pytania .inside {
  padding: 20px 40px
}
#pytania img {
  max-width: 100%;
  height: 80px;
  margin-bottom: 10px
}
#pytania .pomysl-title {
  padding-top: 10px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px
}
#pytania .pomysl-box {
  margin-bottom: 30px;
  padding: 20px
}
#pytania .nowa-liczba {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  margin-right: 12px;
  color: #e20056
}
#pytania .pomysl-desc {
  text-align: left;
  overflow: hidden;
  padding-top: 7px
}
#pytania .pomysl-desc span {
  color: #e20056;
  font-weight: 600
}
.pricing__box li {
  position: relative;
  list-style-type: none;
  margin-bottom: 1rem;
}
.pricing__box li:before {
  content: attr(aaa);
  position: absolute;
  left: -2rem;
  height: 1.4rem;
  width: 1rem;
  top: 0;
  background-image: url("../images/arr.png");
  background-size: 1rem;
  background-position: center;
  background-repeat: no-repeat;
}
.pricing__box-promo li:before {
  background-image: url('../images/dot.png');
}
label.toggle {
	color: #e20056;
	font-weight: 500;
	border: 1px solid #e20056;
	border-radius: 16px;
	padding: 4px 18px;	
	transition: all .2s ease-in-out;
}
label.toggle:hover {
	cursor: pointer;
	box-shadow: 0 2px 16px #ccc;
}
input.toggle:checked + label {
	display: none;
}
input.toggle, input.toggle:not(:checked) + label.toggle + .toggle-show {
    display: none;
}

@property --num1 {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

.count#count1 {
  transition: --num1 1.5s;
  counter-set: num1 var(--num1);
  font: 800 40px 'bree serif';
	color: #427634;
}
.count#count1::after {
  content: counter(num1);
}
.count#count1.animated {
  --num1: 2500;
}

@property --num2 {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.count#count2 {
  transition: --num2 2.5s;
  counter-set: num2 var(--num2);
  font: 800 40px 'bree serif';
	color: #427634;
}
.count#count2::after {
  content: counter(num2);
}
.count#count2.animated {
  --num2: 18000;
}

@property --num3 {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

.count#count3 {
  transition: --num3 3.5s;
  counter-set: num3 var(--num3);
  font: 800 40px 'bree serif';
	color: #427634;
}
.count#count3::after {
  content: counter(num3);
}
.count#count3.animated {
  --num3: 95;
}

.price-box__features {
	font-family: 'bree serif';
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.feature {
	margin: 10px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.feature--check {
	width: 21px;
	height: 21px;
	margin: 0 10px 0 0;
}
.cz-dow img {
    margin-bottom: 24px;
}