#sg-inner-lp {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	font-size: 16px;
	/* font-family: 'Source Sans Pro', Arial; */
	font-family: Poppins, Arial;
	color: #000;

	/* overflow: hidden; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div#sg-inner-lp * {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
#sg-inner-lp .responsive {
	max-width: 100%;
	height: auto;
	display: block;
}
#sg-inner-lp .sg_sprawdz {
	display: inline-block;
	background-color: #f60;
	border-radius: 3px;
	color: #fff !important;
	font-family: arimoregular, sans-serif;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	clear: both;
	z-index: 101;
	font-weight: 400;
	text-decoration: none;
	width: 160px;
	padding: 14px 20px;
}
#sg-inner-lp .sg_sprawdz:hover {
	background-color: #31a2ed;
	text-decoration: none;
}
#sg-inner-lp h2 {
	font-size: 400%;
	line-height: 120%;
	font-weight: 400;
	margin: auto;
}
#sg-inner-lp h3 {
	font-size: 340%;
	line-height: 120%;
	font-weight: 400;
	margin: auto;
}
#sg-inner-lp h4 {
	font-size: 235%;
	line-height: 120%;
	font-weight: 400;
	margin: auto;
}
#sg-inner-lp p {
	font-size: 140%;
	line-height: 125%;
	font-weight: 400;
	margin: 12px auto 0;
}
#sg-inner-lp .hidden-item {
	display: none;
}
#sg-inner-lp hr.sep {
	display: none;
	margin: 20px auto;
	width: 100%;
	height: 4px;
	background-color: #0f3a5c;
	border: none;
}
#sg-inner-lp .top-lp {
	width: 100%;
	margin-bottom: 20px;
}
#sg-inner-lp .top-lp img {
	margin: 0 auto;
}
#sg-inner-lp .text-rules {
	text-align: center;
	width: 1185px;
	max-width: 90%;
	margin: 34px auto;
	position: relative;
	word-wrap: break-word;
}
#sg-inner-lp .text-rules .lspac {
	letter-spacing: 10px;
}

#sg-inner-lp .secWrapper {
	/* margin: 80px auto 0; */
	margin: 60px auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* @media all and (max-width: 620px) {
                #sg-inner-lp .secWrapper {
                    margin: 60px auto 0;
                }
            } */
