/*.woocommerce:has(> .mn-background) {*/
/*	!*min-height: 1200px;*!*/
/*}*/

/*fix na elmentora*/
.elementor-widget-container > .woocommerce > .mn-background {
	background: none;
}

.mn-background {
	background:rgba(0,0,0,1);
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99999999;
}
#tubapay_pay_form {
	background:#ffffff;
	padding:20px !important;
}
.tubapay_fullwidth {
    /*width:100%!important;*/
	/*max-width:900px !important;*/
	/*margin:25px auto !important;*/
	display: block;
	position: fixed;
	z-index: 999999999;
	background: white;
	width: 100%!important;	
	height:100%;
	top:100px;
	max-width:1000px;
	overflow:auto !important;
	padding-bottom:80px !important;
}
.mn-pink {
	color:rgb(248, 38, 145);
}
.tubapay_logo {
	width:135px;
	height:41px;
	margin:20px auto 50px auto;
	background:url('../images/tuba-logo.png') 0 0 no-repeat;
}
.mn-clouds {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.cloud-left div {
	display:flex;
	flex-wrap:wrap;
	width:100%;
}
.cloud-left {
    width:320px;
    height:160px;
	padding:50px 50px 50px 80px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    background-image:url(../images/FORM_CHMURKA_1-AFHKYJQS.png);
    display: flex;
	flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	font-size:16px;
}

@media (min-width: 1024px) {
	.cloud-left {
		width:480px;
		height:160px;
	}
}
.cloud-left span {
	font-weight:bold;
}

@media (max-width:767px) {
	.cloud-left {
		padding:40px 50px 50px 49px;
	}
}

.cloud-right {
	width:261px;
    height:157px;
    background-position:right center;
    background-repeat:no-repeat;
    background-size:contain;
    background-image:url('../images/mDYMEK_01-PCJKZF2T.png');
}

@media (min-width:1024px) {
	.cloud-right {
		width: 311px;
		height: 241px;
		background-image:url('../images/DYMEK_01-5XFX5BIB.png');
	}
}

.mn-raty {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row-reverse;	
	justify-content:space-between;
	margin:80px 0;
	max-width:910px;
}

@media (min-width:768px) {
	.mn-raty {
		margin:80px 0 !important;
	}
}

@media (max-width:767px) {
	.mn-raty {
		flex-direction:column-reverse;
		align-items:center;
		margin:40px 0 !important;
	}
	.mn-tuba-offer:not(.active) {
		max-height:50px;
	}
	.mn-tuba-offer.active {
		margin:50px 0;
	}
}

.mn-tuba-offer input[type="radio"] {
	display:none !important;
}
.mn-tuba-offer {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:180px;
	height:180px;
	position:relative;
	color:rgb(248, 38, 145);
}
.mn-tuba-offer.active {
	color:#ffffff;
}
.mn-tuba-offer * {
	position:relative;
	z-index:1;
	text-align:center;
}
.mn-tuba-offer:after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	transform:translate(24px, 24px) rotate(45deg);
	border-radius:32px;
    
}
@media (max-width:767px) {
	.mn-tuba-offer:after {
		transform:translate(0px, 0px) rotate(45deg) !important;
	}
	.mn-tuba-offer label {
		transform:translate(0px, 0px) rotate(0deg) !important;
	}
}
.mn-tuba-offer:hover {
	cursor:pointer;
}
.mn-tuba-offer:hover:after {
	border:2px solid pink;
}
.mn-tuba-offer.active:after {
	background-image:linear-gradient(to right, rgb(248, 38, 145) 5%, rgb(240, 0, 89) 105%);
}
.mn-tuba-offer.active:hover {
	border:none !important;
}
.mn-tuba-offer:not(.active) .mn-x,
.mn-tuba-offer:not(.active) .mn-zl,
.mn-tuba-offer:not(.active) .mn-sum {
	display:none;
}

.mn-tuba-offer label {
	display:flex !important;
	flex-direction:column;
	width:100%;
	margin:0 !important;
	align-items:center;
	transform:translate(24px, 24px) rotate(0deg);
	padding-left:0 !important;
}

.mn-payments {
	font-size:20px !important;
}
.mn-tuba-offer label div {
	color:rgb(248, 38, 145) !important;
}
.mn-tuba-offer.active label div {
	color:#ffffff !important;
}


.mn-x,
.mn-zl {
	font-size:12px !important;
}
.mn-sum {
	font-size:25px !important;
	font-weight:bold;
}


