#sg_b.sungroup .secTxt {
	/* font-family: 'Avenir Next LT Pro', Arial; */
	max-width: calc(100% - 30px);
	padding: 0 15px;
	text-align: left;
	margin: 40px auto 40px;
}
#sg_b.sungroup .secTxt.center {
	text-align: center;
}
#sg_b.sungroup .secTxt .secTitle {
	font-family: 'Avenir Next LT Pro', Arial;
	margin: 0 auto;
}
#sg_b.sungroup .secTxt .desc {
	margin: 18px auto 0;
}
#sg_b.sungroup .sg_rel {
	position: relative;
}
#sg_b.sungroup .color {
	/* color: #211f5e; */
	color: #ff4c00;
}
#sg_b.sungroup h2 {
	font-size: 34px;
	line-height: 120%;
	font-weight: 600;
	margin: auto;
}
#sg_b.sungroup .grupa {
	display: flex;
	margin: 45px 0px;
}

#sg_b.sungroup .stepsColumn .secTxt {
	padding: 0 8px;
	margin-bottom: 0;
	text-align: left !important;
}

#sg_b.sungroup .rowSteps {
	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: column;
	/* -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_b.sungroup .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-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	/* width: 440px; */
	max-width: 100%;
	padding: 0 8px;
	margin: 10px 0;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#sg_b.sungroup .rowSteps .value {
	font-family: 'Avenir Next LT Pro', Arial;
	display: block;
	position: relative;
	min-height: 100px;
	min-width: 100px;
	line-height: 100px !important;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-size: 27px;
	font-weight: 700;
	background-color: #ff4c00;
	color: #fff;
	margin: 0;
	z-index: 2;
}
#sg_b.sungroup .rowSteps .value::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 12px solid #ff4c00;
	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_b.sungroup .rowSteps .unit {
	font-size: 19px;
	line-height: 100%;
	font-weight: 400;
}
#sg_b.sungroup .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: 20px;
	line-height: 140%;
	font-weight: 400;
	margin: 0;
	text-align: left;
	padding-left: 22px;
	word-wrap: break-word;
}

#sg_b.sungroup .rowSteps .txt-info.narrower {
	width: 270px;
}

#sg_b.sungroup .sg_top_txt {
	height: 40px;
}
#sg_b.sungroup .sg_top_active {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: white;
	background-color: #fe2000;
}

@media (max-width: 500px) {
	#sg_b.sungroup .sg_top_active {
		font-size: 16px;
	}
}

#sg_b.sungroup .box_pro:hover {
	box-shadow: none;
}

#sg_b.sungroup .stepsColumn .rowSteps {
	width: 100%;
	margin: 0 auto;
}
#sg_b.sungroup .stepsColumn .rowSteps .col {
	max-width: 100%;
	margin: 40px 0 0;
}

.kod_rabat {
	cursor: pointer;
	display: inline-block;
}

.sg_skopiowano {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	color: #000;
	text-align: center;
	opacity: 0;
	font-size: 14.5px;
	line-height: normal;
	background-color: #ff4c00;
	padding: 3px 4px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.sg_skopiowano.sg_icopy_done {
	animation: copydone 2s;
	display: block !important;
}

.sungroup span.sg_icopy {
	font-family: Poppins;
	position: absolute;
	width: 120px;
	top: 10px;
	left: 80%;
	transform: translateX(-50%);
	color: #fe2000;
	height: 20px;
	opacity: 0;
	font-size: 12px;
	font-weight: normal;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sungroup .sg_icopy_done {
	animation: copydone 2s;
}

@keyframes copydone {
	0% {
		top: -10px;
		opacity: 0;
	}
	25% {
		top: -30px;
		opacity: 1;
	}
	75% {
		top: -30px;
		opacity: 1;
	}
	100% {
		top: -30px;
		opacity: 0;
	}
}

#sg_b.sungroup .sg_reg_yan {
	margin: 10px;
	text-align: left !important;
}
@media (max-width: 500px) {
	.sungroup span.sg_icopy {
		left: 50%;
	}
}

@media all and (max-width: 985px) {
	#sg_b.sungroup .rowSteps {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#sg_b.sungroup .rowSteps .txt-info.narrower {
		width: 100%;
	}
}
@media all and (max-width: 1200px) and (min-width: 751px) {
	#sg_b.sungroup .rowSteps .txt-info {
		font-size: 18px;
	}
}
@media all and (max-width: 750px) {
	/* #sg_b.sungroup h2 {font-size: 42px;} */
	#sg_b.sungroup .grupa {
		flex-wrap: wrap;
	}
	#sg_b.sungroup .stepsColumn .secTxt {
		text-align: center !important;
	}
	#sg_b.sungroup .rowSteps .col {
		width: 100%;
		max-width: 100%;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	#sg_b.sungroup .stepsColumn .rowSteps .col {
		margin: 30px 0 0;
	}
	#sg_b .steps_wrapper {
		margin-bottom: 20px;
	}
}
@media all and (max-width: 500px) {
	#sg_b.sungroup .rowSteps .txt-info {
		font-size: 18px;
		max-width: 100%;
	}
}
@media all and (max-width: 445px) {
	#sg_b.sungroup h2 {
		font-size: 24px;
	}
}
@media all and (max-width: 385px) {
	#sg_b.sungroup .rowSteps .col {
		padding: 0 10px;
	}
	#sg_b.sungroup .rowSteps .value {
		min-height: 40px;
		min-width: 40px;
		line-height: 40px !important;
		font-size: 20px;
	}
	#sg_b.sungroup .rowSteps .value::after {
		border-top: 6px solid transparent;
		border-left: 8px solid #ff4c00;
		border-bottom: 6px solid transparent;
		right: -7px;
	}
}
.produkty .odmiana {
	max-width: 50%;
	width: 100%;
}
#sg_b.sungroup .produkty .box_pro {
	max-width: 90% !important;
	width: 100%;
}

#sg_b.sungroup .produkty {
	display: flex;
	margin-top: 40px;
}
.produkty .steps_wrapper {
	max-width: 50%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#sg_b.sungroup .grupa,
#sg_b.sungroup .odmiana {
	margin-top: 0px;
}

@media (max-width: 1200px) {
	#sg_b.sungroup .secTxt {
		margin-bottom: 20px;
		margin-top: 30px;
		padding-left: 0px;
	}
}

@media (max-width: 1100px) {
	#sg_b.sungroup .produkty {
		flex-wrap: wrap;
	}
	.produkty .steps_wrapper {
		max-width: 100%;
	}
	.produkty .odmiana {
		max-width: 100%;
		margin-top: 40px !important;
	}
}

#sg_b.sungroup .box_pro:last-child .sg_plus {
	display: none;
}

#sg_b.sungroup .sg_plus {
	position: absolute;
	width: 45px;
	height: 45px;
	top: 50%;
	right: -26px;
	z-index: 99;
	border-radius: 50%;
	background-color: #fe2000;
}

#sg_b.sungroup .sg_plus:before,
#sg_b.sungroup .sg_plus:after {
	content: '';
	position: absolute;
	background: white;
}

#sg_b.sungroup .sg_plus:before {
	left: 50%;
	top: 9px;
	bottom: 9px;
	width: 7px;
	transform: translateX(-50%);
}

#sg_b.sungroup .sg_plus:after {
	top: 50%;
	left: 9px;
	right: 9px;
	height: 7px;
	transform: translateY(-50%);
}
