:root
{
	--main-font-color: #4D4D4D;
	--active-font-color: #f8a001;
	--navy-color: #2745ad;
	--navy-dark-color: #2f3d6e;
	--navy-medium-color: #5a699e;
	--gray-light-color: #eaeaea;
	/*--navy-light-color: #3f4e89;*/
	--navy-light-color: #d6dffe;
	--orange-color: #f8a001;
	--white-color: #ffffff;
	--bs-primary: #2f3d6e;
}
/** pomarańczowy pantone: #FF5A00 rgb(254,89,0), webowy: #FF5A00 rgb(244,113,22) **/
HTML
{
	margin: 0;
	scroll-behavior: smooth;

}
BODY
{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-family: Open Sans, Arial, Tahoma, serif;
	color: var(--main-font-color);
}

H1, H2, H3, H4, H5, H6
{
	font-weight: 800;
	color: var(--navy-dark-color);
}
A,
A:link,
A:visited,
A:active {
	color: var(--navy-color);
	text-decoration: none;
}
A:hover {
	color: var(--orange-color);
}
.bg-navy A,
.bg-navy A:link,
.bg-navy A:visited,
.bg-navy A:active {
	color: var(--orange-color);
	text-decoration: none;
}
.bg-navy A:hover {
	color: var(--navy-light-color);
}
#preloader, .preloader {
	position: fixed;
	height: 100%;
	width: 100%;
	background: url(../img/preloader.gif) no-repeat 50% 50% rgba(255,255,255,0.9);
	z-index: 1000000;
	display: none;
}
.alert-important {
	background-color: #f8a00195;
	border-color: #f8a001;
	color: var(--navy-dark-color);
}
.alert-important a:hover {
	color: #FFFFFF;
}
.fw-600 {
	font-weight: 600;
}
.fw-800 {
	font-weight: 800;
}
.bg-navy {
	background-color: var(--navy-dark-color);
}
.bg-gray {
	background-color: var(--gray-light-color);
}
.bg-light-gray {
	background-color: #f2f2f2;
}
.bg-orange {
	background-color: var(--orange-color);
}
.text-navy-dark {
	color: var(--navy-dark-color);
}
.text-navy {
	color: var(--navy-color);
}
.text-grey{
	color: var(--main-font-color);
}
.text-grey a{
	color: var(--main-font-color);
}
.text-dark-navy a{
	color: var(--navy-dark-color);
}
.text-dark-navy a:hover{
	color:  var(--orange-color);
}
.text-orange,
A.text-orange,
A:link.text-orange,
A:visited.text-orange,
A:active.text-orange
{
	color: var(--orange-color);
}
.text-white
A.text-white,
A:link.text-white,
A:visited.text-white,
A:active.text-white
{
	color: var(--white-color);
}
.filter-invert {
	filter:invert(1);
}
.btn,
.form-control,
.form-select,
.input-group .form-control,
.btn-primary, .btn-secondary,.btn-outline-primary
{
	border-radius: 0 !important;
}
.form-control, .form-select {
	border-color: var(--navy-light-color);
}
.form-control:focus, .form-select:focus {
	box-shadow: none;
	border-color: var(--orange-color);
}

.btn-primary,
.btn-primary:link,
.btn-primary:active,
.btn-primary:visited
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	box-shadow: none;
	background-color: var(--navy-dark-color);
	border-color: var(--navy-dark-color);
	color: var(--white-color);
	box-shadow: none;
}
.btn-outline-secondary, .btn-outline-primary {
	font-size: 14px;
	text-transform: uppercase;
}
.bg-navy .btn-primary,
.bg-navy .btn-primary:link,
.bg-navy .btn-primary:active,
.bg-navy .btn-primary:visited
{
	border-color: var(--navy-light-color);
	color: var(--white-color);
}
.bg-orange .btn-primary:hover
{
	border-color: var(--navy-dark-color);
	color: var(--navy-dark-color);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary.active:hover,
.btn-primary.active:focus,
.bg-navy .btn-primary:hover,
.bg-navy .btn-primary:focus,
.bg-navy .btn-primary.active
{
	box-shadow: none;
	background-color: var(--orange-color);
	border-color: var(--orange-color);
	border-radius: 0;
	box-shadow: none;
}
.btn-secondary,
.btn-secondary:link,
.btn-secondary:active,
.btn-secondary:visited,
a.btn-secondary,
a.btn-secondary:link,
a.btn-secondary:active,
a.btn-secondary:visited
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	box-shadow: none;
	background-color: var(--orange-color);
	border-color: var(--orange-color);
	color: var(--white-color);
	border-radius: 0;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active,
.btn-secondary.active:hover,
.btn-secondary.active:focus,
a.btn-secondary:hover,
a.btn-secondary:focus,
a.btn-secondary.active,
a.btn-secondary.active:hover,
a.btn-secondary.active:focus
{
	box-shadow: none;
	background-color: var(--navy-dark-color);
	border-color: var(--navy-dark-color);
	box-shadow: none;
}


.btn-outline-primary,
.btn-outline-primary:link,
.btn-outline-primary:active,
.btn-outline-primary:visited
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	box-shadow: none;
	background-color: var(--white-color);
	border-color: var(--navy-dark-color);
	color: var(--navy-dark-color);
	box-shadow: none;
}
 
 
 
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.active,
.btn-outline-primary.active:hover,
.btn-outline-primary.active:focus
{
	box-shadow: none;
	background-color: var(--navy-dark-color);
	border-color: var(--navy-dark-color);
	border-radius: 0;
	box-shadow: none;
	color: var(--white-color);
}
.border-white {
	border-color: var(--white-color);
}
.border-hover-white:hover {
	border-color: var(--white-color) !important;
}

