.spacing {
	padding-bottom: 100px;
}
.btn.btn-default {
    background: #fff;
    width: 500px;
    max-width: 100%;
    border: 1px solid #7FC241;
    padding: 12px 50px;
    border-radius: 2rem;
    outline: 5px solid #fff !important;
    color: #7FC241;
    font-size: 26px;
}
#kroki {
	font-size: 26px;	
}
.fsz36 {
	font-size: 36px;
}
.step0 {
	text-align: right;
    line-height: 20px;
}
.step0-1:before {
	content: url('../../img/frontend/step0.png');
    position: absolute;
    left: -28px;
    top: -6px;
}
.green {
	color: #7FC241;
}
.step4 {
    padding-bottom: 30px;
    margin-top: -20px;
}
.btn-popup {
	box-shadow: 0px 20px 35px #00000029;
	border-radius: 35px;
	background: #fff;
	padding: 5px 25px 5px 5px;
	font-size: 26px;
}
.btn-popup .icon {
    background: #7FC241;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 52px;
}
#step4 {
    padding-left: 90px;
	padding-bottom: 120px;
    margin-top: -10px;
    position: relative;
    left: 30px;
}
#step4:before {
	content: url('../../img/frontend/step4.png');
    position: absolute;
    left: -28px;
    top: -6px;
}
.modal-content {
    border-radius: 30px;
}
.modal-body {
	color: #000;
	padding-bottom: 30px;
}
.modal-body h3 {
	margin-bottom: 30px;
	padding: 10px;
	font-weight: 700;
}
.modal-body h4 {
	font-size: 18px;
	font-weight: 700;
	border-bottom: 2px solid #000;
	margin-top: 20px;
	padding: 5px 10px;
}
.modal-body .telefon,.modal-body .email {
	background: url(../../img/frontend/icon-phone.png) no-repeat 10px center;
	background-size: 21px;
	min-height: 21px;
	padding: 10px;
	padding-left: 40px;
}
.modal-body .email {
	background-image: url(../../img/frontend/icon-mail.png);
}
@media (min-width: 1200px) {
	.modal-dialog {
		max-width: 1000px;
		margin: 1.75rem auto;
	}
}
@media (max-width: 991px) {
	#step4 {
		padding-left: 0;
		margin-top: 45px;
	}
	#step4:before,.step0-1 {
		display: none;
	}
	.btn-popup {
		font-size: 16px;
	}
	.btn-popup .icon {
		width: 32px;
		height: 32px;
		font-size: 14px;
		line-height: 32px;
	}
}
