/* RESET */
body, html{
    margin:0;
    padding: 0;
}
*{
    box-sizing: border-box;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
/* end RESET */



/* ELEMENTS */
body{
	font-family: "Lato", Lato, Sans-serif;
	background: #f3f3f3;
	color: #000;
}
.clearfix{
    clear: both;
}
/* buttons */
.btn{
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 6px;
	border: 0;
	cursor: pointer;
}
.btn-lg{
	padding: 22px 52px;
	font-size: 16px;
}
.btn-rose{
	color: #fff;
	background: #f21559;
}
.btn-rose:hover{}
.h2{
    font-size: 58px;
    font-weight: 900;
	margin-bottom: 20px;
}
.h3{
	font-size: 35px;
    font-weight: 900;
	margin-bottom: 20px;
}
.line{
	margin: auto;
	margin-bottom: 35px;
	margin-top:15px;
	text-align: center;
	height: 5px;
	width: 96px;
	background: #3fb1ff;
	display: block;
} 
p{
	font-weight: 300;
	font-size: 21px;
}
strong{ 
	font-weight: bold;
}
i[class^="icon"]{
	height: 34px;
	width:34px;
	display: inline-block;
	background-position: 50% 50%;
	background-size: contain;
}
.icon-mod-1{background-image: url("../img/icon-mod1.png");}
.icon-mod-2{background-image: url("../img/icon-mod2.png");}
.icon-mod-3{background-image: url("../img/icon-mod3.png");}
.icon-mod-4{background-image: url("../img/icon-mod4.png");}
.icon-mod-5{background-image: url("../img/icon-mod5.png");}
.icon-mod-6{background-image: url("../img/icon-mod6.png");}
.icon-key{background-image: url("../img/icon-key.png");}
.icon-mail{background-image: url("../img/icon-mail.png");}
.icon-user{background-image: url("../img/icon-doc.png");}
i.icon-arrow{
	background-image: url("../img/icon-arrow-right-long.png");
	height: 22px;
    width: 30px;
}
.fake-check{
	padding: 2px 5px;
    width: auto;
    display: inline;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 0 rgba(0,0,0,0.05);
    cursor: pointer;
    position: absolute;
    z-index: 10;
    height: 20px;
    width: 20px;
}
.active .fake-check{
	background: #0098ff;
	background-image: url("../img/icon-check.png");
	background-position: 50% 50%;
}
/* end ELEMENTS */



/* GRID */

/* end GRID */




/* SECTION - MODULES */
.section-top
{
	max-width: 780px;
	margin: auto;
	text-align:center;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
}
/* end SECTIONS */


/* SECTION - MODULES */
.section-modules{
	position: relative;
}
.section-modules .image-bck
{
	background-image: url("../img/zebranie.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}
.section-modules .col {
	  flex: 1;
	  padding: 30px;
	}
	.wykres{
		text-align: center;
	}
@media screen and (min-width: 800px) {
	.section-modules{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
	}
	.section-modules .col {
	  flex: 1;
	  padding: 30px 40px;
	  width:50%;
	}
	.section-modules .col:nth-child(1) { 
	  -webkit-order: 0; 
		  -ms-flex-order: 0; 
			  order: 0;
	}
	.section-modules .col:nth-child(2) { 
	  -webkit-order: 1;
		  -ms-flex-order: 1;
			  order: 1;
	}
		.wykres{
		
		right: 0;
		bottom:0;
	}

}
@media screen and (min-width: 1000px) {
	.section-modules .col {
	  flex: 1;
	  padding: 60px 90px;
	}

}
@media screen and (min-width: 1300px) {
	.section-modules .col {
	  flex: 1;
	  padding: 120px 180px;
	}
	.wykres img{
	   /* position: absolute;
		    top: 25%;
		left: calc(50% - 175px);*/
	}
	
}
.wykres img{
	position: absolute;
    left: calc(50% - 179px);
    top: calc(50% - 191px);
}
.wykres .elementy{
	     position: absolute;
    top: calc(50% - 80px);
    left: 50%;
	width: 1px;
	        height: 1px; 
}
.wykres .elementy .single{
	width:148px;
	height: 168px;
	background-position:50% 50%;
	background-size: cover;
	position: absolute;
}
.wykres .elementy .single, .wykres .elementy .single.active{
	transition: 0.5s; 
}
.wykres .elementy .single.el2, .wykres .elementy .single.el5{
	width: 158px;
}
.wykres .elementy .single.el1{
	bottom:0;
	left: 0;
}
.wykres .elementy .single.el2{
	left: -2px;
    bottom: -83px;
}
.wykres .elementy .single.el3{
	left: 0;
	top: 0;
}
.wykres .elementy .single.el4{
	right: 0;
	top: 0;
}
.wykres .elementy .single.el5{
    right: -1px;
    bottom: -83px;
}
.wykres .elementy .single.el5.active{
	
}
.wykres .elementy .single.el6{
	right: 0;
	bottom: 0;
	
}


.wykres .elementy .single.el1{background-image: url('../img/wykres/1.png'); }
.wykres .elementy .single.el1.active{background-image: url('../img/wykres/1a.png');}
.wykres .elementy .single.el2{background-image: url('../img/wykres/2.png');}
.wykres .elementy .single.el2.active{background-image: url('../img/wykres/2a.png');}
.wykres .elementy .single.el3{background-image: url('../img/wykres/3.png');}
.wykres .elementy .single.el3.active{background-image: url('../img/wykres/3a.png');}
.wykres .elementy .single.el4{background-image: url('../img/wykres/4.png');}
.wykres .elementy .single.el4.active{background-image: url('../img/wykres/4a.png');}
.wykres .elementy .single.el5{background-image: url('../img/wykres/5.png');}
.wykres .elementy .single.el5.active{background-image: url('../img/wykres/5a.png');}
.wykres .elementy .single.el6{background-image: url('../img/wykres/6.png');}
.wykres .elementy .single.el6.active{background-image: url('../img/wykres/6a.png');}



	
.section-modules ul{
	padding-left: 0;
}
.section-modules ul li{
	list-style: none;
	font-size: 21px;
	font-weight: lighter;
	margin-bottom: 30px;
	margin-top: 25px;
	position: relative;
}
.section-modules i[class^="icon"]{
	position: absolute;
	top: -5px;
	left: 30px;
}
.section-modules li span{
	color: #aaaaaa;
	line-height: 150%;
}
.section-modules .checkbox input[type="checkbox"]{
    margin-right: 50px;
}
.checkbox input[type="checkbox"]{
    margin-right: 10px;
    margin-top: 0;
    height: 20px;
    margin-bottom: 0;
    width: 20px;
    opacity: 0;
}
.section-modules li.active span{
	color: #000000;
}
p.small, label.small{
	color: #aaaaaa;
	font-size: 13px;
}
.small a{
	color: #0098ff;
}
.checkbox{
	display: inline-block;
}
.section-modules .image-bck .content .h3{
	font-size: 58px;
	font-weight: lighter;
}
.section-modules .image-bck .content p{
	font-weight: 900;
}
.section-modules .image-bck .content .price{
	font-size: 35px;
}
.section-modules .image-bck .content .price-time{
	font-size: 21px;
}
/* end SECTIONS */


/* SECTION - FORM */
.section-form{
	background: #eeeeee;
	overflow: hidden;
	padding-top: 35px;
	padding-bottom: 90px;
	padding-left: 30px;
	padding-right: 30px;
}
.form-contact{
	max-width: 550px;
	margin: auto;
	text-align: center;
}
form .el{
	margin-bottom: 20px;
    position: relative;
}
form .el i[class^="icon"]{
	position: absolute;
	top: 37px;
    left: 20px; 
}
label{
	    color: #000000;
    font-size: 13px;
    font-weight: 400;
	    margin-bottom: .5rem;
	    display: inline-block;
		width: 100%;
		text-align: left;
}
form .el i.icon-arrow{
    top: 18px;
    left: unset;
    bottom: 0;
     right: 52px;
    background-repeat: no-repeat;
}
.el-check label{
	width: auto;
	text-align: left;
}
.el-check{
	    text-align: left;
}
.form-contact .btn{
	position: relative;
	padding-right: 100px;
	margin-top: 50px;
}
input[type=text], input[type=password],input[type=email]{
	    display: inline;
    background: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    box-shadow: 0 4px 0 rgba(0,0,0,0.05);
    height: 52px;
    font-size: 18px;
    line-height: 32px;
    color: #aaa;
    font-weight: 400;
    padding-left: 4em;
    vertical-align: top;
    width: 100%;
	
	color: #aaaaaa;
	font-weight: 300;
	font-family: "Lato", Lato, Sans-serif;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #aaaaaa;
	font-weight: 300;
	font-family: "Lato", Lato, Sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #aaaaaa;
	font-weight: 300;
	font-family: "Lato", Lato, Sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #aaaaaa;
	font-weight: 300;	
	font-family: "Lato", Lato, Sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
	color: #aaaaaa;
	font-weight: 300;
	font-family: "Lato", Lato, Sans-serif;
}
/* end SECTION */

.base .fake-check {
	cursor: default !important;
}

.discount {
	color: rgb(204, 0, 0);
	text-decoration: line-through;
	display: block;
}

.section-modules li > i,.section-modules  li > span {
	/*cursor: pointer;*/
}

.progress-bar-big {
	height: 413px;
}
.progress-bar-big.prog1 {
	background: url("../img/prog1.png") no-repeat top center;
}
.progress-bar-big.prog2 {
	background: url("../img/prog2.png") no-repeat top center;
}
.error {
	color: rgb(204, 0, 0);
}



/* NEW MENU */
header{
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.02), 0 3px 20px 0 rgba(0, 0, 0, 0.01), 0 8px 10px -5px rgba(0, 0, 0, 0.01);
}
header .ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target{
	font-weight: 700;
}
header li, span.ubermenu-target-title.ubermenu-target-text{
	cursor: pointer;
	letter-spacing: 1px;
}
.ubermenu-skin-clean-white .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-skin-clean-white .ubermenu-item-level-0.ubermenu-active > .ubermenu-target{
	background: none!important;
	background-color: none;
	color: #0686d8!important;
}
header .ubermenu-submenu{
	background: #ffffff!important;
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.02), 0 3px 20px 0 rgba(0, 0, 0, 0.11), 0 8px 10px -5px rgba(0, 0, 0, 0.01)!important;
	border: 0!important;
}
header .ubermenu-submenu a span{
	text-transform: uppercase;
	font-size: 12px!important;
}
header .ubermenu-submenu a{
	text-align: center!important;
}
.ubermenu-transition-none .ubermenu-item .ubermenu-submenu-drop{
	top: 67px!important;
}
.ubermenu-transition-none .ubermenu-item .ubermenu-submenu-drop li{
	border-bottom: 1px solid #f5f5f5!important;
}
.ubermenu-transition-none .ubermenu-item .ubermenu-submenu-drop li:last-of-type{
	border-bottom: none!important;
}

.ubermenu-transition-none .ubermenu-item .ubermenu-submenu-drop li
{
	letter-spacing: 2px!important;
	font-weight: 300!important;
}
.elementor-5 .elementor-element.elementor-element-4m7awmj > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(:last-child) {
	margin-bottom: 75px!important;
}

.ubermenu-skin-clean-white .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-skin-clean-white .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-clean-white .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target, .ubermenu-skin-clean-white .ubermenu-submenu .ubermenu-current-menu-item > .ubermenu-target {
	color: #0098ff!important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after, .ubermenu .ubermenu-target-text{
	font-weight: 900!important;
}
.ubermenu-submenu .ubermenu-target-text{
	font-weight: 400!important;
}
.ubermenu-skin-clean-white .ubermenu-item-level-0 > .ubermenu-target{
	color: #000!important;

}
.ubermenu-skin-clean-white .ubermenu-submenu, .ubermenu-skin-clean-white .ubermenu-submenu .ubermenu-target {
	color: #000!important;
}
.ubermenu-submenu
{
	-webkit-box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.75)!important;
	-moz-box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.75)!important;
	box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.75)!important;
}