.tubapay_calc_text {
	text-align:center;
	margin-bottom:30px;
	font-size:15px;
	line-height:22px;
}

.tubapay_calc_text strong {
	font-weight:bold;
}

#tubapay_dane h3 {
	color:rgb(248, 38, 145) !important;
	font-size:17.5px !important;
	line-height:23.5px !important;
	text-align:center !important;
	padding:24px 0 !important;
	margin:0 !important;
	font-weight:400 !important;
}
#tubapay_dane input[type="text"],
#tubapay_dane input[type="email"] {
	border-radius:4px;
    border:0.5px solid rgb(170, 170, 170);
    background-color:rgb(255, 255, 255);
    padding:8px 12px !important;
    position:relative !important;
	font-size:15px !important;
	line-height:15px !important;
	max-height:37px !important;
	width:100%;
	min-height:37px !important;
}


.tubapay_calc_buttons {
	margin:50px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
}
.tubapay_calc_buttons button {
	background:rgb(0, 208, 166);
	color:#ffffff;
	font-size:15px !important;
	font-weight:600;
	padding:10px 65px;
	margin:0px 4px;
	border-radius:10px !important;
	cursor:pointer;    
	border:0 !important;
}

.tubapay_calc_buttons button[name="tubapay_submit_button"] {
    background:rgb(0, 208, 166) !important;
	color:#ffffff !important;
}

.tubapay_calc_back_button {
	color: rgb(104, 109, 147) !important;            
    background-color:#ffffff !important;
    border: 1px solid rgb(104, 109, 147);    
}

.tubapay_progress_bar {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:30px;
	position:relative;
}
.tubapay_progress_bar:after {
	content:'';
	width:100%;
	height:1px;
	background:rgb(104, 109, 147);
	position:absolute;
	bottom:16%;
	z-index:1;
    max-width:75%;
	left:50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
}
.tubapay_pg_step1.activestep+.tubapay_pg_step2.activestep:before {
	content:'';
	width:100%;
	height:1px;
	background:#ed106f;
	position:absolute;
	bottom:16%;
	z-index:2;
    max-width:25%;
    left:25%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
}
.tubapay_pg_step2.activestep+.tubapay_pg_step3.activestep:before {
	content:'';
	width:100%;
	height:1px;
	background:#ed106f;
	position:absolute;
	bottom:16%;
	z-index:2;
    max-width:25%;
    left:50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
}
@media (max-width:767px) {
	.tubapay_progress_bar:after,
	.tubapay_pg_step1.activestep+.tubapay_pg_step2.activestep:before,
	.tubapay_pg_step2.activestep+.tubapay_pg_step3.activestep:before {
		bottom:12%;
	}
}