.input-group-text {
	border-radius: 0px;
}
.navbar-www
{
	background-color: var(--navy-dark-color);
	min-height: 80px;
}
.navbar-www .navbar-toggler {
	border: 1px solid var(--navy-light-color);
	border-radius: 0px;

}
.navbar-www .navbar-toggler span {
	color: var(--navy-light-color);
}
.navbar-www .nav-link
{
	margin-right: 4px;
}
.navbar-www a.nav-link,
.navbar-www a.nav-link:visited,
.navbar-www a.nav-link:active,
.navbar-www a.nav-link:link
{
	border: 1px solid var(--navy-dark-color);
	font-weight: 600;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

.navbar-www a.nav-link:hover
{
	border: 1px solid var(--orange-color);
	background-color: var(--orange-color);
}
.navbar-www .navbar-brand-logo
{
	margin: auto;
	display: inline-block;
}
.navbar-www .navbar-brand-logo img
{
	height: 40px;
}
.navbar-www  a.nav-link-important,
.navbar-www  a.nav-link-important:link,
.navbar-www  a.nav-link-important:active,
.navbar-www  a.nav-link-important:visited
{
	border: 1px solid var(--orange-color);
	background-color: var(--orange-color);
}
.navbar-www a.nav-link-important:hover
{
	background-color: var(--navy-dark-color);
}
header .navbar .nav-item .border-orange{
	border: 1px solid var(--orange-color);
}
.copyrights
{
	margin-top: 20px;
	margin-bottom: 80px;
	text-align: center;
	font-size: 14px;
}
.footer {
	background: url(../img/footer.png) repeat-x top center;
}
.footer .nav .nav-link
{
	padding: 2px 2px;
	font-size: 14px;
	color: var(--main-font-color);
	text-decoration: none;
}
.footer .nav .nav-link:hover
{
	font-size: 14px;
	color: var(--active-font-color);
}
.contact-panel {
	margin-top: 40px;
	color: var(--white-color);
	background-color: var(--navy-dark-color);
	/*box-shadow: 0px 0px 4px 4px var(--navy-light-color);*/
	padding: 20px;
}
.contact-panel fieldset {
	border: 1px solid var(--navy-light-color);
	padding: 0px 15px;
}
.contact-panel fieldset legend {
	background-color : var(--navy-dark-color);
	padding: 10px;
	float: none;
	width: auto;
	font-size: 12px;
	margin: 0px;
}
.contact-panel span {
	display: block;
}
.contact-panel .sep {
	border-top: 1px dashed var(--orange-color);
	width: 40%;
	margin: 10px auto 0px auto;
	padding: 4px 0px;
}
.contact-panel .fancy-font {
	font-size: 36px;
	/*line-height: 1em;*/
}
.contact-panel input,
.contact-panel ::placeholder {
	text-align: center;
}
.contact-panel input {
	border-color: var(--white-text-color);
}
.fancy-font {
	font-family: Caveat, serif;
}
/* footer purchase */
.footer-purchase .fancy-font {
	font-size: 36px;
}
.footer-purchase {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 55%, rgba(245,245,245,1) 100%);
}
.footer-purchase .image-container {
	background-image: url('../img/call_01_shadow.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.tarcza {
	position: relative;
	display: inline-block;
	height: 299px;
	width: 300px
}
.tarcza-sm {
	height: 199px;
	width: 200px;
}
.tarcza-xs {
	height: 149px;
	width: 150px;
}
.tarcza img {
	width: 100%;
	height: 100%;
}
.tarcza:after {
	content: " ";
	position: absolute;
	z-index: 2;
	display: block;
	height: 300px;
	width: 300px;
	left: 0px;
	top: -1px;
	background-image: url('../img/tarcza_wykadrowana_300pix.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
}
.tarcza-sm:after {
	height: 200px;
	width: 200px;
}
.tarcza-xs:after {
	height: 150px;
	width: 150px;
}
/* k footer purchase */
#seo {
	padding-bottom: 30px;
	/*	padding-left: 50px;
		padding-right: 50px;*/
	/*background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8211659663865546) 85%, rgba(223,223,223,1) 100%);*/
}
#seo .container-xl {
	padding-top: 60px;
	/*	background-image: url(../img/seo.webp);
		background-position-x: right;
		background-position-y: bottom;
		background-repeat: no-repeat;*/
}
#seo strong {
	font-weight: 600;
}
#seo h1 {
	font-weight: 800;
	font-size: 32px;
	text-align: center;
	margin-bottom: 40px;
}
#seo ul{
	line-height: 30px;
}
.dashed-orange-border {
	border: 2px dashed var(--orange-color);
}
.left-dashed-orange-border {
	position: relative;
}
.left-dashed-orange-border:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0px;
	top: 25%;
	height: 50%;
	border-right: 2px solid var(--orange-color);
}
.left-dashed-orange-border:after {
	content: " ";
	display: block;
	position: absolute;
	left: -9px;
	top: 48%;
	height: 20px;
	width:20px;
	border: 2px solid var(--orange-color);
	border-radius: 50%;
	background: var(--white-color);
}
.left-dashed-orange-border-seo {
	/*margin-left: 50px;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.left-dashed-orange-border-seo:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0px;
	top: 15%;
    height: 75%;
	border-right: 2px solid var(--orange-color);
}
.left-dashed-orange-border-seo:after {
	content: " ";
	display: block;
	position: absolute;
	left: -9px;
	top: 48%;
	height: 20px;
	width:20px;
	border: 2px solid var(--orange-color);
	border-radius: 50%;
	background: var(--white-color);
}

.align-text-middle{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
#offer {
	padding-top: 60px;
	padding-bottom: 60px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.821166) 85%, rgb(254 254 254) 100%);
}
#offer .container-xl {
	/*	background-image: url(../img/seo.webp);
		background-position-x: right;
		background-position-y: bottom;
		background-repeat: no-repeat;*/
}
#offer h1 {
	font-size: 34px;
	padding-bottom: 10px;
}
#offer h2 small {
	font-size: 18px;
}
#offer h2 A,
#offer h2 A:link,
#offer h2 A:visited,
#offer h2 A:active {
	text-decoration: none;
	color: var(--navy-dark-color);
}
#offer h2 A:hover {
	color: var(--orange-color);
}
#offer .image-wrapper {
	width: 150px; /* lub dowolna szerokość */
	clip-path: polygon(
		0 0,        /* lewy górny róg */
		100% 0,     /* prawy górny róg */
		100% 85%,   /* prawy dół (przed szpicem) */
		50% 100%,   /* środek dołu – szpic */
		0 85%       /* lewy dół (przed szpicem) */
		);
	overflow: hidden;
}
#offer .image-wrapper .nnwDoroslychImg{
	width: 100%;
	height: auto;
	display: block;
	height: 150px;
    object-fit: cover;
}
#variants-info {
	background-color: var(--navy-dark-color);
	padding: 40px 0px 20px;
}
#variants-info H2 {
	color: var(--white-color);
	margin-bottom: 30px;
}
#variants-info A {
	color: var(--orange-color);
}
#variants-info .btn-primary {
	color: var(--white-color);
}
#variants-info .row {
	position: relative;
	z-index: 2;
}
#variants-info .btn {
	position: relative;
	z-index: 2;
}
#variants-info .row:before {
	display: block;
	content: "";
	width: 60%;
	height: 10px;
	border-bottom: 1px solid var(--navy-light-color);
	position: absolute;
	top: 40%;
	left: 20%;
	z-index: 1;
}
#variantsRenewal{
	overflow: hidden;
	padding: 50px 0;
}
#variantsRenewal H2{
	color: var(--orange-color);
	font-size: 24px;
}
#variantsRenewal img{
	max-height: 100%;
	max-height: 220px;
}
#variantsRenewal li{
	font-weight: bold;
	color: var(--orange-color);
}

