.txt-button-link-mobile {
	display: none;
}
.txt-black {
	color: #000 !important;
}
.freshcard-connected-cards-section {
    margin: 0 4px 0 4px;
    padding: 0.25em 1.35em;
    background-size: cover;
}
.offer-name-list {
	font-weight: 600;
	font-size: 20px;
}
.plus-carousel-container {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    align-items: center;
    gap: 15px;    
    width: 100%;
    justify-content: center;
    padding: 1.5em 0em;
}
.buy-card-form-container .col-12 {
	align-content: center;
	
}

.day-expiration-number {
    font-size: 1.25em;
    font-weight: 600;
    color: #fe44af;
}

.code-hint-span {
	color: #EB0D8B;
}

.modal {
	z-index: 99999 !important;
}

.regulamin-modal {
    background: #00000061;
}

.close {
    background-image: url(../images/close.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px;
    height: 57px;
    width: 57px;
    right: 0;
    position: absolute;
    top: 5px;
    cursor: pointer;
}

.regulamin-modal-content {
    background-color: #fefefe;
    margin: 3% auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 1360px;
    border-radius: 20px;
	position: relative;
}

#price {
	font-size: 37px !important;
}
.buy-card-form-container .offset-6 {
	margin-top:1em;
}

.buy-card-input {
    border-radius: 25px;
    border: 0;
    background-color: #e1e4e8;
    width: 100%;
    margin: 7px 0;
    padding: 7px 20px;
}

.buy-card-form-container input {
    font-size: 21px;
}

.buy-card-header-1 {
    font-family: 'FuturaPTBook', 'sans-serif';
    font-size: 30px;
    margin-top: 34px;
    margin-bottom: 1em;
}

.card-price {
    display: flex;
    gap: 1em;
    margin-top: 1em;
    flex-wrap: wrap;
}

.pay-button {
    width: 40%;
    justify-content: flex-end;
}

.secure-logo-list {
    width: auto;
    position: absolute;
    right: 20px;
    scale: 0.85;
}

.txt-button-link {
    width: 36%;
}

.pay-button button {
	width: 80% !important;
}
.buy-card-form-row {
    display: flex;
    gap: 2em;
    flex-direction: row;
    align-items: center;
    margin: 0.45em 0;
}
#newPrice {    
    font-size: 39px !important;
}
.card-buy-form-label-subtitle {
    font-size: 0.8em;
    margin-top: 0;
	margin-bottom: 0;
}

.card-buy-form-txt {
    display: flex;
    width: 26%;
    font-size: 1.3em;
    line-height: 0.9;
    flex-direction: row;
    align-items: center;
}

.card-buy-form-input {
    width: 72%;
}

.card-buy-form-input input {
    width: 67%;
    background-color: #e9ecf0;
}

.card-buy-form-input img {	    
    max-width: 115px;
}

.card-buy-form-input button {
    text-align: center;
    padding: 0.45em 2.25em;
    font-weight: 600;
}
.card-buy-form-input fieldset {
	margin: 0.5em 0;
}


#discount-span {
    color: #f00d9c;
    font-size: 26px !important;
}

.left-corner-images-container {
    justify-content: flex-start;
    margin-left: 1em;
    margin-right: 1em;
    padding: 2em;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

#get-card {
    font-size: 23px !important;
}

.slider-container {
    min-height: fit-content;
    margin-top: 2em;
}

.freshcard-connected-cards-content-img img {
        height: 150px;
}

.connected-cards-content-header .fs-5 {
    font-size: 30px !important;
    margin-left: 5px;
}

.gratis-baner-badge {
    font-size: 28px !important;
    border-radius: 0;
}
@media only screen and (max-width: 1280px) {

	.pay-button {
		width: 46%;
	}
	
}
@media only screen and (max-width: 1024px) {
    .secure-logo-list {
        width: 100%;
        position: relative;
        right: 0px;
        margin-top: 2em;
    }
	.card-buy-form-label-subtitle {
		font-size: 0.7em;
	}
	.pay-button {
        width: 70%;        
    }

	.txt-button-link {
        width: 30%;
        display: flex;
        align-items: center;
    }
	.card-buy-form-input input {
		width: 87%;    
	}
	.connected-cards-content-header .fs-5 {
		font-size: 23px !important;
		margin-left: 5px;
	}
	
	.pay-button button {
		width: 90% !important;
	}
    .secure-logo-list img {
        
    }

	.buy-card-form-container {
		padding: 0px 2%;
		margin: 0 !important;
	}
	.freshcard-connected-cards-section {
		margin: 0;    
	}
    .left-corner-images-container {
        justify-content: space-between;
        margin-left: 0;
        margin-right: 0;
        padding: 1.5em;
        flex-wrap: wrap !important;
    }

}



