
@import url('https://fonts.googleapis.com/css?family=Roboto:400');

/* ==========================================================================
   Author's custom styles


   zielony od payu #75a918 
   ========================================================================== */
body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px; 
	overflow-x: hidden;
	background-color: #fff;	
}
.main{
	max-width: 1920px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}
hr{
	margin-top: 5px;
	color: #ebebeb;
}

.bg_hero{
	margin-left: 15px;
	margin-right: 15px;
	background-position: center center;
	background-image: url(../img/hero.png);
	background-repeat: no-repeat;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.hero{
	padding-top: 100px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.par1{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
}
.par2{
	font-size: 16px;
	color: #c9ced2;
	padding-bottom: 2px;
}
.arrow{
	padding-top: 50px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.payu-ikony{
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 50px;
}
.nag1{
	padding-top: 100px;
	font-size: 24px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 20px;
}
.nag2{
	color: #797f84;
	font-size: 16px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.color{
	color: #75a918;
}
.tyt{
	padding-top: 50px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 24px;
}
.jdbg{
	background-color: #f2f7f9;
}
.jdbg1{
	background-color: #f7fafb;
}
.container ul {
  margin: 0;
  margin-top: 100px;
  list-style: none;
  position: relative;
  padding: 1px 100px;
  color: #797f84;
  font-size: 16px;
}
.container ul:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  border-left: 2px solid #75a918 ;
}
.container ul li {
  position: relative;
  margin-left: 30px;
}
.container ul li:not(:first-child) {
  margin-top: 60px;
}
.container ul li > span {
  width: 2px;
  height: 100%;
  background: #75a918;
  left: -30px;
  top: 0;
  position: absolute;
}
.container ul li > span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #75a918 ;
  position: absolute;
  background: #75a918 ;
  left: -3px;
  top: 25px;
}
.container ul li span:after {
  top: 100%;
}
.container ul li > div {
  margin-left: 10px;
}
.container div .title{
  padding-top: 8px;
  font-weight: 300;
  font-size: 16px;
}
.container div .info {
  font-weight: 300;
}
.container span.number {
  height: 100%;
}
.container span.number span {
  position: absolute;
  font-size: 10px;
  left: -35px;
  font-weight: bold;
}
.container span.number span:first-child {
  top: 0;
}
.container span.number span:last-child {
  top: 100%;
}
.btn-more{
	background-color: #fff;
	color:#004b8d;
	text-align: center;
	padding: 10px;
	padding-right: 25px;
	padding-left: 25px;
	border-radius: 25px;
	font-size: 16px;
	font-weight: bold;
	-webkit-box-shadow: 4px 7px 29px -1px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 7px 29px -1px rgba(0,0,0,0.1);
	box-shadow: 4px 7px 29px -1px rgba(0,0,0,0.1);
	transition-duration: 0.5s;
}
.btn-more:hover{
	color: #fff;
	background-color: #004b8d;
}
.fot{
	padding: 14px;
}
.more{
	padding: 125px;
	text-align: center;
}
.bg_place{
	margin-top: 70px;
	margin-left: 15px;
	margin-right: 15px;
	background-position: center center;
	background-image: url(../img/bg_place.png);
	background-repeat: no-repeat;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.par3{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	padding-top: 10px;
}
.par4{
	font-size: 16px;
	color: #c9ced2;
	padding-bottom: 70px;
}
.par5{
	margin-top: 20px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;

}
.par6{
	font-size: 16px;
	color: #797f84;
	font-family: 'Roboto', sans-serif;
}
.sym{
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.splaty{
	text-align: center;
	
	margin-top: 50px;
}
.symul{
	border-radius: 5px;
	box-shadow: 0px 13px 27px 0px rgba(0, 0, 0, 0.1);
}
.symtyt{
	background-color:#004b8d;
	color: #fff;
	font-weight: bold;
	font-size:16px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.shape_img{
	margin-right: 15px;
	padding-bottom: 10px;
}
.odst{
	padding-bottom: 30px;
}
.ods{
	padding-top: 40px;
}
.cent{
	text-align: center;
}
.custom-wrapper {
	display: inline-block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.custom-wrapper img {
	position: relative;
	z-index: 99; 
}
.custom-wrapper:hover .custom-overlay {
	opacity: 1;
}
.custom-overlay {
	position: absolute;
	z-index: 100;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(91, 139, 181, 0.9);
	opacity: 0;
	transition-duration: .5s;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.panel-group{
	margin: 0 auto;
	max-width: 50%;
	padding-bottom: 70px;
}
.panel-default{
	border: none;
}
.panel-default>.panel-heading{
	background-color: transparent;
	background-image: none;
}
.panel-title a{
	text-decoration: none;
	color:#000;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	transition-duration: .5s;
}
.panel-title a:hover{
	color: #75a918;
}
.bg_raty{
	margin-top: 70px;
	margin-left: 15px;
	margin-right: 15px;
	background-position: center center;
	background-image: url(../img/bg_raty.png);
	background-repeat: no-repeat;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
@media (max-width: 992px) {
	.title{
		font-size: 14px;
	}
	.container ul{
		padding: 1px 45px;
	}
}
@media (max-width: 768px) {
	.centre{
		text-align: center;
		margin: 0 auto;
	}
	.panel-group{
		max-width: 65%;
	}
	.fot{
		padding: 0px;
	}
}
@media(max-width: 1200px){
	.container ul{
		padding: 1px 45px;
	}
}
@media(max-width: 498px){
	.arrow{
		padding-top: 0px;
	}
	.par1{
		font-size: 25px;
	}
	.par2{
		font-size: 14px;
	}
	.container ul{
		padding: 0px;
	}
	.par3{
		font-size: 24px;
	}
	.par4{
		font-size: 14px;
	}
	.panel-group{
		max-width: 85%;
	}
	.more{
		padding: 50px;
	}

}