#variantsRenewal .row:before {
	display: initial;
	content: "";
	width: initial;
	height: initial;
	border-bottom: none;
	position: initial;

}
/*
#variants {
	padding: 80px 0px;
	background-color: var(--bg-white);
}
#variants .row [class*="col"] {
	border-right: 1px solid var(--gray-light-color);
}
#variants .logos-row [class*="col"] {
	text-align: center;
	padding: 10px 10px;
}
#variants .logos-row [class*="col"] img {
	height: 30px;
}
#variants .logos-row [class*="col"]:last-child  {
	border-right: none;
}
#variants .variants-row [class*="col"]  {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 600;
	text-align: center;
}
#variants .variants-row [class*="col"]:last-child  {
	border-right: none;
}
#variants .variants-row .btn {
	padding-top: 2px;
	padding-bottom: 2px;
}
#variants .price-row [class*="col"] {
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--white-color);
	text-align: center;
	font-size: 14px;
}
#variants .price-row [class*="col"]:last-child  {
	border-right: none;
}
#variants .info-row {
	border-top: 1px solid var(--gray-light-color);
	font-size: 14px;
	text-align: center;
}
#variants .info-row2 {
	border-top:none;
	font-size: 14px;
	text-align: center;
}
#variants .info-row2 .col-md-4,#variants .info-row2 .col-4{
	border-top: 1px solid var(--gray-light-color);

}


#variants .info-row2 {
	justify-content: center;
}
#variants .info-row.important {
	border-color: var(--orange-color);
	font-weight: 600;
}
#variants .info-row.important+.info-row {
	border-color: var(--orange-color);
}
#variants .info-row [class*="col"] {
	padding-top: 8px;
	padding-bottom: 8px;
		padding-left: 2px;
		padding-right: 2px;
	font-size: 13px;
}
#variants .info-row [class*="col"]:first-child
{
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
}
#variants .info-row [class*="col"]:nth-last-child(2) {
	border-right: none;
}
#variants .info-row:nth-child(odd) [class*="col"] {
	background-color: #f5f5f5;

}
#variants .info-row:hover [class*="col"] {
	background-color: var(--navy-dark-color);
	color: var(--white-color);
}
#variants .info-row span {
	color: var(--navy-light-color);
}
#variants .info-row span:hover {
	color: var(--orange-color);
	cursor: pointer;
}
#variants .info-row .variant-info-expansion {
	border-top: 1px solid var(--gray-light-color);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	border-right: none;
}
#variants .summary-row [class*="col"],
#variants .summary-discount-row [class*="col"]
{
	padding-top: 12px;
	padding-bottom: 8px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--white-color);
	text-align: center;
	font-size: 14px;
}
#variants .summary-row [class*="col"]:first-child {
	border-right: none;
	padding-top: 8px;
}
#variants .summary-row [class*="col"]:last-child {
	border-right: none;
}
#variants .summary-discount-row {
	background: var(--orange-color);
	background: linear-gradient(25deg, rgba(255,255,255,0) 30%, rgba(248,160,1,1) 30%);
}
#variants .summary-discount-row [class*="col"] {
	padding-top: 8px;
	padding-bottom: 20px;
}
#variants .summary-discount-row [class*="col"]:first-child {
	border-right: none;
}
#variants .summary-discount-row [class*="col"]:last-child {
	border-right: none;
}
#variants .summary-discount-row .btn {
	font-size: 12px;
	padding: 4px 2px;
}
#variants .variants-container {
	height: 450px;
}
#variants .discount-premium,
#variants .base-premium {
	display: block;
	font-size: 16px;
}*/
#variants-documents,#variants-documents-single {
	padding: 10px 0px 40px;

}
#variants-documents H2 {
	color: var(--white-color);
	margin-bottom: 30px;
}
#variants-documents-single{
	background: #f5f5f5;
}
#variants-documents-single H2 {
	margin-bottom: 30px;
}
#variants-documents .btn {
	min-width: 200px;
}
/** errors **/
.error {
	color: #DD2623;
}
.bg-navy .error {
	color: var(--orange-color);
}
INPUT.error,
INPUT.error+.input-group-addon,
SELECT.error,
SELECT.error+.input-group-addon,
TEXTAREA.error,
TEXTAREA.error+.input-group-addon {
	border-color: #BA1F1F;
}

INPUT.error+.input-group-addon,
SELECT.error+.input-group-addon,
TEXTAREA.error+.input-group-addon {
	background: #EDBCBB;
	color: #BA1F1F;
}

EM.error {
	font-style: normal;
	padding-left: 12px;
	font-size: 8pt;
}

.checkbox-inline+EM.error,
.radio-inline+EM.error,
.checkbox+EM.error,
.radio+EM.error {
	display: block;
	padding: 2px 0px 0px 30px;
}

INPUT.success,
INPUT.success+.input-group-addon,
SELECT.success,
SELECT.success+.input-group-addon,
TEXTAREA.success,
TEXTAREA.success+.input-group-addon {
	border-color: #3EA03B;
}

INPUT.success+.input-group-addon,
SELECT.success+.input-group-addon,
TEXTAREA.success+.input-group-addon {
	background: #E6F2E6;
	color: #3EA03B;
}
/** k errors **/

.variant-fixed-info {
	position: fixed;
	z-index: 3;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 20px;
	background-color: var(--orange-color);
	color: var(--navy-dark-color);
	font-weight: 600;
}
.first-row-container {
	background-position: top center;
	/*background-size: cover;*/
	background-color: var(--gray-light-color);
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(../img/seo.webp);
	background-position-x: left;
	background-position-y: bottom;
	background-repeat: repeat;
}
.breadcrumb {
	background: none;
	padding: 0 .2rem 0 .2rem;
	margin-top: .2rem;
	margin-bottom: .2rem;
}
.breadcrumb .breadcrumb-item a {
	text-decoration: none;
}
#mainSlider {
	/*position: relative;*/
}
#mainSlider .carousel-caption.slide0 {
	bottom: 10%;
	width: 30%;
	margin-left: 20%;
}
#mainSlider .carousel-caption.slide1 {
	bottom: 20%;
	width: 30%;
	margin-left: 20%;
}
#mainSlider .carousel-caption.slide4 {
	bottom: 20%;
	width: 30%;
	margin-left: 20%;
}
#mainSlider .carousel-caption.slide2 {
	bottom: 30%;
	width: 30%;
	margin-left: 20%;
}
#mainSlider .carousel-caption.slide3 {
	bottom: 20%;
	width: 38%;
	margin-left: 16%;
}
#mainSlider .carousel-caption UL {
	text-align: left;
}
#mainSlider .carousel-caption H2 {
	text-transform: uppercase;
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 20px;
}
#mainSlider .carousel-caption H2 SMALL {
	font-size: 18px;
}
#mainSlider .carousel-caption H2 SPAN {
	font-size: 24px;
	text-transform: capitalize;
}
#mainSlider .carousel-item ul{
	font-size: 18px;
}
.fb-board-container {
	position: relative;
	height: 400px;
}
.fb-board-container img {
	display: block;
	position: absolute;
	bottom: -131px;
	left: 10%;
	height: 500px;
	z-index: 2;
}
.fb-board-container .fb-board {
	display: block;
	position: absolute;
	top: 50px;
	left: 50%;
	background: url(../img/landingpages/nauczyciel_2_tablica.png) no-repeat top left;
	background-size: contain;
	width: 400px;
	height: 449px;
	padding: 40px 10px;
	;
	text-align: center;
}
.fb-board-container .fb-board2 {
	padding: 40px 30px;
}
.fb-board-container .fb-board span {
	display: block;
	margin-top: 10px;
	line-height: 1em;
}