#sg-inner-lp .secWrapper * {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
#sg-inner-lp .secTxt {
	width: 100%;
	padding: 0 15px;
	margin: 0 auto 30px;
	text-align: left;
	font-family: Poppins, Arial;
}
#sg-inner-lp .secTxt .color {
	color: #211f5e;
}
#sg-inner-lp .secTxt.center {
	text-align: center;
}
#sg-inner-lp .secTxt .secTitle {
	font-size: 32px;
	line-height: 120%;
	font-weight: 600;
	margin: 0 auto;
}
@media all and (max-width: 750px) {
	#sg-inner-lp .secTxt .secTitle {
		font-size: 28px;
	}
}
@media all and (max-width: 445px) {
	#sg-inner-lp .secTxt .secTitle {
		font-size: 24px;
	}
}
#sg-inner-lp .secTxt .desc {
	margin: 18px auto 0;
}
#sg-inner-lp .rowSteps {
	font-family: Poppins, Arial;
	text-align: center;
	font-size: 0;
	margin: 30px auto 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	/* -webkit-align-items: center;
                      -ms-align-items: center;
                      align-items: center; */
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#sg-inner-lp .rowSteps .col {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* width: 440px; */
	max-width: 33.33333%;
	padding: 0 8px;
	margin: 10px 0;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#sg-inner-lp .rowSteps .value {
	display: block;
	position: relative;
	height: 100px;
	width: 100px;
	line-height: 100px !important;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-size: 27px;
	font-weight: 700;
	background-color: #fee300;
	color: #211f5e;
	margin: 0;
	z-index: 2;
}
#sg-inner-lp .rowSteps .value::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 12px solid #fee300;
	border-bottom: 8px solid transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: -10px;
	z-index: -1;
}
#sg-inner-lp .rowSteps .unit {
	font-size: 19px;
	line-height: 100%;
	font-weight: 400;
}
#sg-inner-lp .rowSteps .txt-info {
	max-width: 60%;
	max-width: -moz-calc(100% - 100px);
	max-width: -webkit-calc(100% - 100px);
	max-width: calc(100% - 100px);
	font-size: 18px;
	line-height: 140%;
	font-weight: 400;
	margin: 0;
	text-align: left;
	padding-left: 22px;
	word-wrap: break-word;
}
#sg-inner-lp .rowSteps .txt-info.narrower {
	width: 270px;
}
@media all and (max-width: 1200px) and (min-width: 986px) {
	#sg-inner-lp .rowSteps .txt-info {
		font-size: 17px;
	}
}
@media all and (max-width: 985px) {
	#sg-inner-lp .rowSteps {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#sg-inner-lp .rowSteps .col {
		width: 500px;
		max-width: 50%;
	}
	#sg-inner-lp .rowSteps .txt-info.narrower {
		width: 100%;
	}
}
@media all and (max-width: 620px) {
	#sg-inner-lp .rowSteps .col {
		width: 100%;
		max-width: 100%;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
@media all and (max-width: 500px) {
	#sg-inner-lp .rowSteps .txt-info {
		font-size: 17px;
	}
}
@media all and (max-width: 385px) {
	#sg-inner-lp .rowSteps .col {
		padding: 0 10px;
	}
	#sg-inner-lp .rowSteps .value {
		height: 40px;
		width: 40px;
		line-height: 40px !important;
		font-size: 20px;
	}
	#sg-inner-lp .rowSteps .value::after {
		border-top: 6px solid transparent;
		border-left: 8px solid #fee300;
		border-bottom: 6px solid transparent;
		right: -7px;
	}
	#sg-inner-lp .rowSteps .txt-info {
		font-size: 17px;
		max-width: 70%;
		max-width: -moz-calc(100% - 40px);
		max-width: -webkit-calc(100% - 40px);
		max-width: calc(100% - 40px);
		padding-left: 16px;
	}
}

@media all and (max-width: 770px) {
	#sg-inner-lp .rowSteps {
		margin: 30px auto;
	}
}

/*kopiowanie*/
#sg_b .sg_copy {
	font-size: 13px;
	color: #000;
	text-align: left !important;
	position: relative;
	box-sizing: border-box;
	line-height: 9px !important;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: 1.5px dashed #0d4de4;
	border-radius: 4px;
	padding-left: 5px;
	margin: 5px 0 8px;
	padding: 10px 5px;
	cursor: pointer;
}
#sg_b .sg_kod {
	font-weight: 600;
	padding: 0;
	margin-left: 5px;
	background: unset;
	color: #0d4de4;
	-moz-user-select: all;
	-khtml-user-select: all;
	-webkit-user-select: all;
	-ms-user-select: all;
	user-select: all;
	display: inline-block;
	font-size: 14px;
	margin-top: -1px;
	/* width: 70%; */
	height: 11px;
	line-height: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#sg_b .sg_copy_click {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #0d4de4;
	cursor: pointer;
	font-size: 13px;
	font-weight: 400;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-51%);
	box-sizing: border-box;
}

#sg_b.sungroup .sgCopyPop.sgCopyDone {
	animation: sgCopyDone 1.4s ease-in-out;
}
#sg_b.sungroup .sgCopyPop {
	font-family: Poppins;
	position: absolute;
	width: 200px;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	color: #000;
	background-color: #fff200;
	border-radius: 5px;
	height: 20px;
	opacity: 0;
	font-size: 12px;
	z-index: 9;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 500px) {
	#sg_b.sungroup .sgCopyPop {
		font-size: 10px;
		width: 150px;
	}
}
@keyframes sgCopyDone {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	75% {
		top: -20px;
		opacity: 1;
	}
	100% {
		top: -20px;
		opacity: 0;
	}
}

/* @media (max-width: 900px) and (min-width: 826px), (max-width: 460px) and (min-width: 326px) {
				#sg_b .sg_copy {
					justify-content: center;
					flex-wrap: wrap;
					text-align: center;
				}
				#sg_b .sg_copy_click {
					display: block;
					position: static;
					transform: none;
					width: 100%;
					text-align: center;
					margin: 7px auto 0;
				}
			} */

/*kopiowanie*/
