#content {
	margin-top: 0px;
}

h1 {
	font-weight: 700;
	color: #E6007E;
}

h3 {
	font-weight: 300;
	line-height: 160%;
}

h2, h3, p, img {
	margin-bottom: 30px;
}

h2:last-child,
p:last-child,
img:last-child{
	margin-bottom: 0px;
}

.sup-heading {
	font-size: 13px;
	font-weight: 700;
	color: #62B21F;
	margin-bottom: 0px;
}

.small-heading {
	font-weight: 700;
}

.bl-radius {
	border-top-right-radius: 60px;
}

.wide-btn {
	padding: 15px 45px;
	background-color: #FFF;
	color: #E6007E;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.wide-btn:first-child {
	border-top-left-radius: 20px;
}

.wide-btn:last-child {
	border-bottom-right-radius: 20px;
}

.btn-call:before,
.btn-mail:before {
	display: inline-block;
    vertical-align: middle;
	margin-right: 10px;
	line-height: 12px;
}

.btn-call:before {
	content: url(/wp-content/themes/Theme/img/strefa-projektanta/call-button-icon.svg);
}

.btn-mail:before {
	content: url(/wp-content/themes/Theme/img/strefa-projektanta/mail-button-icon.svg);
}

.black-bg,
.color-bg {
	color: #FFF;
}

.black-bg {
	background-color: #000;
}

.color-bg {
	background-color: #E6007E;
}

.grey-bg {
	background-color: #F8F8F8;
}

.black-bg strong {
	color: #62B21F;
	font-weight: 400;
}

#hero .col-lg-6:first-child,
#o-nas .col-lg-6:first-child,
#cta .col-lg-6:first-child {
	padding-right: 80px;
}

#hero .col-lg-6:first-child {
	gap: 25px;
	background-image: url(/wp-content/themes/Theme/img/strefa-projektanta/color-chart-icon.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 70px) 50%;
}

#cta .col-lg-6:first-child {
	background-image: url(/wp-content/themes/Theme/img/strefa-projektanta/color-chart-icon-2.svg);
	background-repeat: no-repeat;
	background-position: 70px 50%;
	background-size: contain;
}

#hero .sup-heading span {
	border: 1px solid #6BB200;
	padding: 2px 6px;
}

#hero img {
	border-bottom-left-radius: 130px;
	width: 50vw;
    max-width: 50vw;
}

.content-tile {
	padding: 30px;
	background-color: #E6007E;
	color: #FFF;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
}

#korzysci {
	background: linear-gradient(to bottom, #FFF 0%, #FFF calc(50% - 7px), #DC007E calc(50% - 7px), #DC007E 100%);
}

#korzysci .col-lg-3,
#wspolpraca .col-lg-3,
#wspolpraca .row:last-child .col-lg-12 {
/* 	padding: 0px 30px 50px 30px; */
	box-shadow: 0px 14px 54px rgba(0, 0, 0, 0.15);
	background-color: #FFF;
}

.border-gradient {
	background: linear-gradient(270deg, #E6007E 0%, rgba(230, 0, 126, 0) 100%);
	width: 100%;
    height: 10px;
}

.box-number span {
	width: 40px;
	height: 50px;
	background-color: #DC007E;
	color: #FFF;
	font-size: 13px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

#cechy .col-lg-3 {
	border-right: 1px solid #545454;
}

#cechy .col-lg-3:last-child {
	border-right: 0px;
}

#dlaczego-my .row:nth-child(even) {
	flex-direction: row-reverse;
}

#dlaczego-my .col-lg-6:first-child {
	padding: 0px 80px;
}

#dlaczego-my .row:first-child .col-lg-6:first-child {
	padding-left: 15px;
}

#dlaczego-my .row:nth-child(even) .col-lg-6:last-child img {
	border-top-right-radius: 60px;
}

#dlaczego-my .row:nth-child(odd) .col-lg-6:last-child img {
	border-bottom-left-radius: 60px;
}

.testimonials-sup-heading {
	font-size: 13px;
	margin-bottom: 0px;
}

.testimonials-sup-heading span:nth-child(1) {
	color: #62B21F;
}

.testimonials-sup-heading span:nth-child(2) {
	color: #FFCB00;
	font-size: 16px;
}

#wspolpraca b {
	color: #E6007E;
}

#wspolpraca .col-lg-12 {
	margin-bottom: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

#wspolpraca .col:nth-child(2) {
	border-top-left-radius: 30px;
}

#wspolpraca .row:last-child .col-lg-12 img {
	margin-bottom: 0px;
    margin-right: 20px;
}

#wspolpraca .row:last-child .col-lg-12 .small-heading {
	width: auto;
    display: inline-block;
}

#wspolpraca .col:last-child {
	border-bottom-right-radius: 30px;
}

#wspolpraca .content-tile {
	display: flex;
	gap: 10px;
	padding: 20px;
}

#wspolpraca .content-tile .wide-btn {
	width: 100%;
	margin-bottom: 0px;
}

#o-nas h2:after,
#dlaczego-my h2:after{
	display: block;
	width: 50px;
	height: 1px;
	content: "";
	background-color: #62B21F;
	margin: 35px 0px;
}

.sup-heading,
.testimonials-sup-heading,
.small-heading {
	text-transform: uppercase;
}

@media (max-width: 992px){
	
	#hero img {
		width: auto;
		max-width: 100%;
	}
	
	#cechy .col-lg-3 {
		border-right: 0px;
	}

	#dlaczego-my .col-lg-6:first-child {
		padding: 0px 60px;
	}
}

@media (max-width: 768px){
	
	#wspolpraca .content-tile {
		flex-direction: column;
	}
}