.newsletter-form-main{
    height: 100%;
}
.newsletter {
	height: 100%;
    padding-top: 40px;
    padding-bottom: 80px;
    background: #2F3D6E;
    color:white;
    z-index: -1;
}
.newsletter .container-newsletter {
    max-width: 42em;
}
.newsletter ul {
    padding-left: 1.5rem;
}
.newsletter li {
    list-style: none;
}
.newsletter li:before {
    content: "\2713";
    margin-right: 10px;
}
.newsletter .sub {
    border:1px solid var(--orange-color);
}
.newsletter .unsub {
    border:1px solid transparent;
}
.newsletter .btn .unsub{
    border: 1px solid transparent;
}
.newsletter input:focus{
    background: transparent;
}
.newsletter input{
    background: transparent;
    border: transparent;
    border-bottom: 1px solid white;
    margin-top :25px;
    transition: 0.2s;
    color: white;
}
.newsletter .form-control:focus{
    color: white;
}
.newsletter-checkbox{
    color: rgba(255,255,255,0.6);
}
.newsletter input[type=checkbox]{
    background: transparent;
    border: 1px solid white;
    margin-top: 10px;
}
.newsletter ::placeholder{
    color:white;
}
.newsletter .unsub-text{
    font-size: 28px;
    color: #dc3545;
    font-weight: bold;
}
.newsletter-h{
	font-size: 20px;
    font-weight: 600;
    color: #2f3d6e;
    margin-bottom: 8px;
    text-align: center;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.content {
    height: 100%;
}
.btn-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.accordion-section{
	padding: 50px 0px 20px 0;
	margin:50px 0 0 0;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
}
.accordion-section p{
	margin:0;
}
.accordion-section .accordion-header .accordion-button{
	font-weight: 600;
}
.accordion-section .btn{
	padding-left: 30px;
	padding-right: 30px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide p {
	font-size: 16px;
}
.swiper-rekomendacje{
	position: relative;
}
.swiper-rekomendacje .swiper-pagination-bullet {
	border-radius: 0;
	width: 40px;
	height: 5px;
}

.swiper-nnw .swiper-slide p {
	font-size: 16px;

}
.swiper-container .swiper-pagination-bullet-active{
	background: var(--navy-color);
}
.recomendations{
	padding-bottom: 20px;
}
.recomendations img{
	max-width: 40px;
	margin-bottom: 15px;
}
.recomendations h2{
	margin-bottom: 115px;
	margin-top: 45px;
}

.swiper-nnw .swiper-slide {
	text-align: left;
}

.back-row-oferta{
	padding:20px 0 30px 0;
}

.back-row-oferta .f34{
	text-align: right;
}
.back-row-oferta .swiper-slide {
	margin-bottom: 25px;
}
.back-row-oferta A,
.back-row-oferta A:link,
.back-row-oferta A:visited,
.back-row-oferta A:active {
	text-decoration: none;
	color: var(--navy-dark-color);
}
.back-row-oferta A:hover {
	color: var(--orange-color);
}
#sectionfaq .accordion-header button{
	font-weight: 600;
}

.border-right {
	border-right:1px solid #d8d8d8;
	padding: 0;
}
.agreements-box{

	margin: 25px 0;
	border:1px solid #d8d8d8;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
}
.agreements-box .bonus{
	background: #2f3d6e;
    padding: 15px 0;
    color: white;
    font-weight: 600;
}
.sale-info .col {
	display: flex;
	align-items: center;
}
.sale-info img {
	max-width: 100px;
	margin-right: 15px;
}
.fit-content{
	width: -moz-fit-content;
    width: fit-content;
}
.delete-btn{
	display: none;
}
.vouchercode{
	text-transform: uppercase;
}
::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
.pincode,input.success{
	border-color: var(--navy-light-color);
}
.ubezpieczony-kontener .opacity-08{
	display: none;
	opacity: 0.08;
	margin-bottom: 12px;
}
.articles{
	padding: 50px 0 25px 0;
}
.articles h2 a:hover {
	color: var(--navy-dark-color);
}

.single-img {
	width: 100%;
	max-width: 400px;
}
.show-more {
	padding: inherit;
	-webkit-mask-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 30%);
}
/*#variants .info-row:hover [class*="col"]:nth-last-child(2) {
	background:#2f3d6e;
}
#variants .info-row:nth-last-child(2){
}
#variants .logos-shop [class*="col"] img{
	height: 50px;
}*/
.hidden-button{
	padding: 20px 50px;
}

.btn-facebook{
	background-color:#4267b2;
	min-width:260px;
}

#deklaracje_paginate .pagination,#wznowienia_paginate .pagination{
	display: flex;
}
.page-link{
	cursor: pointer;
}
.page-item:first-child .page-link,.page-item:last-child .page-link{

	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;

}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f8a001;
    border-color: #f8a001;
}
.page-link{
	color: #2745ad;
}
li.page-item {
    margin: 0 2px;
}
li.more-items{
	display: flex;
    align-items: end;
    margin: 0 11px;
    letter-spacing: 2px;
}
.parentsCorner-article .tarcza img{
	object-fit: cover;
}
.parentsCorner-aicles-list .tarcza img{
	object-fit: cover;
}