@media only screen and (max-width: 768px) {
	.card-expiration-time {
		
	}
	.card-buy-form-input input {
			width: 87%;		
	}
	
	.connected-cards-content-header .fs-5 {
        font-size: 17px !important;
        margin-left: 5px;
    }

	.freshcard-connected-cards-content-img img {
		height: auto;
		width: 210px;
	}

	.gratis-baner-badge {
		font-size: 19px !important;
		border-radius: 0;
	}

	.buy-card-header-1 {
		font-size: 24px;
	}
	#price-container {
		
	}
	#price {
		font-size: 31px !important;
	}
	#newPrice {
		font-size: 34px !important;
	}
}

@media only screen and (max-width: 600px) {
	.plus-carousel-container {
		flex-direction: column;
	}
    .buy-card-form-container {
        padding: 0 4%;
        margin: 0 !important;
    }
	.buy-card-header-1 {
		font-size: 25px;
		margin-top: 34px;
		margin-bottom: 0.5em;
	}
	.freshcard-connected-cards-section {
		margin: 0;
		padding: 0.25em 1.35em;
		background-size: cover;
	}
    .left-corner-images-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        gap: 2em;
        padding-top: 1em;
        padding-bottom: 2em;
    }
	.pay-button {
		width: 80%;
	}
	.card-price {
        gap: 0em;
		margin-top: 0em;
	}
	.buy-card-form-container .offset-6 {
		margin-top: 2em;
	}
	.slider-container {
		min-height: fit-content;
	}
}

@media only screen and (max-width: 450px) {
	.card-buy-form-input img {
		max-width: 100%;
	}
	
    .card-buy-form-input img:only-of-type {
        width: 60%;
        display: block;
        margin-top: 0.5em;
    }

	.card-buy-form-input img:nth-of-type(1):nth-last-of-type(2),
	.card-buy-form-input img:nth-of-type(2):nth-last-of-type(1) {
		width: 48%;
	}


	.card-buy-form-input img:nth-of-type(1):nth-last-of-type(3),
	.card-buy-form-input img:nth-of-type(2):nth-last-of-type(2),
	.card-buy-form-input img:nth-of-type(3):nth-last-of-type(1) {
		width: 30%;
	}

	.selected-offer-label {
		margin-bottom: 0.5em;
	}
	.card-buy-form-input button {
		text-align: center;
		padding: 0.45em 2.25em;
		font-weight: 600;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.txt-button-link-mobile {
		display: flex;
		color:#0098d4;
		font-weight: 400;
		font-size: 21px;
		cursor: pointer;
	}
	.secure-logo-list {
    
        margin-top: 1em;
    }
	.txt-button-link {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }
	.left-corner-images-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 1em;
        padding-top: 0em;
        padding-bottom: 1em;
    }
	.card-buy-form-input input {
			width: 100%;		
	}
	.buy-card-form-row {
		flex-direction: column;
		gap:0;
	}
    .card-buy-form-txt {
        width: 100%;
        margin-bottom: 8px;
    }
	.card-buy-form-input {
    width: 100%;
}
	.code-hint-span {
		color: #EB0D8B;
		font-size: 15px !important;
	}
	.freshcard-connected-cards-content-img img {
		height: auto;
		width: 165px;
	}
	.plus-carousel-container {
		padding: 5px 0em;
	}
	.pay-button {
        width: 100%;
    }
	.plus-carousel-container {
		flex-direction: column;
	}
	.buy-card-label {
		font-size: 18px;
	}
    .buy-card-form-container input {
        font-size: 19px;
        margin-top: 0;
    }
	.buy-card-input {
		border-radius: 15px;
		border: 0;
		background-color: #e1e4e8;
		width: 100%;
		margin: 7px 0;
		padding: 4px 12px;
	}
	.buy-card-label {
		font-size: 18px;
		margin-bottom: -10px;
	}
	.buy-card-header-1 {
        font-size: 25px;    
        margin-bottom: 0.5em;
    }
	.pay-button button {
        width: 100% !important;
        font-size: 19px !important;
        padding: 10px 15px !important;
    }
	#get-card {
		font-size: 21px !important;
	}
	    .buy-card-header-1 {
        font-size: 25px;
        margin-top: 24px;
        margin-bottom: 0.5em;
    }
	.card-expiration-time {
        flex-direction: row;
        margin-bottom: 1em;
        margin-top: 1em;
    }
    .card-expiration-label {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 320px) {
	
}