.tubapay_progress_bar>div {
	width:25%;
}
.mn-step {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.mn-step-title {
	width:100%;
	text-align:center;
	margin-bottom:15px;
	font-size:16px;
	line-height:20px;
	height:30px;
	display:flex;
	align-items:center;
	justify-content:center;
}
@media (max-width:767px) {
	.mn-step-title {
		font-size:10px;
		line-height:13px;
		/*	max-width:82px; */
	}
}

@media (max-width:400px) {
	.mn-step-title {
		max-width:82px;
	}
}

.activestep .mn-step-title {
	color:#ED106F;
}
.mn-square {
    border:1px solid rgb(104, 109, 147);
    width:14px;
    height:14px;
    background-color:rgb(252, 252, 252);
    border-radius:4px;
    transform:rotate(45deg);
	position:relative;
	z-index:3;
}
.activestep .mn-square {
    border:1px solid transparent;
    background-image:linear-gradient(to right, rgb(248, 38, 145) 5%, rgb(240, 0, 89) 105%);
}
@media only screen and (min-width: 1024px) {
	.mn-square {
		width:20px;
		height:20px;
	}
}

.tubapay_calc_footer {
	font-size:16px;
	line-height:22px;
	text-align:center;
	margin:50px 0;
}
.tubapay_calc_footer strong  a {
	font-weight:600 !important;
	text-decoration:none !important;
	color:#ED106F !important;
}

.tubapay_cloud3 {
	width:320px;
    height:200px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    background-image:url('../images/mDYMEK_02-Y7BMRXLV.png');
}
@media only screen and (min-width: 1024px) {
	.tubapay_cloud3 {
		background-image:url('../images/DYMEK_02-KYFSVFJ7.png');
		width:360px;
		height:224px;
	}
}

.tubapay_cloud4 {
    width:320px;
    height:224px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    background-image:url('../images/FORM_CHMURKA_4-UGCPUB3B.png');
    display:flex;
    justify-content:center;
    align-items:flex-start;
}
@media only screen and (min-width:1024px) {
	.tubapay_cloud4 {
		width:420px;
		height:290px;
	}
}

.tubapay_cloud4 .cloud-right-content {
    padding:48px 0px;
    color:rgb(104, 109, 147);
	font-size:20px !important;
	max-width:220px !important;
}
@media (max-width:767px) {
	.tubapay_cloud4 .cloud-right-content {
		padding:48px 0px !important;
		font-size:16px !important;
	}
	.tubapay_cloud4 .rrso-text {
		margin-top:8px !important;
	}
	.tubapay_calc_back_button {
		margin-bottom:20px !important;
	}
}

.tubapay_cloud4 .rrso-text {
    margin-top: 16px;
    font-size: 10px;
}

.tubapay_form_about {
	font-size:15px;
	line-height:22px;
	cursor:pointer;
}
.tubapay_form_about .mn-more-txt {
	display:none;
}
.tubapay_form_about.mn-show .mn-more-txt {
	display:block;
}
.tubapay_form_about > p:after {
	content:'';
	display:inline-block;
	background:url('../images/chevron-down.png') 0 0 no-repeat;
	width:14px;
	height:8px;
}
.tubapay_form_about.mn-show > p:after {
	display:none;
}
.tubapay_form_about.mn-show .mn-more-txt p:last-child:after {
	content:'';
	display:inline-block;
	background:url('../images/chevron-down.png') 0 0 no-repeat;
	width:14px;
	height:8px;
	transform:rotate(180deg);
}

.mn-form,
.mn-street,
.mn-street .mn-input-container {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.mn-form .form-row {
	margin-bottom:22px !important;
}
.mn-form .form-row,
.mn-street .mn-input-container {
	max-width:48%;
	width:48%;
}

@media (max-width:767px) {
	.mn-form .form-row,
	.mn-street .mn-input-container {
		max-width:100%;
		width:100%;
	}
	.mn-street .mn-input-container:first-child  input {
		margin-bottom:22px !important;
	}
	.mn-street .mn-input-container:first-child  input+span {
		display:block;
		margin-top:-22px !important;
		margin-bottom:20px !important;
	}
}

.mn-zgoda .mn-input-container {
	display:flex;
	align-items:flex-start;
	color:rgb(248, 38, 145);	
}
.mn-zgoda input {
	margin-top:5px !important;
    margin-right:10px !important;
    outline:0 !important;
    position:relative !important;
}
.mn-zgoda a {
	color:rgb(248, 38, 145) !important;
	text-decoration:none;
	font-weight:600;
}

.mn-form  h3,
.mn-form .form-row.mn-zgoda {
	width:100%;
	max-width:100%;
}

.tubapay_h1 {
	font-size:45px;
	line-height:45px;
	font-weight:600;
	text-align:center;	
}

.tubapay_final {
	color:rgb(104, 109, 147);
	font-size:24px;
	text-align:center;
	margin-bottom:30px;
}
@media (max-width:767px) {
	.tubapay_final {
		font-size:18px;
		line-height:24px;
	}
	.tubapay_h1 {
		font-size:28px;
		line-height:32px;
	}
	.mn-background {
		background:#ffffff;
	}
	.tubapay_fullwidth {
		top:0;
		left:0;
	}
	.tubapay_logo {
		margin-bottom:20px;
	}
	#tubapay_pay_form {
		padding-bottom:50px;
	}
}

.tubapay_final_footer {	
	font-size:16px;
	font-weight:600;
	line-height:20px;
	text-align:center;
	margin-bottom:30px;
	color:#000000;
}
.tubapay_final_footer a {
	text-decoration:none !important;
}

.mn-input-container.tubapayerror input {
	border-color:rgb(248, 38, 145) !important;
}
span.tubapayerror {
	font-size:15px;
	color:rgb(248, 38, 145) !important;
}

.mn-offer-limit {
	color:rgb(248, 38, 145);
    font-size:17.5px;
    line-height:23.5px;
    text-align:center;
    padding:10px 0;
    margin:0 !important;
    font-weight:400 !important;
	width:100%;
}

@media (max-width:320px) {
	.cloud-left {
		font-size:14px;
		padding-top:48px !important;
	}
	.tubapay_cloud3,
	.tubapay_cloud4	{
		background-size:contain;
	}
}

.mn-raty-single {
	justify-content:center !important;
}