.logo-inter-warianty img{
	max-width: 100px;
	background:white;
	padding: 15px;
}
.video-front{
	display: none;
}
.video-front-miniature {
	cursor: pointer;
	display: flex;
}
.video-front-miniature:hover span {

	color:#FF0000;
}
.video-front-miniature span {
	color:#3C3D3B;
}
.video-front-miniature img{

	max-width: 100%;
    object-fit: contain;
    height: 287px;
    width: 512px;
}
.video-front-miniature-school {
	cursor: pointer;
	display: flex;
}
.video-front-miniature-school:hover span {

	color:#FF0000;
}
.video-front-miniature-school span {
	color:#3C3D3B;
}
.video-front-miniature-school img{
	width:100%;
}
.video-front-miniature-partner {
	cursor: pointer;
	display: flex;
}
.video-front-miniature-partner:hover span {

	color:#FF0000;
}
.video-front-miniature-partner span {
	color:#3C3D3B;
}
.video-front-miniature-partner img{
	width:100%;
}
.variants-table {
	margin-bottom: 50px;
	overflow-x: clip;
}
.variants-table .btn:hover{
	border: 1px solid white;
}
.variants-table .input-rabat{
	background: #8b99ca;
	border-radius: 15px 0 0 15px;
	height: min-content;
}
.variants-table .input-rabat input{
	margin: 15px 0 0px 15px;
	max-width: 220px;
}
.variants-table .discount {
	margin-bottom: 15px;
}
.variants-table .input-rabat button{
	padding: 0 20px;
	margin: 15px 15px 0px 0px;
}
.variants-table .variant-box{
	min-height: 100px;
	background:#f7a100;
	color:white;
	padding: 20px 8px;
	border-radius: 10px;
	text-align: center;
}

.variants-table .variant-box p{
	line-height: 1.1em
}

.variants-table .variant-box a{
	padding: 7px 20px;
}
.variants-table .variant-col{
	padding: 0 1px;
}
.variants-table .variant-number{
	background: #8b99ca;
	border-radius: 15px 15px 0 0;
	text-align: center;
	margin: -1px 10px;
	color:white;
}
.variants-table .variant-number span{
	font-size:12px;
	font-weight: 600;
}


.variants-table .variant-label{
	letter-spacing: 2px;
	color:#2f3d6e;
	padding: 10px 10px;
	border-bottom: 3px solid #2f3d6e;
	text-transform: uppercase;
}
.variants-table .variant-label p{
	/*padding: 0 10px;*/
}
.variants-table .variant-info-expansion{
	padding: 10px 10px;
	background:#dce0ef;
}
.variants-table .info-row .col{
	border-right: 1px solid #8b99ca;
	border-top: 1px solid #8b99ca;

	align-items: center;
	justify-content: center;
}

.variants-table .info-row:hover {
	box-shadow: 2px 2px 4px 0px #8f8f8f;
}
.variants-table .addons-box .name-label:hover {
	/*box-shadow: 2px 2px 4px 0px #8f8f8f;*/
}

.variants-table .addons-box .info-row:hover{
	/*box-shadow: none;*/
}
.variants-table .name-label{
	padding:6px 10px;
	border-right: 1px solid #8b99ca;
	border-top: 1px solid #8b99ca;
}
.variants-table .addons-price p {
	color:white;
}
.variants-table .addons-price {

	padding: 5px 0;
	border-radius: 10px;
	background: #8b99ca;
}
.variants-table .addons-price .btn {
	padding: 7px 10px;
	min-width: 135px;
}
.variants-table .variant-info-button{
	font-size: 20px;
	color:#8b99ca;
	margin-left: 20px;
}
.variants-table .variant-info-button:hover{

	color:#f7a100;
}
.addons-box .name-label{
	border: none;
	border-bottom: 1px solid #8b99ca;

}
.addons-box .name-label:last-child{
	border: none;

}
.variants-table .discount-premium{
	font-size: 24px;
}

.ext-active{
	background: #f7a100 ;
	border:1px solid #f7a100 ;
}
.ext-unactive{
	background: #2f3d6e ;
	border:1px solid #2f3d6e ;
}
.variants-table .addons-box .variant-info-expansion{
	background: #dce0ef;
}

.variants-table .addons-box .variants-info-box .name-label{
	border-top: 1px solid #8b99ca;
	;

}
.variants-table .addons-box .variants-info-box:first-of-type .name-label{
	border-top: 1px solid transparent;
}

.variants-table .header-table-fixed .discount-premium{
	font-size: 18px;
}
.variants-table .header-table-fixed .base-premium{
	/*font-size: 14px !important;*/
}
.variants-table .header-table-fixed .container{
}
.variants-table .header-table-fixed .variant-box{
	min-height: initial;
	padding: 9px;
}
.header-table-fixed{
	position: fixed;
	top: 0;
	width: 100%;
	right: 0;
	background: #ffffff;
	padding: 11px 0;
}
.kod-mobile{
	background: #8b99ca;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    margin-top: 5px;
}
.box {
	position: relative;
}
.inbox1 {
	position: sticky;
	top: 25px;
	z-index: 9;
}
.variants-table .bg-white-box{
    position: absolute;
    top: -35px;
    left: -200px;
    background: white;
    height: 100%;
    z-index: -1;
    min-width: 5000px;
    min-height: 125%;
}
.variants-table ul{
	line-height: 22px;
    margin-bottom: 6px;
    font-size: 15px;
}
.variants-table .important{
	color:#3d519d;
	font-weight: 600;
	background-color: #f7a1001f;
}

.d-block-shop{
	display:inline;
}
/*  added by MK! */
.variants-table .discount-premium,
.variants-table .base-premium {
	font-size: 20px;
}
.variants-table .discount-premium-container .base-premium {
	font-size: 14px;
}
.variants-table .variant-box p {
	margin-bottom: 2px;
	padding: 0px;
	line-height: 1em;
}
.variants-table .variant-box p strong {
	font-size: 15px;
}
.variants-table .addons-box .border-start-1{
	border-left:1px solid #8b99ca;
}

.contact-group-info {
	background:var(--navy-dark-color);
	color:white;
	border-bottom: 1px solid #ffffff17;
}
.contact-group-info a{
	color:white;
}
.contact-group-info a:hover{
	text-decoration: underline;
}
#toast-container>div{
	opacity: 1 !important;
}
.a-head-shop{
	padding: 5px;
	border-top: 1px solid #ebebeb;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 0px;
}
.row-shop-header div:nth-child(2) a{
	border: none;
}
.btn-shop-head{
	display: block;
    text-align: center;
    width: 150px;
    padding: 8px;
}
.img-slider-top{
	max-width: 100%;
    object-fit: contain;
    height: 473px;
    width: 1296px;
}
.logo-header{
	height: 40px;
	width: 241px;
}
.interrisk-logo-table{
	max-width: 100%;
    object-fit: contain;
    height: 38px;
    width: 100px;
}
.img-cross-tarcza{
	max-width: 100%;
    object-fit: contain;
    height: 181px;
    width: 165px;
}
.szkody .szkody-info{
	border-right: 1px solid #b1b1b1;
	margin-right: 14px;
}
.szkody .carousel-item img{
	width: 100%;
}
.newsletterOk{
	display: none;
}

