@charset "utf-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main,summary{display:block}
header,section,footer{display:block;position:relative;width:100%;height:auto;padding:0;margin:0;overflow:hidden}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
body{font-family:'Rubik',sans-serif;font-weight:400;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#252525;position:relative;overflow-x:hidden;line-height:1;min-height:100vh;}
button.open-button span{pointer-events:none}
img{vertical-align:middle;max-width:100%;height:auto}
body ::selection{background:#ebeced}
::-webkit-scrollbar-thumb:vertical{height:10px;background-color:#252525}
::-webkit-scrollbar-thumb:horizontal{height:10px;background-color:#252525}
::-webkit-scrollbar{width:10px;height:0;background:#ebeced}
:focus, button, input{outline:none !important;-moz-outline-style:none !important;}
::-moz-focus-inner{border:0}
::-moz-selection{background:#d3d3d3;text-shadow:none}
::selection{background:#d3d3d3;text-shadow:none}
a:active{outline:none;-moz-outline-style:none;text-decoration:none}
a:focus{-moz-outline-style:none;outline:none;text-decoration:none}
img{vertical-align:middle;max-width:100%;height:auto;border:none;outline:none;-moz-outline-style:none}
a,.butt_w{outline:0;cursor:pointer;-moz-outline-style:none;text-decoration:none;color:#252525;-webkit-transition:all ease-in-out .25s;-moz-transition:all ease-in-out .25s;-o-transition:all ease-in-out .25s;transition:all ease-in-out .25s}
a:hover{color:var(--col_main);text-decoration:none;-webkit-transition:all ease-in-out .25s;-moz-transition:all ease-in-out .25s;-o-transition:all ease-in-out .25s;transition:all ease-in-out .25s}
*{padding:0;margin:0}

:root{
--col_main: #fd4974;
--col_main_2: #e23b73;
--col_txt: #464e65;
--col_grey: #bfced3;
--col_grey_light: #f4f8f9;
}

h2 a{color: var(--col_txt);}
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-button {
    background: #ddd; 
}

::-webkit-scrollbar-thumb {
    background: #2c4ad2; 
    border-radius:20px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--col_main); 
}

::-webkit-scrollbar-track {
    background: #ddd; 
}




.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: var(--col_main);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px var(--col_main), 0 0 5px var(--col_main);
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: var(--col_main);
  border-left-color: var(--col_main);
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

.max280{max-width:280px;}
.max450{max-width:450px;}
.max800{max-width:800px;}

.read_more {
    width: 220px;
    height: 38px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}
.read_more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 38px;
    height: 38px;
    background-image: linear-gradient(135deg,#f04d9e,var(--col_main));
    border-radius: 1.625rem;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.read_more .circle .icon_arrow {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 0.625rem;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
}

.button.learn-more .circle .icon {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}

.read_more .circle .icon_arrow::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 13px;
    margin-top: -6px;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.read_more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 38px;
    padding: 0;
    margin: 0 0 0 15px;
    color: var(--col_main);
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    font-size: .85rem;
    letter-spacing: 1px;
}

.read_more:hover .circle {
	width: 100%!important;
        -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.read_more:hover .button-text {
	color: #fff;
}

.read_more:hover .circle .icon_arrow {
	background: #fff;
	-webkit-transform: translate(1rem, 0);
	transform: translate(1rem, 0);
}



.rounded{
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;    
}
.rounded_more{
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;    
}

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 17px 0;
    background: #fff !important;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 8px 0;
	-webkit-transition : all 0.15s ease-out;
	transition : all 0.15s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 32px;
	-webkit-transition : all 0.15s ease-out;
	transition : all 0.15s ease-out;
}

.navigation-wrap{
position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 80px;
    z-index: 1000;
    overflow: visible;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.navigation-wrap.scroll-on{
    height: 58px;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 36px;
	width: auto;
	display: block;
	-webkit-transition : all 0.15s ease-out;
	transition : all 0.15s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-toggler-icon:after, 
.navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-toggler-icon:after{
	top: 8px;
}
.navbar-light .navbar-toggler-icon{background:none;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #8167a9 !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 10px 8px !important;
	display: inline-block;
}
.porownanie {
    border-radius: 50px;
    padding: 10px 15px !important;
    background-image: linear-gradient(135deg,#f04d9e,var(--col_main),#667eea,#764ba2);
    background-size: 300% 100%;
    color: #fff !important;
}
.nav-item:hover .nav-link.porownanie {
    background-position: 100% 0;
    color: #fff !important;
}

.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #8167a9;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 0;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}


@media (max-width: 767px) { 
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
}

main{padding-top:70px;}






/* Serce */


@-webkit-keyframes heartbeat {
  0% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  14% {
    -moz-transform: rotate(45deg) scale(1.2);
    -ms-transform: rotate(45deg) scale(1.2);
    -webkit-transform: rotate(45deg) scale(1.2);
    transform: rotate(45deg) scale(1.2);
  }
  28% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  42% {
    -moz-transform: rotate(45deg) scale(1.2);
    -ms-transform: rotate(45deg) scale(1.2);
    -webkit-transform: rotate(45deg) scale(1.2);
    transform: rotate(45deg) scale(1.2);
  }
  70% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
}
@-moz-keyframes heartbeat {
  0% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  14% {
    -moz-transform: rotate(45deg) scale(1.2);
    -ms-transform: rotate(45deg) scale(1.2);
    -webkit-transform: rotate(45deg) scale(1.2);
    transform: rotate(45deg) scale(1.2);
  }
  28% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  42% {
    -moz-transform: rotate(45deg) scale(1.2);
    -ms-transform: rotate(45deg) scale(1.2);
    -webkit-transform: rotate(45deg) scale(1.2);
    transform: rotate(45deg) scale(1.2);
  }
  70% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
}
@-o-keyframes heartbeat {
  0% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  14% {
    -moz-transform: rotate(45deg) scale(1.2);
    -ms-transform: rotate(45deg) scale(1.2);
    -webkit-transform: rotate(45deg) scale(1.2);
    transform: rotate(45deg) scale(1.2);
  }
  28% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  42% {
    -moz-transform: rotate(45deg) scale(1.2);
    -ms-transform: rotate(45deg) scale(1.2);
    -webkit-transform: rotate(45deg) scale(1.2);
    transform: rotate(45deg) scale(1.2);
  }
  70% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
}
@keyframes heartbeat {
  0% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  14% {
    -moz-transform: rotate(45deg) scale(1.2);
    -ms-transform: rotate(45deg) scale(1.2);
    -webkit-transform: rotate(45deg) scale(1.2);
    transform: rotate(45deg) scale(1.2);
  }
  28% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  42% {
    -moz-transform: rotate(45deg) scale(1.2);
    -ms-transform: rotate(45deg) scale(1.2);
    -webkit-transform: rotate(45deg) scale(1.2);
    transform: rotate(45deg) scale(1.2);
  }
  70% {
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
}

.heartbeat {
  font-family: sans-serif;
  font-weight: 400;
}

.heartbeat:not(:required) {
  -webkit-animation: heartbeat 20s ease 0s infinite normal;
  -khtml-animation: heartbeat 20s ease 0s infinite normal;
  -moz-animation: heartbeat 20s ease 0s infinite normal;
  -ms-animation: heartbeat 20s ease 0s infinite normal;
  -o-animation: heartbeat 20s ease 0s infinite normal;
  animation: heartbeat 20s ease 0s infinite normal;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.heartbeat:not(:required):after, .heartbeat:not(:required):before {
  position: absolute;
  content: "";
  background: #f74b7c;
}
.heartbeat:not(:required):before {
  -moz-border-radius-topleft: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  top: 12px;
  left: 0;
  width: 36px;
  height: 24px;
}
.heartbeat:not(:required):after {
  -moz-border-radius-topleft: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
  left: 12px;
  width: 24px;
  height: 12px;
}

.logo_slider {
    border-top: 1px solid #c4d2d6;
    padding: 50px 0 50px 0;
}

.logo_slider .swiper-slide{
    text-align: center;
    max-height: 50px !important;
}

.logo_slider img{
    max-height: 50px;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    display: flex;
    align-items: baseline;
}



.bg_light{
    background-color: var(--col_grey_light);
}


/* CO ROBIMY */


.zyciomat_service {
    background-size: 100%;
    background-position: center;
    position: relative;
    padding: 50px 0 115px;
}

.zyciomat_service .z_mat_card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding: 25px;
    box-shadow: inset 0 0 0 1px var(--col_grey);
    margin-top: 45px;
}
.zyciomat_service .z_mat_card a {color: var(--col_grey);}
.zyciomat_service .z_mat_card .read_more{float:left;}
.zyciomat_service .z_mat_card:hover {
    box-shadow: inset 0 0 0 2px var(--col_main);
}

.zyciomat_service .z_mat_card i {
    position: relative;
    float: left;
    font-size: 3rem;
    color:var(--col_main);
}
.zyciomat_service .z_mat_card i.icon_arrow {position:initial !important;float:inherit;}
.zyciomat_service .z_mat_card .title a {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--col_txt);
    margin: 15px 0;
    float: left;
    width: 100%;
}
.zyciomat_service .z_mat_card p {
    float: left;
    width: 100%;
    color: var(--col_txt);
    margin: 10px 0 25px 0;
    line-height: 1.4;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.zyciomat_service.co_robimy {
  background: 0 0;
  padding: 165px 0 180px
}

.row .col-lg-4.single-block .z_mat_card h5 a{
    font-weight: 700 !important;
    letter-spacing: .5px;
}

/* Card lead */

.c_lead{
    position: relative;
}

.card_lead {
    position: absolute;
    top: 50px;
    right: 15px;
    z-index: 5;
    height: 400px;
    padding: 25px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 11px 0 rgba(103,65,134,.2);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 320px;
}
.card_l_2 {
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    padding-bottom: 25px !important;
}
.card_l_2 .txt_lead {
    font-size: 1.4rem;
}

.card_lead:before{
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 100%;
    height: 100%;
    z-index: -2;
    border-radius: 6px;
    background: linear-gradient(230deg, transparent 0%, #f74b7c 100%);
}
.card_lead:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 6px;
    background: #fff;
}
.txt_lead {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    color: #3b545e;
}
.txt_lead_2{
    padding: 18px 0;
    line-height: 1.4;
    text-align: center;
}


/* button */
.btn {
    z-index: 1;
    height: auto;
    padding: 20px 25px;
    display: flex;
    border-radius: 6px;
    font-weight: 500;
    background-image: linear-gradient(135deg,#f04d9e,var(--col_main),#667eea,#764ba2);
    background-size: 300% 100%;
    font-size: 1em;
    color: #fff !important;
    border: 0;
    box-shadow: 0 17px 26px -9px rgba(247, 75, 124, .4);
    transition: all 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}
.btn i{margin-right:5px;}
.btn:hover {
  box-shadow: 0 13px 26px -9px rgba(60, 31, 164, 0.7);
  transform: translateY(3px);
  background-position: 100% 0;
}
.btn:focus {
  outline: 0;
}

.go_next,
button[type="submit"]{
    padding:20px 100px;
    border-radius: 50px;
}



.heart_anim {
  -webkit-animation: beep 2s ease-in-out infinite;
          animation: beep 2s ease-in-out infinite;
}
@-webkit-keyframes beep {
  0% {
   background-size: 300% 100%;
   transform: scale(1);
  }
  25% {
    background-position: 100% 0;
    transform: scale(1);
  }
  30% {
    background-size: 300% 100%;
    transform: scale(.8);
  }
  35% {
    background-position: 100% 0;
    transform: scale(1.2);
  }
  40% {
    background-position: 100% 0;
    transform: scale(1);
  }
  50% {
    background-position: 100% 0;
    transform: scale(1);
  }
  55% {
    background-size: 300% 100%;
    transform: scale(.8);
  }
  65% {
    background-position: 100% 0;
    transform: scale(1.2);
  }
  70% {
    background-position: 100% 0;
    transform: scale(1);
  }
  100% {
   background-size: 300% 100%;
  transform: scale(1);
  }
}
@keyframes beep {
  0% {
   background-size: 300% 100%;
   transform: scale(1);
  }
  25% {
    background-position: 100% 0;
    transform: scale(1);
  }
  30% {
    background-size: 300% 100%;
    transform: scale(.8);
  }
  35% {
    background-position: 100% 0;
    transform: scale(1.2);
  }
  40% {
    background-position: 100% 0;
    transform: scale(1);
  }
  50% {
    background-position: 100% 0;
    transform: scale(1);
  }
  55% {
    background-size: 300% 100%;
    transform: scale(.8);
  }
  65% {
    background-position: 100% 0;
    transform: scale(1.2);
  }
  70% {
    background-position: 100% 0;
    transform: scale(1);
  }
  100% {
   background-size: 300% 100%;
  transform: scale(1);
  }
}



.btn_anim {
  -webkit-animation: link_link 8s ease-in-out infinite;
          animation: link_link 8s ease-in-out infinite;
}





@-webkit-keyframes link_link {
  0% {
   background-size: 300% 100%;
  }
  25% {
    background-position: 100% 0;
  }
  50% {
    background-size: 300% 100%;
  }
  75% {
    background-position: 100% 0;
  }
  100% {
   background-size: 300% 100%;
  }
}


@keyframes link_link {
  0% {
   background-size: 300% 100%;
  }
  25% {
    background-position: 100% 0;
  }
  50% {
    background-size: 300% 100%;
  }
  75% {
    background-position: 100% 0;
  }
  100% {
   background-size: 300% 100%;
  }
}





/* Slider */


.swiper-slide {
    height: 500px;
    text-align: right;
}

.swiper-slide .container {
    position: relative;
    height: calc(100% - 50px);
}

.slider-container {
    padding: 15px 25px 15px 50px;
    text-align: left;
    position: absolute;
    bottom: 15%;
    left: 325px;
    width: auto;
    max-width: 400px;
    height: auto;
    background: linear-gradient(235deg, rgba(255,255,255, .12) 0%, transparent 100%);
    border-radius: 12px;
    transform: rotateZ(-15deg);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background:none;
    left: 15px;
    right: auto;
    color: #fff;
    width: 50px;
    height: auto;
    text-align: center;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background:none;
    right: 15px;
    left: auto;
    color: #fff;
    width: 50px;
    height: auto;
    text-align: center;
}


.slider-sub-title {
    font-family: 'Caveat', cursive;
    font-size: 2.66rem;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
}

.slider-title {
    font-family: 'Caveat', cursive;
    font-size: 2rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: 2px;
    color: #ffffff;
    padding: 0;
    opacity: 1;
}


.slide-1 {
    background-image: url("../img/slide_1.jpg");
    background-color:#9390a3;
}

.slide-2 {
    background-image: url("../img/slide_2.jpg");
    background-color:#8dc6d7;
}

.slide-3 {
    background-image: url("../img/slide_3.jpg");
    background-color:#ebbfcc;
}
.slide-4 {
    background-image: url("../img/slide_4.jpg");
    background-color:#c7d3df;
}
.slide-5 {
    background-image: url("../img/slide_5.jpg");
    background-color:#cad9e0;
}
.swiper-slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right calc(50% + 385px) bottom;
}


.slider-buttton {
    display: inline-block;
}

.swiper-slide-active .slider-sub-title {
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
}

.swiper-slide-active .slider-title {
     -webkit-animation: fadeInUp 1.5s;
    animation: fadeInUp 1.5s;
}
.slide-2.swiper-slide-active .slider-title {
     -webkit-animation: fadeInRight 1.5s;
    animation: fadeInRight 1.5s;
}
.slide-3.swiper-slide-active .slider-title {
     -webkit-animation: fadeInLeft 1.5s;
    animation: fadeInLeft 1.5s;
}
.slide-4.swiper-slide-active .slider-title {
     -webkit-animation: fadeInRight 1.5s;
    animation: fadeInRight 1.5s;
}
.slide-5.swiper-slide-active .slider-title {
     -webkit-animation: fadeInLeft 1.5s;
    animation: fadeInLeft 1.5s;
}


.swiper-slide-active .slider-buttton {
     -webkit-animation: zoomIn 2s;
    animation: zoomIn 2s;
}

.swiper-container-horizontal>.swiper-pagination-bullets{
    width: 120px;
    height: auto;
    line-height: 40px;
    margin: 0 auto;
    left: 50%;
    margin-left: -60px;
    bottom: -20px;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,.12);
    border: 1px solid var(--col_grey_light);
}
.image_slider .swiper-pagination-bullets{
    bottom: -5px;
}
.swiper-pagination-bullet {
    background: var(--col_grey);
}
.swiper-pagination-bullet-active {
    background: var(--col_main);
}

.over_v{
    overflow:visible;
}

.image_slider {
    margin-bottom: 35px;
}


/* blog */

        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}

.bg_blog {
    color: #fff;
    /* position: relative; */
    background-image: url(../img/tlo_art.svg);
    background-repeat: repeat;
    background-position: center center;
    background-color: var(--col_grey_light);
    background-blend-mode: soft-light;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}
.bg_site{
    background: #fff;
    height: auto;
    clip-path: inherit;
}
.news_authorinfo span{
    display: inline-block;
    text-decoration: none;
    color: inherit;
    height: 24px;
    line-height: 24px;
}
.blog_container{
    background: #fff;
    padding-top: 15px;
    border-radius: 6px;
}

.blog_container ul li {
    color: var(--col_txt);
    padding: 10px 15px;
    font-size: 1.2rem;
    list-style: initial;
    margin: 0 0 0 25px;
}

.mt_minus{
    margin-top: 15px;
}

.news-section {
    padding: 50px 0 90px 0;
    z-index: 0;
}
.news-content {
    padding: 25px;
}

.news-item {
    box-shadow: 0 0 15px #ededed;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-bottom: 40px;
    overflow: hidden;
}

.main_txt{
    width: 100%;
    color: var(--col_txt);
    margin: 35px 0 25px 0;
    font-size: 1.15rem;
    line-height: 1.4;
    padding: 0;
    overflow: hidden;
}

.main_blog_bg{
    background:#90c8d9;
    text-align:left;
    position: relative;
}
.main_blog_bg .container {
    background-image: url(../img/main_blog.jpg);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 75px;
}


.main_blog_bg.porownaj_o_nas {
    background: #696fab;
    text-align: left;
    position: relative;
}
.main_blog_bg.porownaj_o_nas .container {
    background-image: url(../img/porownaj_o_nas.jpg);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 75px;
}

.main_blog_bg h4 {
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: .925rem;
    font-weight: 500;
    color: #fff;
}
.main_blog_bg h1 {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}
.main_blog_bg p{
    margin: 15px 0;
    display: block;
    max-width: 500px;
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.4;
}

.news-item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 15px 15px 0px #edeaea;
    box-shadow: 0px 15px 15px 0px #edeaea;
}

.blog_main .news_box{
    display: inline-block;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 25px;
    box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.1);
}

.blog_main .newsimg{
    float: left;
    width: 35%;
    position: relative;
}
.blog_main .news-content{
    padding: 0 25px;
    float: left;
    width: 65%;
}

.blog_main .news-content h3 {
    font-size: 1.4rem;
}
.blog_main .news-content p {
    text-align: justify;
    -webkit-line-clamp: 3;
}

.blog_main .news_postdate{
    position: absolute;
    top: 15px;
    left: 15px;
}
.blog_main.b_po .news_postdate {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 15px;
}
.blog_main .news_postdate span {
    color: var(--col_main);
    background: rgba(255,255,255,.75);
    padding: 12px 15px 10px 15px;
    display: flex;
    font-size: .825rem;
    font-weight: 500;
    line-height: 1rem;
    align-items: flex-start;
    backdrop-filter: blur(8px);
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}
.blog_main .news_postdate span i{
    font-size: .825rem;
    padding-right: 5px;
}

.news_authorinfo {
    padding: 10px 25px;
    background: transparent;
    font-size: .75rem;
}

.blog_main .news_authorinfo {
    background: rgba(255,255,255,.75);
    backdrop-filter: blur(8px);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.blog_main .newsimg,
.blog_main img{
    -webkit-border-radius: 6px 0px 0px 6px !important;
    -moz-border-radius: 6px 0px 0px 6px !important;
    border-radius: 6px 0px 0px 6px !important;
}
.art_next_prev {
    justify-content: space-between;
}
.art_next_prev a {
    margin: 0 0 15px 0;
    background: var(--col_grey_light);
    text-align: center;
    padding: 25px 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}
.blog_main .news_authorinfo i {
    color:var(--col_main);
}
.tags {
    margin: 15px;
    text-align: center;
    position: relative;
    display: block;
}
.tags li {
    display: inline-block;
    margin: 0 10px 10px 0;
    margin-bottom: 50px;
}
.tags li a{
    padding: 15px;
    box-shadow: inset 0 0 0 1px var(--col_grey);
    border-radius: 50px;
}
.tags li a:hover{
    color: var(--col_main);;
    box-shadow: inset 0 0 0 1px var(--col_main);
}
.main_blog_bg .tags li a{
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
}
.main_blog_bg .tags li a:hover{
    color: var(--col_main);
    background: #fff;
    box-shadow: inset 0 0 0 1px #fff;
}
.newsimg img {
    width: 100%;
}
.news_postdate span{
    color: var(--col_main);
    font-size: .875rem;
}
.news-content h3 {
    color: var(--col_txt);
    font-size: 1.4rem;
    margin: 0 0 15px 0;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-content h4 {
    font-weight: 700;
    font-size: .875rem;
    margin-bottom: 25px;
    color: var(--col_main);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-content p {
    color: var(--col_txt);
    margin: 10px 0 25px 0;
    line-height: 1.4;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.b_top{border-top: 1px solid #e3e3e3;}
.news_authorinfo i {
    margin-right: 6px;
    float: left;
    color: var(--col_grey);
}
.news_authorinfo a {
    color: var(--col_txt);
    height: 24px;
    line-height: 24px;
}
.news_authorinfo a:hover {
    color: var(--col_main);
}

.center .news-content {
    background-image: linear-gradient(-120deg, #8758ff 0, #614ef9 100%);
}

.center .news-content h3,
.center .news-content p {
    color: #fff;
}

.center .news_authorinfo a,
.center .news_authorinfo i {
    color: #fff;
}

.small-title {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--col_main);
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: 500;
}
.big-title {
    position: relative;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Caveat', cursive;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--col_txt);
}
.main-title-box {
    margin-bottom: 60px;
}



.zycie_naj_art {
    padding: 50px 0;
    background-image: linear-gradient(180deg,var(--col_grey_light), #fff);
}
.zycie_naj_art .news-content p {
    color: var(--col_txt);
    -webkit-line-clamp: 5;
}


/* COOKIES */

#cookies-message-container {
    position: fixed;
    width: 100%;
    max-width: 420px;
    z-index: 5;
    bottom: 25px;
    left: 25px;
    background: url(../img/cookies_bg.png) no-repeat center center;
    border-radius: 8px;
}
#cookies-message {
    line-height: 1.4;
    font-size: .925rem;
    background: rgba(255,255,255,.75);
    border-radius: 8px;
    padding: 25px;
    box-shadow: 10px 10px 30px rgba(0,0,0,.1), -10px -10px 30px rgba(0,0,0,.1) !important;
}
.cook_ok{
    margin-top: 25px;
    text-align: center;
    z-index: 1;
    height: auto;
    padding: 20px 25px;
    display: block;
    border-radius: 6px;
    font-weight: 500;
    background-image: linear-gradient(135deg,#f04d9e,var(--col_main),#667eea,#764ba2);
    background-size: 300% 100%;
    font-size: 1em;
    color: #fff !important;
    border: 0;
    box-shadow: 0 17px 26px -9px rgba(247, 75, 124, .4);
    transition: all 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}


/* BLOG SINGLE */

.bg_top{
    border-top: 1px solid #c4d2d6;
}

.bg_blog{
    position: relative;
}
.bg_blog:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-image: linear-gradient(135deg,#667eea,#764ba2);
    background-size: 200% 100%;
}
.single_title {
    padding-top: 50px;
    padding-bottom: 80px;
}
.bg_site .single_title {
    padding-top: 15px;
    padding-bottom: 80px;
}
.single_title h1 {
    font-family: 'Caveat', cursive;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--col_txt);
}
.bg_site .single_title h1 {
    font-family: 'Caveat', cursive;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--col_txt);
    background: var(--col_grey_light);
    padding: 20px 15px;
    margin-bottom: 35px !important;
    border-radius: 8px;
}
.single_title h2 {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 10px 0 35px 0;
    color: var(--col_main);
}
.single_title h4{
    font-size: 1.1rem;
    font-weight: 500;
    margin: 35px 0 25px 0;
    color: #fff;
}
.single_txt{
    margin-top: 25px;
}
.single_txt h2 {
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 700;
    color: var(--col_txt);
    margin: 0 0 15px 0;
}
.bg_site h2 {
    margin-top:0;
}
.single_txt span{
    color: var(--col_main);
}
.single_txt h6{
    
}
.single_txt p {
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: justify;
    color: var(--col_txt);
    margin-bottom: 35px;
}
.bg_site p {
    font-size: 1.1rem;
    margin-bottom: 25px;
    line-height: 1.8;
    text-align: justify;
    color: var(--col_txt);
}
.numeracja > ul > li > p {
    font-weight: 500;
    font-size: 1.6rem;
}
.img_single{
    margin:35px auto;
    width: 100%;
    height:auto;
}


.blog_list img{
    float: left;
    width: 45%;
    height: auto;
    padding: 15px;
}
.blog_list h3 {
    margin: 15px 0 15px 0;
}
/* ARROWS */

.arrow {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
}
.arrow.left {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.arrow i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.arrow i:before, .arrow i:after {
  content: '';
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  -webkit-transform-origin: 9px 50%;
          transform-origin: 9px 50%;
}
.arrow i:before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.arrow i:after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.arrow:before, .arrow:after {
  content: '';
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 21px solid var(--border);
}
.arrow svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.arrow.animate svg {
  -webkit-animation: stroke .5s ease forwards .3s;
          animation: stroke .5s ease forwards .3s;
}
.arrow.animate i {
  -webkit-animation: arrow 1s ease forwards;
          animation: arrow 1s ease forwards;
}
.arrow.animate i:before {
  -webkit-animation: arrowUp 1s ease forwards;
          animation: arrowUp 1s ease forwards;
}
.arrow.animate i:after {
  -webkit-animation: arrowDown 1s ease forwards;
          animation: arrowDown 1s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@-webkit-keyframes arrow {
  0%,
    100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  23% {
    -webkit-transform: translateX(17px);
            transform: translateX(17px);
    opacity: 1;
  }
  24%,
    80% {
    -webkit-transform: translateX(-22px);
            transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    -webkit-transform: translateX(-22px);
            transform: translateX(-22px);
  }
}
@keyframes arrow {
  0%,
    100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  23% {
    -webkit-transform: translateX(17px);
            transform: translateX(17px);
    opacity: 1;
  }
  24%,
    80% {
    -webkit-transform: translateX(-22px);
            transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    -webkit-transform: translateX(-22px);
            transform: translateX(-22px);
  }
}
@-webkit-keyframes arrowUp {
  0%,
    100% {
    -webkit-transform: rotate(-40deg) scaleX(1);
            transform: rotate(-40deg) scaleX(1);
  }
  20%,
    80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
            transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowUp {
  0%,
    100% {
    -webkit-transform: rotate(-40deg) scaleX(1);
            transform: rotate(-40deg) scaleX(1);
  }
  20%,
    80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
            transform: rotate(0deg) scaleX(0.1);
  }
}
@-webkit-keyframes arrowDown {
  0%,
    100% {
    -webkit-transform: rotate(40deg) scaleX(1);
            transform: rotate(40deg) scaleX(1);
  }
  20%,
    80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
            transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%,
    100% {
    -webkit-transform: rotate(40deg) scaleX(1);
            transform: rotate(40deg) scaleX(1);
  }
  20%,
    80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
            transform: rotate(0deg) scaleX(0.1);
  }
}



/* GO TO TOP */

.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);
	z-index: 10000;
	opacity: 0;
    background: #fff;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	content: '';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMSAyLjIwNmwtNi4yMzUgNy41MjgtLjc2NS0uNjQ1IDcuNTIxLTkgNy40NzkgOS0uNzY0LjY0Ni02LjIzNi03LjUzdjIxLjg4NGgtMXYtMjEuODgzeiIvPjwvc3ZnPg==) no-repeat center center;
	color: var(--col_grey);
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: .5;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: var(--col_grey);
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap {
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
}
.progress-wrap::after {
	color: var(--col_main);
}
.progress-wrap svg.progress-circle path {
	stroke: var(--col_main);
}







.main-title{
    font-family: 'Caveat', cursive;
    font-size: 2.8rem;
    font-weight: 700;
    color:var(--col_txt);
}































.main_o_nas {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 799px) {
  .main_o_nas {
    padding: 0 20px;
  }
}
.main_o_nas_content {
  max-width: 1110px;
  min-height: 600px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 799px) {
  .main_o_nas_content {
    min-height: 500px;
  }
}
.main_o_nas_text {
    z-index: 1;
    color: var(--col_txt);
    background-color: rgba(255, 255, 255,.75);
    padding: 40px;
    max-width: 620px;
    margin-top: 60px;
    width: 70%;
    backdrop-filter: blur(8px);
    animation: text 0.8s 0.6s ease backwards;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 6px 6px 50px 6px;
    -moz-border-radius: 6px 6px 50px 6px;
    border-radius: 6px 6px 50px 6px;
}
.aos-animate .main_o_nas_text:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    animation: line 0.8s 0.6s ease backwards;
}
@keyframes line {
  0% {
    right: 0;
    width: 100%;
    opacity: 0;
  }
}
@media screen and (max-width: 799px) {
  .main_o_nas_text {
    padding: 20px;
    margin: 90px 0 40px 0;
  }
}
@keyframes text {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
}
.main_o_nas_preTitle {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-size: .825rem;
    color: var(--col_main);
}
.main_o_nas_title {
    font-size: 2.8rem;
    margin-bottom: 15px;
    font-family: 'Caveat', cursive;
    font-weight: 700;
    color: var(--col_txt);
}
@media screen and (max-width: 799px) {
  .main_o_nas_title {
    margin-bottom: 16px;
    font-size: 28px;
  }
}
.main_o_nas_description {
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 799px) {
  .main_o_nas_description {
    font-size: 14px;
  }
}
.main_o_nas_image {
    right: 0;
    max-width: 600px;
    width: 60%;
    height: 600px;
    transform: translatey(100px);
    position: absolute;
    overflow: hidden;
    border-radius: 6px 50% 6px 50% !important;
    animation: image 0.6s 0.2s ease backwards;
}
@media screen and (max-width: 799px) {
  .main_o_nas_image {
    height: 480px;
    width: 70%;
    transform: translatey(80px);
    right: -6%;
  }
}
@keyframes image {
  0% {
    opacity: 0;
    transform: translatey(200px);
  }
}
.main_o_nas_image:before, .main_o_nas_image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  top: 100%;
  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
  opacity: 1;
  left: 0;
}
.main_o_nas_image:before {
  animation: imageBefore 1s 0.2s ease backwards;
}
@keyframes imageBefore {
  0% {
    height: 100%;
    top: 0;
  }
}
.main_o_nas_image:after {
    background: #fff;
    box-shadow: 0px 15px 15px 0px #edeaea !important;
    height: 100%;
    top: 0;
    opacity: .15;
}
.main_o_nas_image img {
  background-size: cover;
}

.cta {
    padding: 16px 32px;
    color: var(--col_main);
    background-color: transparent;
    border: 1px solid var(--col_main);
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 700;
    margin-top: 32px;
    cursor: pointer;
    box-shadow: inset 0px 0px 0px var(--col_main);
    transition: all 0.4s ease;
}
.cta:hover {
  box-shadow: inset 0px -80px 0px var(--col_main);
  color: #fff;
  transform: translateY(-5px);
}
@media screen and (max-width: 799px) {
  .cta {
    margin-top: 16px;
  }
}


/* Klienci */

.customer_says{
    
}


/* sticky */

.sidebar-wrapper {
  position:relative
}
.sidebar-block {
  min-height:0;
    padding: 0 15px;
}    
.sticky h4{
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--col_main);
    margin-bottom: 15px;
}
.sticky p{
    font-size: 1rem;
    font-weight: 400;
    color: var(--col_txt);
    line-height: 1.4;
    margin-bottom:25px;
}
.sticky {
    padding: 15px;
   box-shadow: inset 0 0 0 1px var(--col_grey);
}
.sticky.stick {
  position: fixed;
  top: 90px;
}









/* CARD */

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  margin-top: 7px;
  border-radius: .375rem;
  background-color: #fff;
  background-clip: border-box;
  border: none
}
.card-header {
  margin-bottom: 0;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  background-color: #fff
}
.card-header h3 {
  font-weight: 500
}
.card-header:first-child {
  border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0
}
.card-footer {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, .05);
  background-color: #fff
}
.card-footer:last-child {
  border-radius: 0 0 calc(.375rem - 1px) calc(.375rem - 1px)
}
.card .card-info .name {
  font-size: 28px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%
}
.card .card-info h2 {
  width: 100%;
  font-weight: 500;
  display: flex;
  align-items: center
}
.card .card-info h2 i {
  padding-right: 5px
}
.card .card-info p {
  font-weight: 500
}
.card .card-info small, .card .card-info b {
  margin-right: 10px;
  font-weight: 300
}
.card .card-info hr {
  margin: 0 0 15px
}
.card .card-profile {
  display: table
}
.card .card-profile .card-profile__photo, .card .card-profile .card-profile__info {
  display: table-cell;
  vertical-align: middle
}
.card .card-profile .card-profile__photo:hover, .card .card-profile .card-profile__info:hover {
  opacity: .84
}
.card .card-profile .card-profile__photo {
  width: 70px
}
.card .card-profile .card-profile__photo .profile-photo__img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ced0ce
}
.card .card-profile .card-profile__info {
  text-decoration: none;
  color: inherit;
  line-height: 1
}
.card .card-profile .card-profile__info .profile-info__name {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: .2em
}
.card .card-profile .card-profile__info .profile-info__username {
  font-size: .9em;
  color: #656565
}
.card .card-profile .card-profile__info span {
  display: block
}
.card .card-message .card-message-stamp {
  font-size: .9em;
  color: #656565
}
.card .card-message .card-message-stamp:hover {
  color: #2b7bb9
}

.shadow-sm, .shadow {
        box-shadow: 20px 20px 60px #cad0ca, -20px -20px 60px #ffffff !important;
    border: none !important;
    top:0;
    -webkit-transition:all ease-in-out .25s;-moz-transition:all ease-in-out .25s;-o-transition:all ease-in-out .25s;transition:all ease-in-out .25s
}
.shadow:hover {
    top:-10px;
    box-shadow: 0px 15px 15px 0px #edeaea !important;
    -webkit-transition:all ease-in-out .25s;-moz-transition:all ease-in-out .25s;-o-transition:all ease-in-out .25s;transition:all ease-in-out .25s
}








.sec_main_2-title {
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Caveat', cursive;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--col_txt);
    margin-bottom: 75px;
}
.sec_main_2-title strong,
.main-title strong{
    color: var(--col_main);
}
.sec_main_2 .about-foot-inner {
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.sec_main_2-item.left {
    border-right: 1px solid #c4d2d6;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.sec_main_2-item.right {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
}
.sec_main_2 .about-foot-inner-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.sec_main_2 .about-foot-inner i {
    display: block;
    width: 50px;
    height: 50px;
    font-size:50px;
    color: var(--col_main);
}
.sec_main_2 .about-foot-inner h2 {
    font-size: 25px;
    font-weight: 700;
    color: var(--col_txt);
    display: block;
    margin-bottom: 0;
    text-align: left;
    margin-left: 35px;
    margin-top: 0;
}
.sec_main_2 .about-foot-inner .left,
.sec_main_2 .about-foot-inner .right{
    top: 0;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

.sec_main_2 .about-foot-inner h2 span {
    color: var(--col_main);
}
.sec_main_2 {
    padding: 35px 0;
}
.sec_main_2 p{
    color: var(--col_txt);
    margin: 10px 0 25px 0;
    line-height: 1.4;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.bg_curve{
    height: 600px;
    color: #fff;
    position: relative;
    background-image: linear-gradient(135deg,var(--col_grey),var(--col_grey_light));
    clip-path: polygon(0 0,100% 0,100% 500px,0 100%);
}


.sec_main_2-item .form-group{
    display: flex;
    justify-content: center;
}

.sec_main_2-item .form-group a{
    border-radius: 50px;
    width: max-content;
}




/* Footer */

footer {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 50px;
}
footer::after {
    position: absolute;
    content: "";
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: 0;
    z-index: -1;
/*
    background-image: linear-gradient(-134deg, #8e06a5 0%, #1e11a3 100%);
    background-image: linear-gradient(-134deg, #5c006b 0%, #3023AE 100%);
*/
}
    
.shape-style span:before,
.shape-style span:after {
  content: "";
  background-color: #fff;  
  border-radius: 50%;
  height: 30px;
  position: absolute;
  width: 30px;
}
.shape-style.shapes_all span:before,
.shape-style.shapes_all span:after {
  background-image: linear-gradient(-134deg, #C86DD7 0%, #3023AE 100%); 
}

.shape-style span:before {
  top: -15px;
  left: 0;
}

.shape-style span:after {
  left: 15px;
  top: 0;
}    
    
.shape-style span {
    position: absolute;
    list-style: none;
    display: inline-block;
    background: #fff;
    bottom: -200px; 
  height: 30px;
  width: 30px;
    opacity: 0.025;
}
.shape-style.shapes_all span {
    background-image: linear-gradient(-134deg, #C86DD7 0%, #3023AE 100%);
}
.shape-style span:nth-child(1) {
  bottom: auto;
  left: -3%;
  top: -20px;
    transform: scale(1) rotate(-45deg);
}
.shape-style span:nth-child(2) {
  top: 15%;
  right: 10%;
    transform: scale(2) rotate(-25deg);
}
.shape-style span:nth-child(3) {
  top: 320px;
  right: 7%;
 transform: scale(4) rotate(-35deg);
}
.shape-style span:nth-child(4) {
  top: 38%;
  right: auto;
  left: 1%;
    transform: scale(5) rotate(-50deg);
}
.shape-style span:nth-child(5) {
  right: 40%;
  bottom: 45%;
    transform: scale(3) rotate(-65deg);
}
.shape-style span:nth-child(6) {
  right: 6%;
  bottom: 5%;
transform: scale(1.5) rotate(-45deg);
}
.shape-style span:nth-child(7) {
  right: 15%;
  bottom: 12%;
    transform: scale(1.8) rotate(-5deg);
}
.shape-style span:nth-child(8) {
  right: auto;
  bottom: 11%;
  left: 15%;
    transform: scale(2.5) rotate(-15deg);
}
footer .footer-top {
    padding: 50px 0;
    background-image: linear-gradient(135deg,var(--col_grey),var(--col_grey_light));
}
footer .footer-top h2 {
    position: relative;
    color: var(--col_txt);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 30px;
}
footer .footer-top h2 span{
    font-weight: 400;
}

footer .footer-top .download-app-button {
  position: relative;
  display: block;
  overflow: visible;
  transition: all 0.3s ease-in;
}
footer .footer-top .download-app-button .download-btn {
    box-shadow: 5px 5px 20px var(--col_grey);
    margin-right: 20px;
    position: relative;
    overflow: visible;
    display: flex;
    color: var( --col_txt);
    align-items: center;
    float: left;
    padding: 5px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
    text-decoration: none;
    transition: all 0.3s;
    background: rgba(255,255,255,.95);
}

footer .footer-top .download-app-button .download-btn i {
    font-size: 28px;
    line-height: 28px;
    margin-right: 10px;
    color: var(--col_main);
}
footer .footer-top .download-app-button .download-btn p {
    font-size: 1.1rem;
    line-height: 20px;
    margin-bottom: 5px;
}
footer .footer-top .download-app-button .download-btn p small {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}
footer .footer-top .inner-column h2 {
    position: relative;
    color: var(--col_txt);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 30px;
    text-align: right;
}
footer .footer-top .inner-column h2 span {
  font-weight: 400;
}
footer .footer-top .inner-column .subscribe-form form {
  position: relative;
}
footer .footer-top .inner-column .subscribe-form form input {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 14px;
  padding: 14px 40px;
  border-radius: 50px;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  outline: 0;
  border: none;
}
footer .footer-top .inner-column .subscribe-form form button {
    position: absolute;
    right: 2px;
    top: 2px;
    outline: 0;
    height: 56px;
    font-weight: 600;
    border: none;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    padding: 15px 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-image: linear-gradient(135deg,#f04d9e,var(--col_main),#667eea,#764ba2);
    background-size: 300% 100%;
    color: #fff !important;
}
footer .widgets-section {
  padding-top: 60px;
  padding-bottom: 25px;
}
footer .widgets-section .footer-widget h2 {
    position: relative;
    color: var(--col_main);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 22px;
    letter-spacing: 1px;
}
footer .widgets-section .footer-widget .logo img {
  width: 40%;
}
footer .widgets-section .footer-widget p {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
}
footer .widgets-section .footer-widget .footer-info {
  list-style-type: none;
  padding-left: 0;
}
footer .widgets-section .footer-widget .footer-info li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 1.8em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
}
footer .widgets-section .footer-widget .footer-info li i {
  position: absolute;
  content: "";
  left: 0px;
  top: 7px;
  color: var(--col_main);
  font-size: 14px;
}
footer .widgets-section .footer-widget.bg_z {
    display: flex;
    align-items: center;
    padding: 25px 50px 25px 0;
    justify-content: center;
    background: #667eea;
    background-image: linear-gradient(-135deg,#f04d9e,var(--col_main),#667eea,#764ba2);
    background-size: 300% 100%;
    border-radius: 8px;
}
footer .widgets-section .footer-widget .list {
  list-style-type: none;
  padding-left: 0;
}
footer .widgets-section .footer-widget .list li{
  margin: 5px 0;
}
footer .widgets-section .footer-widget .list li a {
    position: relative;
    font-size: 15px;
    padding-left: 25px;
    color: var(--col_txt);
    transition: all 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
footer .widgets-section .footer-widget .list li a:hover {
  color: var(--col_main);
}
footer .widgets-section .footer-widget .list li a::before {
    position: absolute;
    background: url(../img/foot_arr2.svg) no-repeat left center;
    content: "";
    width: 24px;
    height: 24px;
    left: 0px;
    top: -5px;
}
footer .widgets-section .footer-widget.twitter-widget .tweet-block {
  position: relative;
  margin-bottom: 20px;
}
footer .widgets-section .footer-widget.twitter-widget .tweet-block p {
  position: relative;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.95);
}
footer .widgets-section .footer-widget.twitter-widget .tweet-block p i {
  color: var(--col_main);
  font-size: 20px;
  margin-right: 8px;
}
footer .widgets-section .footer-widget.twitter-widget .tweet-block .author-name {
  position: relative;
  color: var(--col_main);
  font-size: 14px;
  font-style: italic;
}footer .footer-bottom {
  opacity: .5;
}
footer .footer-bottom .inner-content {
    padding: 0 0 25px 0;
    margin: 0 auto;
}
footer .footer-bottom .inner-content p {
    position: relative;
    color: var(--col_txt);
    font-size: 14px;
}
footer .footer-bottom .inner-content p span {
    color: var(--col_txt);
}
footer .footer-bottom .inner-content .social-icon {
  list-style-type: none;
  text-align: right;
}
footer .footer-bottom .inner-content .social-icon li {
  position: relative;
  margin-left: 18px;
  display: inline-block;
}
footer .footer-bottom .inner-content .social-icon li a {
  position: relative;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
footer .footer-bottom .inner-content .social-icon li a:hover {
  color: var(--col_main);
}

@media only screen and (max-width: 991px) {
  footer .footer-top h2 {
    text-align: left !important;
    font-size: 35px !important;
  }
  footer .footer-top .download-app-button {
    margin-bottom: 1.5rem;
  }
  footer .footer-top .inner-column h2 {
    text-align: left !important;
    font-size: 35px !important;
  }
}

/* Background */

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.circles li{
    position: absolute;
    list-style: none;
    display: inline-block;
    background: #fff;
    animation: animate 30s linear infinite;
    bottom: -200px; 
  height: 30px;
  transform: rotate(-45deg);
  width: 30px;
}

.circles li:before,
.circles li:after {
  content: "";
  background-color: #fff;  
  border-radius: 50%;
  height: 30px;
  position: absolute;
  width: 30px;
}

.circles li:before {
  top: -15px;
  left: 0;
}

.circles li:after {
  left: 15px;
  top: 0;
}

.circles li:nth-child(1){
    left: 25%;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    animation-delay: 0s;
}


@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: .5;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
    }

}





/* FORM */

.body_form{
    background-image: linear-gradient(135deg,var(--col_grey_light), #ffffff);
}

legend {
    font-size: 1.6em;
    font-weight: 500;
    color: var(--col_txt);
    width: 100%;
    text-align: center;
    margin: 60px 0 25px 0;
    /* font-family: 'Caveat', cursive; */
    position: relative;
}
legend:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 60px;
    height: 0;
    opacity: .2;
    border-top: 1px solid var(--col_txt);
}
legend:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 60px;
    height: 0;
    opacity: .2;
    border-top: 1px solid var(--col_txt);
}
label {
  display: block;
  text-transform: uppercase;
  margin-top: 1px;
}

.body_form section form {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    --offset: 18px;
    --text: #404660;
    --gradient: 1;
    --shadow: rgba(0, 6, 39, .1);
    --light-shadow: rgba(255, 255, 255, .8);
    --light-shadow-2: rgba(255, 255, 255, .1);
    padding: 0 65px 35px 65px;
    margin-bottom: 50px;
    position: relative;
}
.body_form section form:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 12px;
    z-index: -1;
}

form fieldset{
    padding-top: 50px;
}

/* TEXTFIELDS */
.zyciomat_textfield,
.zyciomat_formfield {
  margin: 0 auto;
  width:100%;
  display: block;
  margin-bottom: 3em;
  position: relative;
}

.zyciomat_formfield {
  display: inline-block;
}

.zyciomat_textfield--float-label label {
  position: absolute;
  top: 0;
  line-height: 2em;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  height: 100%;
  width: 100%;
    margin: 0;
}


.zyciomat_textfield--float-label label{
  -webkit-animation: labelDown 0.25s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-animation: labelDown 0.25s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: labelDown 0.25s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translate(0, 2.2em);
  -moz-transform: translate(0, 2.2em);
  -ms-transform: translate(0, 2.2em);
  -o-transform: translate(0, 2.2em);
  transform: translate(0, 2.2em);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 1em;
  color: #91AA9D;
  text-overflow: clip;
  cursor: text;
  pointer-events: none;
    margin-left:10px;
        padding: 16px 0 16px 20px;
}


.zyciomat_textfield--float-label.zyciomat_textfield--full label{
  -webkit-animation: labelUp 0.25s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-animation: labelUp 0.25s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: labelUp 0.25s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform-origin: 0 bottom;
  -moz-transform-origin: 0 bottom;
  -ms-transform-origin: 0 bottom;
  -o-transform-origin: 0 bottom;
  transform-origin: 0 bottom;
  color: rgba(25, 52, 65, 0.75);
  font-size: 0.8em;
}
.zyciomat_textfield--float-label.zyciomat_textfield--full label{
    margin-top:-15px;
}
.zyciomat_textfield--float-label .zyciomat_icon {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.zyciomat_textfield--float-label .zyciomat_icon:before, .zyciomat_textfield--float-label .zyciomat_icon:after {
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  font-size: 1.8em;
  line-height: 1.7em;
  height: 100%;
  opacity: 0;
  color: rgba(25, 52, 65, 0.75);
  -webkit-transform: scale(0.5, 1);
  -moz-transform: scale(0.5, 1);
  -ms-transform: scale(0.5, 1);
  -o-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
}
.zyciomat_textfield--float-label .zyciomat_icon:before {
    content:'';
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><path fill="rgb(106,115,134)" d="M1.438 16.872l-1.438 7.128 7.127-1.438 12.642-12.64-5.69-5.69-12.641 12.64zm2.271 2.253l-.85-.849 11.141-11.125.849.849-11.14 11.125zm20.291-13.436l-2.817 2.819-5.69-5.691 2.816-2.817 5.691 5.689z"/></svg>') no-repeat left center;
    width: 2em;
    height: 2em;
  left: -0.25em;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: all 0.375s 0.0625s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.375s 0.0625s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.375s 0.0625s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.zyciomat_textfield--float-label .zyciomat_icon:after {
    content:'';
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><path fill="rgb(253,73,116)" d="M0 11c2.761.575 6.312 1.688 9 3.438 3.157-4.23 8.828-8.187 15-11.438-5.861 5.775-10.711 12.328-14 18.917-2.651-3.766-5.547-7.271-10-10.917z"/></svg>') no-repeat right center;
    width: 2em;
    height: 2em;
    right: -50px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0.375s 0.0625s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.375s 0.0625s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.375s 0.0625s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.zyciomat_textfield--float-label input, .zyciomat_textfield--float-label textarea {
    font-size: 1em;
    line-height: 2em;
    width: 100%;
    padding-left: 1em;
    border: none;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    transition: background 0.5s ease;
    border-radius: 9px;
    padding: 16px 0 16px 20px;
    min-width: 208px;
    background: #fff;
    display: block;
    cursor: pointer;
    position: relative;
    border: 2px solid var(--col_grey);
}
.zyciomat_textfield--float-label input:focus,
.zyciomat_textfield--float-label textarea:focus {
  background: var(--col_grey_light);
}
.zyciomat_textfield--float-label input:focus ~ .zyciomat_icon:before,
.zyciomat_textfield--float-label textarea:focus ~ .zyciomat_icon:before {
  opacity: 0.8;
  left: -1.4em;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.zyciomat_textfield--float-label input:focus + label,
.zyciomat_textfield--float-label textarea:focus + label {
  -webkit-animation: labelUp 0.25s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-animation: labelUp 0.25s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: labelUp 0.25s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform-origin: 0 bottom;
  -moz-transform-origin: 0 bottom;
  -ms-transform-origin: 0 bottom;
  -o-transform-origin: 0 bottom;
  transform-origin: 0 bottom;
  color: rgba(25, 52, 65, 0.75);
  font-size: 0.8em;
    margin-top:-15px;
}
.zyciomat_textfield--float-label input:valid ~ .zyciomat_icon:after,
.zyciomat_textfield--float-label textarea:valid ~ .zyciomat_icon:after {
  color: #10B663;
  opacity: 1;
  right: -45px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.zyciomat_textfield--full input[type='email']:invalid, .zyciomat_textfield--empty.zyciomat_textfield--dirty input:required, .zyciomat_textfield--empty.zyciomat_textfield--dirty textarea:required {
    box-shadow: inset 0 0 0 2px #6c6cd0;
}
.zyciomat_textfield--full input[type='email']:invalid ~ .zyciomat_icon:after,
.zyciomat_textfield--empty.zyciomat_textfield--dirty input:required ~ .zyciomat_icon:after,
.zyciomat_textfield--empty.zyciomat_textfield--dirty textarea:required ~ .zyciomat_icon:after {
    content:'';
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><path fill="rgb(108,108,208)" d="M16.971 0h-9.942l-7.029 7.029v9.941l7.029 7.03h9.941l7.03-7.029v-9.942l-7.029-7.029zm-4.971 19.25c-.69 0-1.25-.56-1.25-1.25s.56-1.25 1.25-1.25 1.25.56 1.25 1.25-.56 1.25-1.25 1.25zm.55-4.748c-.029.283-.266.498-.55.498s-.521-.215-.55-.498l-.801-8.01c-.08-.8.55-1.492 1.351-1.492s1.431.692 1.351 1.493l-.801 8.009z"/></svg>') no-repeat right center;
    width: 2em;
    height: 2em;
    color: salmon;
    opacity: 1;
    top: 3px;
    right: -45px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.zyciomat_textfield--animate-border input ~ .zyciomat_line, .zyciomat_textfield--animate-border textarea ~ .zyciomat_line {
  position: absolute;
  background: rgba(25, 52, 65, 0.75);
  box-sizing: border-box;
}
.zyciomat_textfield--animate-border input ~ .zyciomat_line.zyciomat_line--bottom, .zyciomat_textfield--animate-border textarea ~ .zyciomat_line.zyciomat_line--bottom {
  bottom: 0;
  right: 0;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: width 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: width 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.zyciomat_textfield--animate-border textarea ~ .zyciomat_line.zyciomat_line--bottom {
  bottom: 3px;
}
.zyciomat_textfield--animate-border input:focus ~ .zyciomat_line--bottom, .zyciomat_textfield--animate-border textarea:focus ~ .zyciomat_line--bottom {
  width: 100%;
}

/* FILE INPUT */
.zyciomat_file-input--animate-border,
.zyciomat_file-input--animate-border + label {
  position: relative;
  display: inline-block;
  font-size: 1em;
  text-transform: uppercase;
  padding: 20px 35px;
  outline: none;
  cursor: pointer;
  color: #91AA9D;
  background: #fbfaf9;
  border: none;
  -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}



.zyciomat_file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}





/* KEYFRAMES */
@-webkit-keyframes btn-pending-top {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@-moz-keyframes btn-pending-top {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes btn-pending-top {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@-webkit-keyframes labelUp {
  0% {
    -webkit-transform: translate(0, 0);
    padding-left: 15px;
  }
  100% {
    -webkit-transform: translate(0, -2.2em);
    padding-left: 0;
  }
}
@-moz-keyframes labelUp {
  0% {
    -moz-transform: translate(0, 0);
    padding-left: 15px;
  }
  100% {
    -moz-transform: translate(0, -2.2em);
    padding-left: 0;
  }
}
@keyframes labelUp {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-left: 15px;
  }
  100% {
    -webkit-transform: translate(0, -2.2em);
    -moz-transform: translate(0, -2.2em);
    -ms-transform: translate(0, -2.2em);
    -o-transform: translate(0, -2.2em);
    transform: translate(0, -2.2em);
    padding-left: 0;
  }
}
@-webkit-keyframes labelDown {
  0% {
    -webkit-transform: translate(0, -2.2em);
    padding-left: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    padding-left: 15px;
  }
}
@-moz-keyframes labelDown {
  0% {
    -moz-transform: translate(0, -2.2em);
    padding-left: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    padding-left: 15px;
  }
}
@keyframes labelDown {
  0% {
    -webkit-transform: translate(0, -2.2em);
    -moz-transform: translate(0, -2.2em);
    -ms-transform: translate(0, -2.2em);
    -o-transform: translate(0, -2.2em);
    transform: translate(0, -2.2em);
    padding-left: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-left: 15px;
  }
}



/* Checkbox iOS */



.checkbox_ios {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
        padding-bottom: 50px;
}
.checkbox_ios_toggle {
  display: none;
}
.checkbox_ios_toggle + .checkbox_ios_label {
    display: block;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50px;
    background: var(--col_grey);
    height: 40px;
    margin-bottom: 0;
    cursor: pointer;
}
.checkbox_ios_toggle + .checkbox_ios_label:before {
    -webkit-transition: .3s;
    transition: .3s;
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 5px;
}
.checkbox_ios_value {
    display: block;
    float: left;
    width: 50%;
    font-size: 1rem;
    text-align: center;
    margin-top: 50px;
    letter-spacing: 1px;
    line-height: 1.5;
}
.checkbox_ios_value.left {
  text-align: left;
  font-weight: bold;
}
.checkbox_ios_value.right {
  text-align: right;
}
.checkbox_ios_toggle:checked + .checkbox_ios_label {
  background-color: var(--col_main);
}
.checkbox_ios_toggle:checked + .checkbox_ios_label:before {
    left: calc(100% - 30px - 5px);
}
.checkbox_ios_toggle:checked + .checkbox_ios_label .right {
  font-weight: bold;
}
.checkbox_ios_toggle:checked + .checkbox_ios_label .left {
  font-weight: normal;
}




/* DROPDOWN */



.drop_z {
    position: relative;
    display: inline-block;
    min-height: 66px;
    max-height: 66px;
    overflow: hidden;
    top: .5em;
    cursor: pointer;
    text-align: left;
    box-shadow: inset 0 0 0 2px var(--col_grey);
    white-space: nowrap;
    color: var(--col_txt);
    outline: none;
    border-radius: 9px;
    transition: 0.3s all ease-in-out;
    background: #fff;
    display: block;
    cursor: pointer;
    position: relative;
}
.drop_z input:focus + label {
  background: #def;
}
.drop_z input {
  width: 1px;
  height: 1px;
  display: inline-block;
  position: absolute;
  opacity: 0.01;
}
.drop_z label {
    border-top: .06em solid var(--col_bg);
    display: block;
    width: 100%;
    height: 66px;
    line-height: 66px;
    padding-left: 20px;
    min-width: 208px;
    padding-right: 3em;
    cursor: pointer;
    position: relative;
    transition: 0.3s color ease-in-out;
}
.drop_z label:nth-child(2) {
  margin-top: 60px;
  border-top: .06em solid var(--col_bg);
}
.drop_z input:checked + label {
  display: block;
  border-top: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.drop_z input:checked + label:nth-child(2) {
  margin-top: 0;
  position: relative;
}
.drop_z::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 30px;
    border: 0.3em solid var(--col_txt);
    border-color: var(--col_txt) transparent transparent transparent;
    transition: .4s all ease-in-out;
}
.drop_z.expanded {
    border: 0.06em solid var(--col_bg);
    background: #fff;
    border-radius: 9px;
    padding: 0;
    max-height: none;
}
.drop_z.expanded label {
  border-top: .06em solid var(--col_grey);
}
.drop_z.expanded label:hover {
  color: var(--col_main);
}
.drop_z.expanded input:checked + label {
  color: var(--col_main);
}
.drop_z.expanded::after {
  transform: rotate(-180deg);
  top: 24px;
}





.zyciomat_checkbox {
    display: inline-block;
    box-sizing: border-box;
    width: 160px;
    margin: 0 5px 15px 0;
    height: 140px;
    vertical-align: middle;
    text-align: center;
}

.zyciomat_checkbox label {
    box-sizing: border-box;
    background: #fff;
    display: block;
    cursor: pointer;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px 10px 0 10px;
    cursor: pointer;
    font-size: .925rem;
    text-transform: none;
    font-weight: 500;
    border-radius: 6px;
    opacity: .75;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.zyciomat_checkbox label:hover, .zyciomat_checkbox label:focus, .zyciomat_checkbox label:active {
  box-shadow: inset 0 0 0 2px var(--col_grey);
}

.zyciomat_checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}

.zyciomat_checkbox input:active ~ label {
  opacity: 1;
}
.zyciomat_checkbox input ~ label {
    opacity: 1;
    box-shadow: inset 0 0 0 2px var(--col_grey);
    -webkit-box-shadow: inset 0 0 0 2px var(--col_grey);
    border-radius: 6px;
}
.zyciomat_checkbox input:checked ~ label {
    opacity: 1;
    box-shadow: inset 0 0 0 2px var(--col_main);
    border-radius: 6px;
}
.zyciomat_checkbox label svg {
    display: block;
    width: 100%;
    margin: 15px auto;
    fill: var(--col_txt);
}
.zyciomat_checkbox input:checked ~ label svg {
    fill: var(--col_main);
}



.zyciomat_checkbox input:checked ~ label:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 50px;
    height: 50px;
    background-color: var(--col_main);
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path fill="white" d="M0 12.116l2.053-1.897c2.401 1.162 3.924 2.045 6.622 3.969 5.073-5.757 8.426-8.678 14.657-12.555l.668 1.536c-5.139 4.484-8.902 9.479-14.321 19.198-3.343-3.936-5.574-6.446-9.679-10.251z"/></svg>');
    background-position: 22px 12px;
    background-repeat: no-repeat;
    z-index: 5;
    -webkit-border-radius: 0 6px 0px 50px;
    -moz-border-radius: 0 6px 0px 50px;
    border-radius: 0 6px 0px 50px;
}














/* Checkbox ZGODY */

.zgoda_wiecej {
    position: absolute;
    left: 20px;
    bottom: 17px;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    background: rgba(255,255,255,.5);
    border-radius: 20px;
    color: var(--col_txt);
        -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.zgoda_wiecej:hover {
    background: rgba(255,255,255,.5);
    color: var(--col_txt) !important;
        -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.form-zgody {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-content: center;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 15px 0 25px 0;
    border-bottom: 1px solid var(--col_grey);
}
footer .form-zgody {
    background: rgba(255,255,255,.5);
    border-radius: 20px;
    padding: 10px 20px 50px 20px;
    font-size: .825rem !important;
    border: none !important;
}
footer .form-zgody label {
    font-size: .825rem !important;
    -webkit-transition: -webkit-transform .5s ease-out;
    -ms-transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    color: var(--col_txt);
}
footer .form-zgody .lab_mniej{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
footer .form-zgody .lab_wiecej {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    padding: 12px 0 15px 0;
}
.form-zgody label {
    color: var(--col_txt);
    display: block;
    width: calc(100% - 80px);
    font-size: .925rem;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    line-height: 1.2;
}
.form-zgody .form-radio-control {
    display: inline-block;
    margin: 1em 0;
    width: 60px;
    border-radius: 30px;
    height: 30px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.form-zgody .form-radio-control input[type="checkbox"],
.form-zgody .form-radio-control input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 100;
}

.form-zgody .form-radio-control .form-radio{
  display: block;
  width: 50%;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  transform: scale(.9);
  transition: all .25s cubic-bezier(0, 0, 0.3, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .4), 0 6px 2px rgba(0, 0, 0, .06);
  z-index: 3;
}

.form-zgody .form-radio-control input[type="checkbox"]:disabled + .form-radio,
.form-zgody .form-radio-control input[type="radio"]:disabled + .form-radio {
  background: #f5f5f5;
}

.form-zgody .form-radio-control input[type="checkbox"]:disabled + .form-radio + span,
.form-zgody .form-radio-control input[type="radio"]:disabled + .form-radio + span {
  background: #f5f5f5;
  box-shadow: inset 0 0 0 3px #e0e0e0;
}

.form-zgody .form-radio-control .form-radio + span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 25px;
    z-index: -1;
    opacity: 1;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 2px var( --col_main);
}


.form-zgody .form-radio-control input[type="checkbox"]:checked + .form-radio + span,
.form-zgody .form-radio-control input[type="radio"]:checked + .form-radio + span {
    box-shadow: inset 0 0 6px 25px var(--col_main);
}

.form-zgody .form-radio-control input[type="checkbox"]:checked + .form-radio,
.form-zgody .form-radio-control input[type="radio"]:checked + .form-radio {
    transform: translateX(100%) scale(.9);
    background: #fff;
}

.form-zgody .form-radio-control input[type="checkbox"]:checked + .form-radio:after, .form-zgody .form-radio-control input[type="radio"]:checked + .form-radio:after {
    content: '';
    position: absolute;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><path fill="rgb(253,73,116)" d="M0 11c2.761.575 6.312 1.688 9 3.438 3.157-4.23 8.828-8.187 15-11.438-5.861 5.775-10.711 12.328-14 18.917-2.651-3.766-5.547-7.271-10-10.917z"/></svg>') no-repeat right center;
    width: 27px;
    height: 27px;
    top: 0;
    left: 0;
    background-size: 22px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.375s 0.0625s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.375s 0.0625s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.375s 0.0625s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


/* Range track styling */
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  box-shadow: none;
  background: transparent;
  border: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
}
input[type=range]::-moz-range-track {
  width: 100%;
  cursor: pointer;
  box-shadow: none;
  background: transparent;
  border: none;
}
input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  box-shadow: none;
  background: transparent;
  border: none;
}
input[type=range]::-ms-fill-lower {
  width: 100%;
  cursor: pointer;
  box-shadow: none;
  background: transparent;
  border: none;
}
input[type=range]:focus::-ms-fill-lower {
  background: transparent;
}
input[type=range]::-ms-fill-upper {
  background: transparent;
}
input[type=range]:focus::-ms-fill-upper {
  background: transparent;
}
.range-value{
    font-size: 2rem;
    font-weight: 500;
    color: var(--col_txt);
}

/* Color the Track */
input[type="range"]{
    -webkit-appearance: none;
    -moz-apperance: none;
    height: 32px;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0.01, #e23b73),
        color-stop(0.01, #fd4974)
    );
  border-radius: 50px;
}

/* Thumb */
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color:#fff;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 5.83L15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
    transform: rotate(90deg);
    box-shadow: 5px 5px 15px rgba(0,0,0,.2), -5px -5px 15px rgba(0,0,0,.2) !important;
  margin-top: 0px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for Firefox */
input[type='range']::-moz-range-thumb {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color:#fff;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 5.83L15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
    transform: rotate(90deg);
    box-shadow: 5px 5px 15px rgba(0,0,0,.2), -5px -5px 15px rgba(0,0,0,.2) !important;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type='range']::-ms-thumb {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color:#fff;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 5.83L15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
    transform: rotate(90deg);
    box-shadow: 5px 5px 15px rgba(0,0,0,.2), -5px -5px 15px rgba(0,0,0,.2) !important;
  cursor: pointer;
}




.thumb {
  display:block;
}

/* Hide donation buttons until action */
#chooseplan {
  display: none;
}






/* FIELDSET */

fieldset {
	height: 0;
	opacity: 0;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

fieldset.f_show {
	height: auto;
	opacity: 1;
	padding: 0;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
fieldset {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0;
	position: relative;
}

.nav_form {
    position: relative;
    margin-top:50px;
    padding: 0 0 35px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.go_previous{
    border-radius: 50px;
    box-shadow: 0 0 0 1px var(--col_txt);
    padding: 10px 15px !important;
    background: transparent;
    color: var(--col_txt) !important;
}
.max-350{max-width:350px;}






/* crumbs */

.crumbs {
    text-align: left;
    margin-bottom: 15px;
}
.crumbs ul {
  list-style: none;
  display: flex;
}
.blog_container ul li {
    color: var(--col_txt);
    padding: 0 5px 10px 5px;
    font-size: 1.2rem;
    list-style: none;
    margin: 0;
    width: 100%;
    text-align: center;
}
.crumbs ul li a {
    float: left;
    height: 32px;
    background: #455fd6;
    text-align: center;
    padding: 0 10px 0 25px;
    position: relative;
    margin: 0 10px 0 0;
    font-size: .875rem;
    text-decoration: none;
    color: #e7eef0;
    display: flex;
    align-items: center;
}
.crumbs ul li a span{
    margin-right: 10px;
    font-size: 18px;
}
.crumbs ul li a:after {
    content: "";
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #455fd6;
    position: absolute;
    right: -16px;
    top: 0;
    z-index: 1;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}
.crumbs ul li a:before {
    content: "";
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #6878e1;
    position: absolute;
    left: 0;
    top: 0;
}

.crumbs ul {
    display: flex;
}
.crumbs ul li:first-child a {
  padding-left:15px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.crumbs ul li:first-child a:before {
  display: none;
}

.crumbs ul li:last-child a {
  padding-right: 25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.crumbs ul li:last-child a:after {
  display: none;
}

.crumbs ul li a:hover {
  background: var(--col_main);
  color: #fff;
}

.crumbs ul li a:hover:after {
  border-left-color: var(--col_main);
  color: #fff;
 -webkit-transition:all ease-in-out .25s;-moz-transition:all ease-in-out .25s;-o-transition:all ease-in-out .25s;transition:all ease-in-out .25s
}



/* UL Numeracja */

.numeracja {
    text-align: justify;
}
.numeracja ul {
  list-style-type: none;
  counter-reset: item;
  margin: 35px auto;
  padding: 0;
  line-height: 1.6;
  color: var(--col_txt);
}

.numeracja ul > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.numeracja ul > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}
.numeracja li ul > ul {
	margin: 0 0 5px 15px;
}
.numeracja li ul > li {
	margin: 0 0 5px 0;
}
.numeracja li ul > li:before {
  content: counters(item, ".") " ";
}





















/* SIDEBAR */



.zyciomat_side {
    background: aliceblue;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    background-image: linear-gradient(135deg,#667eea,#764ba2);
    background-size: 300% 100%;
    flex-direction: column;
    flex: 0 0 auto;
    font-size: 14px;
    border-radius: 6px;
    height: 450px;
    overflow: hidden;
    transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 100%;
    z-index: 1000;
    border: none !important;
    display: flex;
    transform: translateY(60px);
    -webkit-transition: transform ease-in-out .25s;
    -moz-transition: transform ease-in-out .25s;
    -o-transition: transform ease-in-out .25s;
    transition: transform ease-in-out .25s;
}

.zyciomat_side.stick {
  transform: translateY(0);
    -webkit-transition: transform ease-in-out .25s;
    -moz-transition: transform ease-in-out .25s;
    -o-transition: transform ease-in-out .25s;
    transition: transform ease-in-out .25s;
}    
.zyciomat_side .zyciomat_side-body {
  align-items: center;
  display: flex;
  flex: 1;
  text-align: center;
}
.zyciomat_side .zyciomat_side-body .prev-screen,
.zyciomat_side .zyciomat_side-body .next-screen {
  align-self: stretch;
  background: none;
  border: 0;
  margin-top: -185px;
  color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 24px;
  opacity: 1;
  outline: none;
  padding: 16px;
  transform: scale(1.6);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1000;
}
.zyciomat_side .zyciomat_side-body .prev-screen:hover, .zyciomat_side .zyciomat_side-body .prev-screen:active,
.zyciomat_side .zyciomat_side-body .next-screen:hover,
.zyciomat_side .zyciomat_side-body .next-screen:active {
  color: white;
  transform-origin: center;
  transform: scale(2.2);
}
.zyciomat_side .zyciomat_side-body .prev-screen:disabled,
.zyciomat_side .zyciomat_side-body .next-screen:disabled {
  opacity: 0;
}
.zyciomat_side .zyciomat_side-body .prev-screen {
  order: 1;
}
.zyciomat_side .zyciomat_side-body .next-screen {
  order: 3;
}
.zyciomat_side .zyciomat_side-body .screens {
  flex: 1;
  align-self: stretch;
  position: relative;
  margin: 0 -50px;
  padding: 0;
  order: 2;
}
.zyciomat_side .zyciomat_side-body .screens .screen {
  position: absolute;
  list-style-type: none;
}
.zyciomat_side .zyciomat_side-body .media {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 132px;
  height: 132px;
  margin: 32px auto;
  width: 132px;
}
.zyciomat_side .zyciomat_side-body h3 {
    font-size: 1.2rem;
    line-height: 1.1;
    letter-spacing: 0.15em;
    font-weight: 500;
}
.zyciomat_side .zyciomat_side-body p {
    line-height: 1.6em;
    font-size: .875rem;
    margin-top: 16px;
    padding-top: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
}
.zyciomat_side .zyciomat_side-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.zyciomat_side .zyciomat_side-pagination .dot {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  height: 8px;
  margin: 0 4px;
  transform: scale(0.75);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 8px;
}
.zyciomat_side .zyciomat_side-pagination .dot.active {
  background: white;
  transform: scale(1);
  transition-delay: 0.4s;
}

.zyciomat_side .zyciomat_side-footer {
    display: flex;
    flex: 0 0 auto;
    justify-content: space-around;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-image: linear-gradient(135deg,#f04d9e,var(--col_main),#667eea,#764ba2);
    background-size: 300% 100%;
}
.zyciomat_side .zyciomat_side-footer a {
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.zyciomat_side .zyciomat_side-footer a i {
    margin-right:10px;
}    
.zyciomat_side .zyciomat_side-footer button {
  height: 40px;
  border: 0;
  background: #5da3f2;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border-radius: 0;
  color: white;
  flex: 1;
  font-size: 12px;
  margin: 0;
  outline: 0;
  padding: 12px;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.zyciomat_side .zyciomat_side-footer button:hover {
  background: #6babf3;
}
.zyciomat_side .zyciomat_side-footer button:active {
  background: #5da3f2;
}
.zyciomat_side .zyciomat_side-footer button:disabled {
  cursor: pointer;
}
.zyciomat_side .zyciomat_side-footer button.finish {
  background: #3e94f5;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.zyciomat_side .zyciomat_side-footer button.finish:hover {
  background: #4d9cf6;
}
.zyciomat_side .zyciomat_side-footer button.finish:active {
  background: #3e94f5;
}
.zyciomat_side .zyciomat_side-footer button.finish.active {
  transform: scale(1, 1);
  opacity: 1;
}
.zyciomat_side .screens {
  margin: 0;
}
.zyciomat_side .screens .media .status-badge {
  left: 136px;
  opacity: 0;
  position: absolute;
  top: 104px;
  transform: scale(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 0.6s;
}
.zyciomat_side .screens .media .status-badge i {
  display: inline;
}
.zyciomat_side .screens .icon {
    position: absolute;
    opacity: 1;
    font-size: 5rem;
    width: 132px;    
    left: 50%;
    margin-left: -4rem;
    top: 60px;
    color: #fff;
}

.zyciomat_side .screens .screen {
  opacity: 0;
  position: absolute;
  transform: translateX(-72px);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.zyciomat_side .screens .screen.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 0.4s;
}
.zyciomat_side .screens .screen.active ~ .screen {
  opacity: 0;
  transform: translateX(72px);
}









.page-link {
    color: var(--col_txt);
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: var(--col_main);
    border-color: var(--col_main);
}
.tu_opisy h2 {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: var(--col_txt);
}
.tu_opisy ul li{
    color: var(--col_txt);
    padding-bottom: 5px;
}
.tu_opisy ul li a{
    padding:10px 0;
    display: block;
    text-decoration: underline;
}
.tu_opisy p {
    color: var(--col_txt);
    padding-bottom: 5px;
    margin-bottom: 0;
    line-height: 1;
}
.tu_opisy .col-12 {
    padding: 15px;
    margin: 8px auto;
    box-shadow: inset 0 0 0 1px var(--col_grey_light);
    border-radius: 6px;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.tu_opisy .col-12:hover {
    box-shadow: inset 0 0 0 1px var(--col_grey);
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.tu_opisy .col-12 .material-icons {
    font-size: 40px;
    color: var(--col_grey);
    padding: 15px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px var(--col_grey);
    text-align: center;
}






.box_aside {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
    border-radius: 10px;
    margin: 0;
    padding: 15px;
    background-color: white;
}
.box_aside .top {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 50%;
    padding-top: 35px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--col_grey_light);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.box_aside .top #info {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
    z-index: 3;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.box_aside .top #info:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  background-color: white;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.box_aside .top .profile, .box_aside .top .title, .box_aside .top .box_desc {
  margin: 5px;
}
.box_aside .top .profile {
    width: 80px;
    height: 80px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    z-index: 2;
    background: #fff;
    text-align: center;
    margin: auto auto;
}
.box_aside .top .profile img{
    width: 50px;
    margin-top: 20px;
    text-align: center;
}
.box_aside .top .title {
    color: var(--col_txt);
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    margin: 25px auto 15px auto;
}
.box_aside .top .box_desc {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    padding: 0 15px 0px 15px;
    text-align: center;
    color: var(--col_txt);
}
.box_aside .bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: center;
    height: auto;
    padding: 0;
    background-color: var(--col_grey_light);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.box_aside .bottom .nav_form {
    margin-top: 25px;
}
.box_aside .hover-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-image: linear-gradient(135deg,#667eea,#764ba2);
    background-size: 300% 100%;
    border-radius: 10px;
    opacity: 0;
    z-index: -1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.box_aside .hover-box .text {
    color: #fff !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    text-align: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.box_aside .hover-box .text h2 {
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    font-size: 1.4rem;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}



.info_zyciomat{
    color: var(--col_txt);
    line-height: 1.4;
    margin-top: 25px;
    padding: 0 15px 0 0;
    font-size: .925rem;
    text-align: justify;
}





.warn_info {
    color: #ffffff;
    background-color: #6c6cd0;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    margin: 20px auto 0 auto;
    padding: 25px 50px 25px 75px;
    width: 100%;
    display: none;
    position: relative;
}
.warn_info span {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 15px;
    font-size: 32px;
    color: #d6d6ff;
}
.warn_show {display:block;}

.error_show {
    box-shadow: 10px 10px 30px #cad0ca, -10px -10px 30px #ffffff !important;
    border-radius: 12px;
    padding: 1px 15px 15px 15px;
}
.error_show legend {
    margin: 25px 0 25px 0;
}

.error_show .form-zgody {
    padding: 15px 15px 25px 15px;
}
.text-center .form-zgody:last-child {
    border-bottom: none;
}

.img_dz {
    max-width: 800px;
    margin: 0 auto;
}

.kontakt .step_all {
    min-height: 270px;
}

.step_all span{
    color: var(--col_main);
    font-size: 3rem;
    margin-bottom: 15px;
}
.step_all p{
    color: var(--col_txt);
    line-height: 1.6;
    text-align: justify;
}
.kontakt .step_all h2 {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 5px 0;
}
.kontakt .step_all p{
    text-align: left;
}
.kontakt .step_all p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}



@media (max-width: 767px) { 

    .card_lead{
        position: relative;
        width: 100%;
        margin: 0;
        top: 55px;
        left: 0;
        max-width: 100%;
    }
    .main_slider {display:none;}
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -15px;
        padding: 0 25px;
        background-image: linear-gradient(135deg,#f04d9e,var(--col_main),#667eea,#764ba2);
        background-size: 300% 100%;
    }  
    .body_form section form {
        padding: 0 25px 35px 25px;
    }
}



.no_foot {display:none;}


.b_lp_list {
    counter-reset: number;
}
.b_lp_list_item {
    position: relative;
    padding: 1px 0 5px 48px;
}
.b_lp_list_item:before {
    content: '\2764';
    position: absolute;
    left: 0;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 0;
    margin-right: 0;
    margin-top: -9px;
    display: inline-block;
    top: auto;
    right: 20px;
    color: var(--col_main);
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    font-weight: 400;
    border-radius: 50%;
    box-shadow: 0 0 0 12px #fff;
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(87,87,87,.2), 0 2px 2px 0 rgba(87,87,87,.05), 0 3px 10px 0 rgba(87,87,87,.1);
    -webkit-box-shadow: 0 2px 20px 0 rgba(87,87,87,.2), 0 2px 2px 0 rgba(87,87,87,.05), 0 3px 10px 0 rgba(87,87,87,.1);
    -moz-box-shadow: 0 2px 20px 0 rgba(87,87,87,.2),0 2px 2px 0 rgba(87,87,87,.05),0 3px 10px 0 rgba(87,87,87,.1);
    z-index: 2;
}
.mrg_go_l{
    margin: 5px 0 40px 0 !important;
}
.b_lp_list>li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 20px;
    display: inline-block;
    width: 1px;
    background-color: #ebebeb;
    border-radius: 3px;
}
.b_lp_list h2 {
    position: relative;
    width: 100%;
    margin: 15px auto 10px auto;
    font-size: .925em;
    font-weight: 500;
    line-height: 1.1;
    max-width: max-content;
    text-transform: none;
    background-image: linear-gradient(135deg,#f04d9e,var(--col_main),#667eea,#764ba2);
    background-size: 300% 100%;
    color: #fff;
    padding: 10px 25px 10px 35px;
    letter-spacing: .5px;
    margin-top: -8px !important;
    margin-left: -32px !important;
    -webkit-border-radius: 20px 6px 6px 20px;
    -moz-border-radius: 20px 6px 6px 20px;
    border-radius: 20px 6px 6px 20px;
}
.b_lp_list p {
    position: relative;
    width: 100%;
    margin: 15px auto 10px auto;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    text-transform: none;
    background: #fff;
    padding: 10px 15px 15px 15px;
    border-radius: 8px;
    letter-spacing: .5px !important;
}



.txt_inf_z {
    position: relative;
    padding: 15px 25px;
    background-image: linear-gradient(135deg,#E4EBEC, #FFFFFF);
    background-size: 200% 100%;
    border-radius: 8px;
}
.txt_inf_z:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: url(../img/heart_bg.svg) no-repeat center center;
    background-size: 150px;
    transform: rotate(-45deg);
}
.txt_inf_z h2 {
    font-size: 1.4em;
    font-weight: 500;
    color: var(--col_txt);
    width: 100%;
    margin:0 0 25px 0;
    text-align: left;
    position: relative;
}
.txt_inf_z ul li {
    font-size: 1.1rem;
    padding: 0 0 10px 0;
    list-style-type: circle;
    margin-left: 25px;
}
@media (max-width: 992px) { 
    .txt_inf_z:after {display: none;}
}
.txt_inf_z2 {
    position: relative;
    padding: 15px;
    background-image: linear-gradient(135deg,#edf4f5, #FFFFFF);
    background-size: 200% 100%;
    line-height: 1.5;
    font-size: .925rem;
    margin-top: -2em;
    margin-bottom: 3em;
    border-radius: 8px;
    z-index: 0;
}
.bor_none {
    border-bottom: none !important;
}









.screen_of {
    max-width: 380px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    display: block;
    min-height: 420px;
    border-radius: 12px;
    overflow: hidden;
}
.screen_of:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:5px;
    background: var(--col_main);
}
.of_zy {
    position: relative;
    width: 100%;
    display: flex;
    height: 150px;
    justify-content: center;
    padding-top: ;
}
.screen_of h3{
    text-align: center;
    font-family: 'Caveat', cursive;
    font-size: 3rem;
    font-weight: 700;
    color: var(--col_txt);
}
.screen_of p {
    position: relative;
    width: 100%;
    margin: 15px auto 10px auto;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.5;
    padding: 10px 15px 15px 15px;
    border-radius: 8px;
    letter-spacing: .5px !important;
    text-align: center;
}


.heart {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--col_main);
    height: 40px;
    width: 40px;
    transform: rotate(-45deg);
    animation-name: beat;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }
  .heart:after {
    background-color: var(--col_main);
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0px;
    left: 20px;
  }
  .heart:before {
    background-color: var(--col_main);
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -20px;
    left: 0px;
  }
  @keyframes beat {
    0% {
      transform: scale(1) rotate(-45deg);
    }
    50% {
      transform: scale(0.8) rotate(-45deg);
    }
  } 


.load_oferta {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.load_of{
    display: block;
    width: 100%;
    background: var(--col_grey_light);
}
.load_oferta_z{
	position: relative;
	width: 100%;
	height: 32px;
    
	top: 45%;
	top: -webkit-calc(50% - 16px);
	top: calc(50% - 16px);
	left: 0;

	background-color: var(--col_grey_light);
}

.load_oferta_z:before{
	content: "";
	position: absolute;
	background-color: var(--col_grey);
	top: 0px;
	left: 0px;
	height: 32px;
	width: 0px;
	z-index: 0;
	opacity: 1;
	-webkit-transform-origin:  100% 0%;
			transform-origin:  100% 0% ;
	-webkit-animation: load_oferta_z 6s ease-in-out infinite;
			animation: load_oferta_z 6s ease-in-out infinite;
}

.load_oferta_z:after {
    content: "ładowanie oferty ...";
    color: var(--col_txt);
    letter-spacing: 1px;
    font-weight: 200;
    font-size: 16px;
    position: absolute;
    width: 100%;
    height: 32px;
    line-height: 32px;
    left: 0;
    top: 0;
    text-align: center;
}

@-webkit-keyframes load_oferta_z{
    0%{width: 0px;}
    70%{width: 100%; opacity: 1;}
    90%{opacity: 0; width: 100%;}
    100%{opacity: 0;width: 0px;}
}

@keyframes load_oferta_z{
    0%{width: 0px;}
    70%{width: 100%; opacity: 1;}
    90%{opacity: 0; width: 100%;}
    100%{opacity: 0;width: 0px;}
}



.ubezp_bpl {
    padding: 15px;
    max-width: 80%;
    margin: 15px auto 25px auto;
    display: block;
}








ul.pokaz_ubezpieczenia {
    margin: 0;
    padding: 0;
    list-style: none;
/*    counter-reset: zyciomat-counter;*/
    margin-bottom: 35px;
    display: inline-block;
}
ul.pokaz_ubezpieczenia > li.box_ubezpieczenie {
	background: #fff;
	border: 1px solid #d7e2e9;
	-webkit-border-radius: 0.4rem;
	-moz-border-radius: 0.4rem;
	border-radius: 0.4rem;
	padding: 1.5rem 2rem;
	margin-bottom: 1rem;
	float: left;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
/*    counter-increment: zyciomat-counter;*/
    position: relative;
    box-shadow: 8px 8px 16px #cad0ca;
}
/*
ul.pokaz_ubezpieczenia > li.box_ubezpieczenie:before {
    content: "0" counter(zyciomat-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    padding: 8px 15px 8px 8px;
    color: #fff;
    background: var(--col_main);
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomright: 50px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 50px;
}
*/
ul.pokaz_ubezpieczenia > li.box_ubezpieczenie:hover {
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.b_bottom_oferta {
/*    border-bottom: 1px solid var(--col_grey);*/
    padding-bottom: 15px;
    float: left;
    width: calc(100% + 25px);
}
.ubezp_title_ {
    font-size: 1.1rem;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 500;
}
.ubezp_title_ img {
    max-width: 272px;
}
.zakres_ubezp_ {
    float: left;
    display: block;
    padding: 15px 0 0 0;
    list-style-type: disclosure-closed;
}
.zakres_ubezp_ h5 {
    font-weight: 500;
    margin-bottom: 5px;
}
.zakres_ubezp_ > li {
    line-height: 1.5;
    margin-left: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    border-bottom: 1px solid var(--col_grey);
    width: max-content;
    background: #f9f9f9;
    padding: 6px 12px;
    width: calc(100% - 35px);
    margin-bottom: 8px;
    border-radius: 4px;
    font-weight: 500;
}
.zakres_ubezp_ li span {
    font-weight: 400;
}
.zakres_ubezp_ li span span {
    color: var(--col_txt);
}
.zakres_ubezp_ li span b {
    color: var(--col_main_2);
    font-weight: 500;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid var(--col_txt);
}
.zakres_ubezp_ li span b:last-child {
    border: none;
}
.zakres_ubezp_ .less, .zakres_ubezp_ .more {
    display: inline-block;
    border-radius: 8px;
    background: #1abc9c !important;
    border: 2px solid #1abc9c;
    color: #fff !important;
    height: auto;
    line-height: 1;
    padding: 8px 15px;
    margin-top: 0;
    cursor: pointer;
    width: auto;
    text-align: left;
    letter-spacing: .5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.zakres_ubezp_ .less:hover,
.zakres_ubezp_ .more:hover {
    background: var(--col_main_2);
    color: #fff;
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
/*
.cena_ubezp_ {
    color: var(--col_main);
    font-weight: 500;
    font-size: 1.525rem;
    margin-top: 0;
    padding: 10px 20px;
    transform: translateY(0px);
    border: 1px solid var(--col_main);
    background-position: 300% 100%;
    width: max-content;
    border-radius: 50px;
    box-shadow: 4px 4px 8px #cad0ca, -10px -10px 10px #ffffff !important;
}
*/
.cena_ubezp_ {
    color: #fff;
    font-weight: 500;
    font-size: 1.525rem;
    margin-top: 0;
    padding: 10px 20px;
    transform: translateY(0px);
    background: #31ce55;
    width: max-content;
    border-radius: 6px;
}
.cena_ubezp_ span {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 400;
}
.box_ubezpieczenie .btn {
    margin-top: 5px;
    border-radius: 6px;
    font-size: 1rem;
}
.btn-apply {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0.6rem 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    width: auto !important;
}

.btn-apply:hover {
	color:  #fff;
}



.box_agent {
    border: 1px solid var(--col_accent);
    line-height: 1.6;
    box-shadow: 0 13px 26px -9px rgb(60 31 164 / 25%);
    border: 4px solid rgb(60 31 164 / 50%) !important;
}
.box_agent .agent_info_all {
    margin-top: 25px;
    
}
.box_agent .agent_info_all .agent_info {
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
    float: left;
}

.box_agent .agent_info_all .agent_nazwa {
    float: left;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.box_agent .agent_info_all .agent_tel {
    float: left;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.box_agent .agent_desc {
}
.box_agent .agent_desc h2 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 15px;
}
.box_agent .agent_desc h4 {
    font-size: 1.125rem;
    color: rgb(60 31 164 / 100%);
    margin-bottom: 10px;
}
.box_agent .agent_desc p {
    line-height: 1.5;
    font-size: 1rem;
}
.body_form section .box_agent .agent_call form {
    background: #f9f9f9;
    padding: 25px !important;
    border-radius: 6px;
    margin-bottom: 15px;
}
.box_agent .agent_call input {
    height: 64px;
}
.box_agent .agent_call .btn {
    background-position: 100% 0;
}
.box_agent .agent_call .btn:hover {
    box-shadow: 0 13px 26px -9px rgb(60 31 164 / 70%);
    transform: translateY(3px);
    background-position: 100% 300%;
}
.box_agent .agent_call p {
    text-align: center;
    font-size: .875rem;
}

.number_taken {
    width: 100%;
    height: 100%;
    display: table;
}

.number_taken div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    box-shadow: 0 13px 26px -9px rgb(60 31 164 / 70%);
    transform: translateY(3px);
    background-image: linear-gradient(135deg,#f04d9e,var(--col_main),#667eea,#764ba2);
    background-size: 300% 100%;
    background-position: 100% 0;
    border-radius: 6px;
}


.zyciomat_textfield--float-label .zyciomat_icon.no_check_o:after {
    display: none;
}
.info_tel_p {
    box-shadow: 8px 8px 16px #cad0ca;
    border: 2px solid rgb(60 31 164 / 50%) !important;
    background: #fff;
}
.info_tel_p:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 42px;
    width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgb(60 31 164 / 50%);
}

.zyciomat_textfield .button_nr_potw {
    position: absolute;
    top: 6px;
    right: 6px;
    width: auto;
    height: calc(100% - 12px);
    line-height: 56px;
    border: none;
    border-radius: 8px;
    padding: 0 15px;
    color: #fff;
    background: #fd4974;
    cursor: pointer;
}
.zyciomat_textfield .button_nr_potw.potw_ok {
    background: #31ce55;
}
.sms_pin_tel {
    display: none;
}
.show_sms_pin {
    display: block;
}

.error_pin {
    position: absolute;
    top: 6px;
    right: 6px;
    width: auto;
    height: calc(100% - 12px);
    line-height: 56px;
    border: none;
    border-radius: 8px;
    padding: 0 15px;
    color: var(--col_main);
    background: transparent;
    font-weight: 500;
}
.pod_label {
    padding-left: 0;
}
.life_font .form-zgody label {
    font-size: 1.075rem;
}
.life_font .pod_label .form-zgody label {
    font-size: 1.075rem;
}
.life_font p {
    font-size: 1.075rem;
}
.for_4life_zgoda {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.disp_n {display: none !important;}

.btn_disabled_z {
    opacity: .3;
    cursor: not-allowed !important;
    pointer-events: none;
}
.tak_nie_max420 {
    max-width: 420px;
}
.tak_nie_max420 label {
    font-weight: 500;
    font-size: 1.1rem;
}

.info_renta {
    box-shadow: 8px 8px 16px #cad0ca;
    border: 2px solid rgb(253 73 116) !important;
    background: #fff;
}
.info_renta:after {
    content: '';
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgb(253 73 116);
}
.new_renta span {
    position: absolute;
    top: 5px;
    left: 0;
    background: var(--col_main);
    padding: 2px 5px;
    color: #fff;
    font-size: .825rem;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.new_renta span.top_more {
    top: 25px;
}
.agent_h_ico {
    margin-right: 0;
    min-width: 89px;
    height: 100%;
	z-index: 1;
}
.agent_h_ico img {
    width: 64px;
}

.box_agent .agent_desc_2 {
    background: #fff;
    padding: 15px 25px;
    position: relative;
    border-radius: 8px;
    box-shadow: 8px 8px 64px #e3e3e3;
}

.img_container_oferta .img_cont {
	position: relative;
}
.img_container_oferta .img_cont:after {
    content: '';
    position: absolute;
    top: 18px;
    left: 75px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #fff;
    z-index: 1;
}

ul.pokaz_ubezpieczenia.pokaz_ubezpieczenia_2  > li.box_ubezpieczenie {
    padding: 15px 0;
    background: transparent;
    border: none !important;
    box-shadow: none;
}
.box_ubezpieczenie.box_agent .zakres_ubezp_ {
    padding: 0;
}
.box_ubezpieczenie.box_agent .content {
    padding-top: 10px;
}

.box_ubezpieczenie.box_agent hr {
	margin: 10px 0;
	border-top: 1px solid #ddd;
}
.b_bottom_oferta {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f4f4f4",GradientType=1);
    padding: 25px 0 5px 0;
}
.box_ubezpieczenie.box_agent .zakres_ubezp_ > li {
	list-style-type: none;
    width: 100%;
	margin-left: 0; 
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f4f4f4",GradientType=1);
}
.agent_desc_2 h2 {
    font-weight: 500;
    font-size: 1.2rem;
    margin-top: 5px;
}
.agent_desc_2 h4 a {
    font-weight: 500;
    color: #1abc9c;
    font-size: 1.2rem;
}
.agent_desc_2 .zyciomat_checkbox {
    width: calc(50% - 10px);
    height: auto;
    border: 2px solid #1abc9c;
    border-radius: 8px;
    padding: 0;
    margin-top: 15px;
}
.agent_desc_2 .zyciomat_checkbox label {
    padding: 10px;
}

.col_2sc{
    float: left !important;
    margin: 15px 0;
}
.bpl_agent_ {
	font-weight: 700;
}
.box_ubezpieczenie.box_agent .cena_ubezp_,
.box_ubezpieczenie.box_agent .cena_ubezp_ a {
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    margin-top: 0;
    padding: 2px 20px;
    transform: translateY(0px);
    width: max-content;
    border-radius: 6px;
    color: #1abc9c;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: underline;
}
.box_ubezpieczenie.box_agent .cena_ubezp_ span,
.box_ubezpieczenie.box_agent .cena_ubezp_ a span {
    color: #3b545e;
    font-size: 1.1rem;
    font-weight: 400;
}
.agent_desc_2 .flex_own_z {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 15px 5px 15px;
    border: 3px solid #fff;
    border-radius: 8px;
}
.box_ubezpieczenie.box_agent .zakres_ubezp_ > li.more:hover{
	color: #f74b7c;
}

.box_ubezpieczenie.box_agent .btn {
    background: #fff;
    color: var(--col_main) !important;
    border: 2px solid var(--col_main);
	box-shadow: 0 17px 26px -9px rgb(126 126 126 / 40%);
}
.box_ubezpieczenie.box_agent label:hover {
	box-shadow: none;
	color: #1abc9c;
}
.agent_desc_2 ul {
	margin: 8px 0;	
}
.agent_desc_2 ul li {
    padding-left: 5px;
    list-style-type: circle;
    margin-left: 20px;
}
.a_box_z {
    display: inline-block;
    width: auto;
    box-shadow: 0 17px 26px -9px rgb(126 126 126 / 40%);
    padding: 10px 25px 15px 25px;
    border-radius: 8px;
    border: 2px solid #1abc9c;
    margin-top: 10px;
    margin-bottom: 8px;
    text-align: center;
}

@media (max-width: 767px) {
	.box_ubezpieczenie .content {
		width: 100%;
	}
    .btn-apply {
        float: left !important;
    }
    .zakres_ubezp_ li span {
        display: block;
    }
    .zakres_ubezp_ li span b {border: none;}
    .oferty_zycie .main_txt {margin: 15px 0;}
	.agent_h_ico {display: none;}
	.agent_desc_2 .zyciomat_checkbox {width: 100%;}
	.a_box_z {width: 100%;}
}

.zakres_ubezp_ h5 b {
    font-size: 1.1rem;
    font-weight: 700;
}

.oferty_zycie .small-title {
    color: #252525;
}
.oferty_zycie .agent_desc_2 h4 a {
    color: #C21B17;
}
.oferty_zycie .box_ubezpieczenie.box_agent .cena_ubezp_,
.oferty_zycie .box_ubezpieczenie.box_agent .cena_ubezp_ a {
    color: #C21B17;
}
.oferty_zycie .zakres_ubezp_ li span b {
    color: #C21B17;
}
.oferty_zycie .box_ubezpieczenie.box_agent .btn {
    color: #C21B17 !important;
    border: 2px solid #C21B17;
}
.oferty_zycie .zakres_ubezp_ .less, .zakres_ubezp_ .more {
    background: #C21B17 !important;
    border: 2px solid #C21B17;
}
.oferty_zycie .agent_desc_2 .zyciomat_checkbox {
    border: 2px solid #C21B17;
}
.oferty_zycie .box_ubezpieczenie.box_agent label:hover {
    color: #C21B17;
}
.oferty_zycie .a_box_z {
    border: 2px solid #C21B17;
}
.d_n {
  display: none
}