.highlightedVariant{
	background: #edf0f7;
	z-index: -1;
}
.highlightedVariantDark{
	background: #8b99ca !important;
}
.highlightedVariantYellow{
	background: #f7a100 !important;
}
#superVipModal .extension-code-modal-submit-btn, #extension-code-modal .extension-code-modal-submit-btn
{
 
		font-size: 18px
	 
}
#superVipModal .modal-content, #extension-code-modal .modal-content
{
	background: white;
}
#superVipModal .modal-body, #extension-code-modal .modal-body{
	padding: 50px 15px;
	background:url('/img/bg-modal.webp');
}
#superVipModal .selected-variant, #extension-code-modal .selected-variant{
	color: var(--orange-color);
}
#superVipModal .selected-amount, #extension-code-modal .selected-amount{
	color: var(--orange-color);
}
#superVipModal .orangeLine, #extension-code-modal .orangeLine{
	height: 3px;
	width: 70%;
	background: var(--orange-color);
	margin-bottom: 50px;
}
#superVipModal .coverageTxt, #extension-code-modal .coverageTxt{
	border:2px solid #8b99ca;
	border-radius: 10px;
	background: white;
	overflow: hidden;
}
#superVipModal .variantCol, #extension-code-modal .variantCol{
	border:2px solid #8b99ca;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	background: white;
	overflow: hidden;
	text-align: center;

}
#superVipModal .variantCol button:focus, #extension-code-modal .variantCol button:focus{
	background-color: var(--orange-color);
    border-color: var(--orange-color);
    color: var(--white-color);
}

#superVipModal .covCol, #extension-code-modal .covCol{
	min-height:40px;
	border-top: 1px solid #8b99ca;
	display: flex;
	align-items: center;
	justify-content: center;
}
#superVipModal .hideRow, #extension-code-modal .hideRow{

}

#superVipModal .buttonAddExt button, #extension-code-modal .buttonAddExt button{
	width: 100%;
}
#superVipModal .variantCol p, #extension-code-modal .variantCol p{
	text-align: center;
}
#superVipModal .covCol:nth-of-type(even), #extension-code-modal .covCol:nth-of-type(even){
}

#superVipModal .active, #extension-code-modal .active{
	border-color: #f8a001;
    background: #fff0d6;
}
#superVipModal .active .covCol:nth-of-type(even), #extension-code-modal .active .covCol:nth-of-type(even){
    background: #ffd791;
}
#superVipModal .price, #extension-code-modal .price{
	min-height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#superVipModal .toPayTxt, #extension-code-modal .toPayTxt{
	border-bottom: 1px solid var(--orange-color);
	padding: 0 15px;

}
#superVipModal .toPay, #extension-code-modal .toPay{
	color:var(--navy-dark-color);

	font-size: 24px;
	font-weight: bold;
	margin-right: 50px;
}
#superVipModal .colPrice, #extension-code-modal .colPrice{
    color: #2f3d6e;
    font-size: 24px;
    font-weight: bold;
}
#superVipModal .modalMobile .selectedVariantBlock, #extension-code-modal .modalMobile .selectedVariantBlock{
	background:  #8b99ca;
	font-size: 24px;
	border-radius: 10px 0 0 10px;
	padding: 15px;
	text-align: center;
	min-width: 100%;
}
#superVipModal .modalMobile .selectedAmountBlock, #extension-code-modal .modalMobile .selectedAmountBlock{
	text-align: center;
	background: var(--orange-color) ;
	font-size: 24px;
	border-radius: 10px;
	padding: 15px;
	min-height: 100px;
}
#superVipModal .modalMobile span, #extension-code-modal .modalMobile span{
	color:white;
}
#superVipModal .modalMobile .exensionCol p, #extension-code-modal .modalMobile .exensionCol p{
	color:white;

}
#superVipModal .modalMobile .exensionCol , #extension-code-modal .modalMobile .exensionCol {
	background:  #8b99ca;
	font-size: 16px;
	border-radius: 10px;
	padding: 15px;
	text-align: start;
	min-width: 100%;
}
#superVipModal .modalMobile .addExtensionCol , #extension-code-modal .modalMobile .addExtensionCol {
	background: var(--orange-color) ;

	font-size: 24px;
	border-radius: 10px;
	padding: 15px;
	text-align: start;
	min-width: 100%;
}
#superVipModal .modalMobile li::marker , #extension-code-modal .modalMobile li::marker {
	color: white;
}
#superVipModal .modalMobile li , #extension-code-modal .modalMobile li {
	line-height: 16px;
    margin-bottom: 5px;
}
#superVipModal .modalMobile .toPay , #extension-code-modal .modalMobile .toPay {
	color:var(--navy-dark-color);
}
#superVipModal .active .info-row, #extension-code-modal .active .info-row{
	border-color: #f8a001 !important;
    background: #fff0d6 !important;
	height: 100%
}
#superVipModal .active.nameRowR, #extension-code-modal .active.nameRowR{
	border-color: #f8a001 !important;
    background: #fff0d6 !important;
}
#superVipModal  .variant-info-expansion , #extension-code-modal  .variant-info-expansion {
	padding: 10px;
}
#superVipModal .descriptionMobile, #extension-code-modal .descriptionMobile{
	display: none;
	border-radius: 10px;
	background: white;
	border:1px solid #8b99ca;
	font-size: 14px;
	padding: 10px 15px;
	margin-bottom: 15px;
}
#superVipModal .info-row, #extension-code-modal .info-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
	border-top: 1px solid #8b99ca;
	border-left: 2px solid #8b99ca;
	border-right: 2px solid #8b99ca;
	height: 100%

}

#superVipModal .nameRowL, #extension-code-modal .nameRowL{
	border-top: 2px solid #8b99ca;
	border-left: 2px solid #8b99ca;
	border-right: 2px solid #8b99ca;
	border-radius: 10px 10px 0 0;
	background:white;
}
#superVipModal .nameRowR, #extension-code-modal .nameRowR{
	border-top: 2px solid #8b99ca;
	border-left: 2px solid #8b99ca;
	border-right: 2px solid #8b99ca;
	border-radius: 10px 10px 0 0;
	background:white;
	height: 100%;
}
#superVipModal .endRow, #extension-code-modal .endRow{
	border-bottom: 2px solid #8b99ca;
	border-left: 2px solid #8b99ca;
	border-right: 2px solid #8b99ca;
	border-radius: 0 0 10px 10px;
	width: 100%;
	margin-bottom: 15px;
}

#superVipModal .txtCol, #extension-code-modal .txtCol{
    background: white;
}

#superVipModal {
	overflow:hidden;
	
}
#superVipModal .modal-content {
	max-height: 900px;
	overflow-y: scroll;
	
}
.modal-content{
    background: url(/img/bg-modal.webp);
	background-color: white;

}


.modal-header{
	position: relative;
	border: none;
	flex-direction: column;

}
.modal-header:after{
	display: block;
	content: " ";
	margin-top: 15px;
	height: 3px;
	width: 70%;
	background: var(--orange-color);
	margin-bottom: 20px;
}
.modal-header .btn-close{
	position: absolute;
	top: 25px;
    right: 25px;
}
.modal-body{
	background: white;
	margin: 0 20px 25px;
	padding: 20px;
}
@media only screen and (max-width: 575px) {
	.modal-body{
		margin: 0 5px;
	}
}
.modal-footer{
	border: none;
}
.modal-footer .btn-outline-primary{
	background: white;
}
.modal-footer .btn-outline-primary:hover{
	background: #0d6efd;
}
.renewalBoxInfo {
	margin-top: 25px;
}
.renewalBoxInfo .boxYellow{
	padding: 0 15px;
    background: #fbfbfb;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
    border: 2px solid #f8a001;
	border-right: 0;
}
#nnwDorosliOfferModal .modal-body{
	position: relative;
    min-height: 400px;
    background: url(/img/bg-modal2.webp);
    background-size: contain;
    background-position: 180% 0;
    background-repeat: no-repeat;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
#nnwDorosliOfferModal .modal-body .content{
	z-index:1;
}
#nnwDorosliOfferModal .modal-body h3{
	font-size: 38px;
}
#nnwDorosliOfferModal .modal-body h3 span{
	font-size: 44px;
}
#nnwDorosliOfferModal .modal-body .gradient{
	background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.badge {
	width: 153px;
	height: 153px;
	overflow: hidden;
	position: absolute;
	border-radius: 0;
	z-index: 9;
}
.badge::before,
.badge::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #2f3d6e;
}
.badge-top::before {
	top: 0;
	right:38px;
}
.badge-top::after {
    bottom: 38px;
	left: 0;
}
.badge span {
	position: absolute;
	display: block;
	width: 265px;
	padding: 15px 0;
	background-color: #2f3d6e;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #fff;
	font: 700 15px/1 'Lato', sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-align: center;
}

.badge-top {
	top: -25px;
	left: -25px;
}

.badge-top span {
    right: -20px;
    top: 20px;
	transform: rotate(-45deg);
}
.paymentMethodImg{
	max-width: 75px;
	margin-right: 10px;
}
#partnerPaymentModal .modal-content{
	background-size: 50%;
}
#partnerPaymentModal .modal-body{
	background: url('../img/modalParnerBg.webp');
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

#partnerPaymentModal .decoration{
	position: absolute;
	top: -2%;
	background: var(--orange-color);
	color: white;
	width: 120px;
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
	padding: 0 15px;
}
#partnerPaymentModal .decoration2{
	position: absolute;
	top: -2%;
	right: 2%;
	background: var(--orange-color);
	color: white;
	width: 120px;
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
	padding: 0 15px;
}
#partnerPaymentModal .decoration img,#partnerPaymentModal .decoration2 img{
	width: 100%;
	filter:invert(1);
}
#partnerPaymentModal .usePoints{
	font-size: 16px;
}
#partnerPaymentModal .dontUsePoints{
	font-size: 14px;
	height: min-content;
}

#partnerPaymentModal ul{
	list-style: none;
}
#partnerPaymentModal .modal-content{
	border: transparent;
}


#partnerPaymentModal.modalNoPartner .modal-footer{
    background: #d6dffe;
	font-size: 14px;
}
#partnerPaymentModal .bgNavy{
	position: relative;
	background: url('../img/modal-bg-2.webp');
    height: 100%;
    display: flex;
    flex-direction: column;
	align-items: center;
    color: white;
    justify-content: end;
    padding: 10px 15px;
    padding-bottom: 20%;
}
#partnerPaymentModal ul{
	padding: 0;
	margin: 0;
    color: white;
}
#partnerPaymentModal .useItTxt{
	font-size: 24px;
}
.downloadBtnImgPartner{
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	padding: 3px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	margin-right: 5px;
}
.borderPartner{
	border-right: 1px solid #d9d9d9;
}
@media only screen and (min-width: 768px) {
	#superVipModal .nameRowR{
		 border-radius: 0px; border-top: 0;
	}
 

}
@media only screen and (max-width: 575px) {
	#superVipModal .modal-body,  #extension-code-modal .modal-body{
		padding: 15px 0;
	}
	#superVipModal .info-row p,  #extension-code-modal .info-row p{
		font-size: 12px;
		line-height: 1.1rem;
	}
	#superVipModal .info-row p i,  #extension-code-modal .info-row p i{
		font-size: 14px;
	}
	#superVipModal .nameRowL p,  #extension-code-modal .nameRowL p{
		font-size: 16px;
	}

}
@media only screen and (max-width: 350px) {
	#superVipModal .colPrice,#extension-code-modal .colPrice{
		font-size:18px;
	}
}

@media only screen and (max-width: 991px) {
	#partnerPaymentModal .useItTxt{
		font-size: 22px;
	}

	#partnerPaymentModal .bgNavy{
		padding-bottom: 15px;

	}
	#partnerPaymentModal .bgNavy .code{
		font-size: 24px;

	}
}
@media only screen and (max-width: 1200px) {
	.variants-table .variant-box p strong{
		font-size:16px;
	}
}


@media (max-width: 1399px) {
	.navbar-www a.nav-link, .navbar-www a.nav-link:visited, .navbar-www a.nav-link:active, .navbar-www a.nav-link:link{
		font-size: 12px;
	}
	.variants-table .discount-premium{
		font-size: 22px;
	}
}
@media (max-width: 1116px) {
	.navbar-www a.nav-link, .navbar-www a.nav-link:visited, .navbar-www a.nav-link:active, .navbar-www a.nav-link:link{
		margin: 2px 2px;
	}
	#mainSlider .carousel-caption H2{
		font-size: 24px;
	}
	#mainSlider .carousel-item ul{
		font-size: 15px;
	}
	/*	#variants .row-summary .w-240 {
	
		}*/
}
@media (min-width: 1116px) {
	/*	#variants .row-summary .w-240 {
			min-width: 240px;
		}*/
}
@media (min-width: 992px) {
	.variants-table .extension-mobile{
		font-size: 39px;
	}

	.variants-table .highlightedVariant .btn:hover{
		background:#8b99ca;
	}

	.variants-table .info-row .col{
		display: flex;
		font-weight: 600;
	}
}

@media (max-width: 991.98px) {

	#mainSlider .carousel-caption H2{
		font-size: 20px;
	}
	#mainSlider .carousel-caption.slide0{
		bottom: 10%;
		width: 40%;
		margin-left: 16%;
	}
	.variants-table .extension-mobile{
		font-size: 39px;
	}
	.variants-table.shop .variant-number{
		background: #f8a001;
	}
	.variants-table.shop .variant-col .variant-box.active{
		background:#8b99ca;
		border-radius: 10px;
		border-color:#8b99ca;
		margin-bottom: 10px;
	}
	.variants-table.shop .base-premium{
		font-size: 18px;
	}
	.variants-table.shop .discount-premium{
		font-size: 22px;
	}
	.variants-table .variant-col .variant-box.active {
		background: #2f3d6e !important;
		border-radius: 10px 10px 0 0;
		border-bottom: 1px solid #2f3d6e;
	}
	.variants-table .variant-col .variant-box.unactive {
		background: #f7a100;
		border-radius: 10px;
		border-bottom: 5px solid white;
	}

	.d-block-shop{
		display: none;
	}
	.articles-btn{
		width: 100%;
	}
	.floating-ext{
		background: #8b99ca;
		border-radius: 10px;
		margin-top: 3px;
		padding: 5px;
		align-items: center
	}
	.floating-ext p{
		font-size: 16px;
		color:white;
	}
	.floating-ext span{
		font-size: 22px;
		color:white;
	}
	.variants-table .variant-info-button{
		font-size: 30px;
	}
	.variants-table .addon-mobile-small{
		padding: 10px;
		display: flex;
		flex-direction: column;
		background: #2f3d6e;
		top: 0;
		right: 4%;
		min-height: 120px;
		text-align: center;
		color:white;
		justify-content: center;
		align-items: center;
	}
	.variants-table .addon-mobile-small p{
		font-size: 20px;
		font-weight: bold;
	}
	.variants-table .addon-mobile-small p span{
		font-size: 30px;
	}
	.variants-table .addon-mobile-small .btn{
		border:1px solid white;
	}
	.variants-table .discount-premium{
		font-size: 20px;
	}
	.variants-table .buy-bottom{
		position: absolute;
	}
	.variants-table {
		padding: 0 5px;
	}
	.variants-table .addons-price{
		padding: 15px 10px;
		position: relative;
	}
	.variants-table .variant-col
	{
		cursor:pointer;
	}
	/*	.variants-table .variant-col:first-child  {
	
		}*/
	/*	.variants-table .variant-col:first-child .variant-box 
		{
			background: var(--navy-dark-color);
			border-radius: 10px 10px 0 0;
			border-bottom: 5px solid var(--navy-dark-color);
		}*/
	/*	[class^='row-mobile-tag'], [class*=' row-mobile-tag']{
			display: none;
		}
		.row-mobile-tag1{
			display: flex;
		}*/
	[class^='col-variant-mobile'], [class*='col-variant-mobile']{
		display: none;
	}
	/*	.col-variant-mobile:first-child{
			display: flex;
	
		}*/
	.variants-table div.row-price-mobile{
		background: var(--navy-dark-color);
		color:white;
		padding: 10px 0px;
		border-radius: 0 0 10px 10px;
		border-left: 1px solid white;
		border-right: 1px solid white;
	}
	.variants-table div.row-price-mobile.price-tags-bottom{
		border-radius: 0;
		border-left: 1px solid var(--navy-dark-color);
		border-right: 1px solid var(--navy-dark-color);
		padding:  5px 0 10px 0;
		flex-direction: column;
	}
	.variants-table .row-price-mobile .btn{
		border:1px solid white;
		padding: 7px 42px;
	}
	.variants-table .bottom-sum-row .input-rabat {
		border-radius: 10px;
		margin-bottom: 10px;
	}
	.variants-table .bottom-sum-row .input-rabat input {
		max-width: 115px;
	}
	.variants-table .variant-box p strong{
		font-size:20px;
	}
	.variants-table .variant-box{
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-bottom: 5px solid white;
	}
	.fb-board-container img {
		left: 4%;
	}
	.navbar-www .nav-link{
		padding-left: 10px;
		padding-right: 10px;
	}
	.fb-board-container {
		height: 300px;
	}
	.fb-board-container .fb-board {
		position: static;
		margin: auto;
		margin-top: 40px;
	}
	.inbox1{
		top:5px;
	}
	.variants-table .bg-white-box{
		top:-45px;
	}
	.variants-table .variant-box {
		min-height: 115px;
	}
	#extension-code-modal .variant-info-button{
		font-size: 16px;
	}
	#superVipModal .variant-info-button{
		font-size: 16px;
	}
}
@media (max-width: 767.98px) {
	#offer h2,#offer .p20{
		text-align: center;
	}
	.left-dashed-orange-border-seo ul{
		margin: 0;
	}
	.left-dashed-orange-border-seo:before {
		border: transparent
	}
	.left-dashed-orange-border-seo:after {
		border: transparent
	}
	/*	#variants .discount-premium,
		#variants .base-premium {
			font-size: 13px;
		}
		#variants .info-row {
			font-size: 10px;
		}
		#variants .sum-row {
			font-size: 10px;
			padding-left: 1px;
			padding-right: 1px;
			white-space: nowrap;
		}*/
	.left-dashed-orange-border:before {
		content: "";
		display: block;
		position: absolute;
		left: 10%;
		top: 0px;
		width: 80%;
		height: 1px;
		border-right: none;
		border-bottom: 2px solid var(--orange-color);
	}
	.left-dashed-orange-border:after {
		content: "";
		display: block;
		position: absolute;
		left: 48%;
		top: -9px;
		height: 20px;
		width: 20px;
		border: 2px solid var(--orange-color);
		border-radius: 50%;
		background: var(--white-color);
	}

}


@media (max-width: 550px) {
	.rocznie{
		display: none;
	}
	.variants-table .discount-premium,
	.variants-table .base-premium {
		font-size: 14px;
	}
	.variants-table .discount-premium-container .base-premium {
		font-size: 12px;
	}
	.variants-table .variant-box p {
		margin-bottom: 2px;
		padding: 0px;
		line-height: 1em;
	}
	.variants-table .variant-box p strong {
		font-size: 12px;
	}
}
@media (max-width: 437px) {

	.variants-table .variant-box{
		padding: 0;
	}
	.variants-table .row-price-mobile .mobile-price{
		font-size: 16px;
	}
	.variants-table .row-price-mobile .btn {
		padding: 10px 15px;
	}
	.variants-table .addons-price .btn {
		padding: 10px 15px;
		min-width: initial;
	}
	.variants-table .bottom-sum-row form {
		width: 100%;
		max-width: 160px;
		padding: 15px 0 0px 15px;
	}
	.variants-table .bottom-sum-row .input-group {
		flex-direction: column;
	}
	.variants-table .bottom-sum-row .input-group .btn{
		padding: 7px 10px;
		width: 100%;
		margin: 5px 0 15px 15px;
	}
	.variants-table .bottom-sum-row .input-rabat input {
		width: 100%;
		margin: 0;
		min-width: fit-content;
	}
	.variants-table .price-tags-bottom {
		margin-left: 10px;
	}
	.variants-table .extension-mobile{
		font-size: 20px;
	}
}