* {
	font-family: 'Instrument Sans', sans-serif !important;
	scroll-behavior: smooth;
}

#oppolp {
	overflow: hidden;
	padding: 0;
	font-family: 'OPPOSans-Regular', Arial, serif;
	line-height: 1.5em;
	color: #000000;
	background-color: #ffffff;
}

#oppolp * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

#oppolp section {
	width: 100%;
}

#oppolp .container {
	width: 100%;
	margin: 0 auto;
}

#oppolp .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0.5rem;
	width: auto;
}

#oppolp .show-desktop {
	display: none;
}

#oppolp .show-mobile {
	display: block;
}

/* colors, background */
#oppolp .bg-gradient {
	background: rgb(223, 223, 223);
	background: linear-gradient(
		245deg,
		rgba(223, 223, 223, 1) 0%,
		rgba(236, 236, 236, 1) 15%,
		rgba(255, 255, 255, 1) 34%,
		rgba(230, 230, 230, 1) 72%,
		rgba(236, 236, 236, 1) 100%
	);
}

#oppolp .bg-ip {
	background: url('../images/wodoszczelnosc.webp') no-repeat 50% 50% #3e2e3e;
	background-size: cover;
	color: #ffffff;
}

#oppolp .bg-wytrzymalosc {
	background: url('../images/wytrzymalosc-bg2.webp') no-repeat 0% 50% #3e2e3e;
	background-size: cover;
	color: #ffffff;
	min-height: 550px;
}

#oppolp .text-shadow {
	text-shadow: 2px 0px 15px rgba(0, 0, 0, 1);
}

#oppolp iframe {
	width: 98%;
	margin: 10px auto;
	aspect-ratio: 16/9;
	border-radius: 10px;
	min-height: 400px;
}
#oppolp .bg-oppo-grey {
	background-color: #f0f0f0;
}

#oppolp .text-shadow {
	text-shadow: 2px 0px 15px rgba(0, 0, 0, 1);
}
#oppolp .bg-white {
	background-color: #ffffff;
}

/* width */
#oppolp .w-100 {
	width: 100%;
}

#oppolp .w-max-100 {
	max-width: 100%;
}

#oppolp .height-100 {
	height: 100%;
}

/* borders */
#oppolp .radius-border {
	border-radius: 10px;
}

#oppolp .col-1 {
	width: 8.3333333333%;
}

#oppolp .col-2 {
	width: 16.6666666667%;
}

#oppolp .col-3 {
	width: 25%;
}

#oppolp .col-4 {
	width: 33.3333333333%;
}

#oppolp .col-5 {
	width: 41.6666666667%;
}

#oppolp .col-6 {
	width: 50%;
}

#oppolp .col-7 {
	width: 58.3333333333%;
}

#oppolp .col-8 {
	width: 66.6666666667%;
}

#oppolp .col-9 {
	width: 75%;
}

#oppolp .col-10 {
	width: 83.3333333333%;
}

#oppolp .col-11 {
	width: 91.6666666667%;
}

#oppolp .col-12 {
	width: 100%;
}

/* fonts */
#oppolp .heading-1 {
	font-size: 2.5rem;
	font-family: 'OPPOSans-Bold', Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

#oppolp .heading-2 {
	font-size: 2rem;
	font-family: 'OPPOSans-Bold', Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

#oppolp .heading-3 {
	font-size: 1.4rem;
	font-family: 'OPPOSans-Medium', Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

#oppolp .heading-4 {
	font-size: 1rem;
	font-family: 'OPPOSans-Medium', Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

#oppolp .legal {
	font-size: 0.9rem;
	font-family: 'OPPOSans-Light', Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

#oppolp .small-font {
	font-size: 0.7rem;
	font-family: 'OPPOSans-Regular', Arial, Helvetica, sans-serif;
}

#oppolp p,
#oppolp ol,
#oppolp ol li,
#oppolp ul,
#oppolp ul li {
	font-size: 0.8rem;
	font-weight: normal;
	line-height: 1.5em;
}

#oppolp small {
	font-size: 0.6rem;
}

#oppolp .bullet {
	position: relative;
	line-height: 2em;
	padding-left: 30px;
}

#oppolp .bullet:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url('../images/bullet.webp') no-repeat top center;
	color: #0082fa;
	font-weight: bold;
	display: block;
	top: 4px;
	left: 0px;
	position: absolute;
}

#oppolp ul.graybglist {
	list-style-type: none;
	font-size: 0.6rem;
	display: grid;
	place-items: normal;
	text-align: center;
}

#oppolp ul.graybglist li {
	list-style-type: none;
	font-size: 0.8rem;
	padding: 5px 8px;
	background-color: #f6f4f4;
	border-radius: 8px;
	margin: 3px;
}
#oppolp ul.graybglist li::before {
	display: none;
}

#oppolp ul {
	list-style-type: none;
	list-style-position: inside;
	font-size: 0.8rem;
	margin-left: 30px;
}
#oppolp ul li::before {
	content: '\2022';
	color: #0082fa;
	font-weight: bold;
	display: inline-block;
	width: 0.8em;
	margin-left: -1em;
}
#oppolp ul.list-center {
	display: grid;
	place-items: center;
	text-align: center;
	list-style-type: disc;
	list-style-position: inside;
}

#oppolp p.x-big {
	font-size: 3rem;
	color: #0082fa;
	font-family: 'OPPOSans-Bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#oppolp p.xxl-big {
	font-size: 4rem;
	font-family: 'OPPOSans-Bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#oppolp .bigger {
	font-size: 1.5rem;
	font-family: 'OPPOSans-Bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#oppolp p.x-small {
	font-size: 0.8rem;
	color: #3c3c3c;
	font-family: 'OPPOSans-Light', Arial, Helvetica, sans-serif;
}




#oppolp strong {
	font-family: 'OPPOSans-Bold', Arial, Helvetica, sans-serif;
}

#oppolp .button-buy,
#oppolp .button-buy:active,
#oppolp .button-buy:visited {
	min-width: 120px;
	color: #000000;

	text-decoration: none;

	width: fit-content;

	margin-top: 25px !important;
	border-radius: 8px;
	color: white;
	background-color: black;
	padding: 16px 30px !important;
	font-size: 18px;
	cursor: pointer;
    transition: all .2s;
}

#oppolp .button-buy:hover {
	background: #4b4b4b;
}

/* text */
#oppolp .text-right {
	text-align: right;
}

#oppolp .text-center {
	text-align: center;
}

#oppolp .text-left {
	text-align: left;
}

#oppolp .text-justify {
	text-align: justify;
}

/* margin padding */
#oppolp .margin-all-1 {
	margin: 4px;
}

#oppolp .margin-all-2 {
	margin: 8px;
}

#oppolp .margin-all-4 {
	margin: 16px;
}

#oppolp .margin-all-6 {
	margin: 24px;
}

#oppolp .margin-all-8 {
	margin: 32px;
}

#oppolp .margin-all-10 {
	margin: 40px;
}

#oppolp .margin-all-12 {
	margin: 48px;
}

#oppolp .margin-bottom-1 {
	margin-bottom: 4px;
}

#oppolp .margin-bottom-2 {
	margin-bottom: 8px;
}

#oppolp .margin-bottom-4 {
	margin-bottom: 16px;
}

#oppolp .margin-bottom-6 {
	margin-bottom: 24px;
}

#oppolp .margin-bottom-8 {
	margin-bottom: 32px;
}

#oppolp .margin-bottom-10 {
	margin-bottom: 40px;
}

#oppolp .margin-bottom-12 {
	margin-bottom: 48px;
}

#oppolp .margin-left-8 {
	margin-left: 32px;
}

#oppolp .margin-left-0 {
	margin-left: 0px;
}

#oppolp .margin-left-auto {
	margin-left: auto;
}

#oppolp .margin-right-0 {
	margin-right: 0px;
}

#oppolp .margin-right-auto {
	margin-right: auto;
}

#oppolp .margin-top-1 {
	margin-top: 4px;
}

#oppolp .margin-top-2 {
	margin-top: 8px;
}

#oppolp .margin-top-4 {
	margin-top: 16px;
}

#oppolp .margin-top-6 {
	margin-top: 24px;
}

#oppolp .margin-top-8 {
	margin-top: 32px;
}

#oppolp .margin-top-10 {
	margin-top: 40px;
}

#oppolp .margin-top-12 {
	margin-top: 48px;
}

#oppolp .margin-x-1 {
	margin-left: 4px;
	margin-right: 4px;
}

#oppolp .margin-x-2 {
	margin-left: 8px;
	margin-right: 8px;
}

#oppolp .margin-x-4 {
	margin-left: 16px;
	margin-right: 16px;
}

#oppolp .margin-x-6 {
	margin-left: 24px;
	margin-right: 24px;
}

#oppolp .margin-x-8 {
	margin-left: 32px;
	margin-right: 32px;
}

#oppolp .margin-x-10 {
	margin-left: 40px;
	margin-right: 40px;
}

#oppolp .margin-x-12 {
	margin-left: 48px;
	margin-right: 48px;
}

#oppolp .margin-x-auto {
	margin-left: auto;
	margin-right: auto;
}

#oppolp .margin-y-1 {
	margin-top: 4px;
	margin-bottom: 4px;
}

#oppolp .margin-y-2 {
	margin-top: 8px;
	margin-bottom: 8px;
}

#oppolp .margin-y-4 {
	margin-top: 16px;
	margin-bottom: 16px;
}

#oppolp .margin-y-6 {
	margin-top: 24px;
	margin-bottom: 24px;
}

#oppolp .margin-y-8 {
	margin-top: 32px;
	margin-bottom: 32px;
}

#oppolp .margin-y-10 {
	margin-top: 40px;
	margin-bottom: 40px;
}

#oppolp .margin-y-12 {
	margin-top: 48px;
	margin-bottom: 48px;
}

#oppolp .padding-all-1 {
	padding: 4px;
}

#oppolp .padding-all-2 {
	padding: 8px;
}

#oppolp .padding-all-4 {
	padding: 16px;
}

#oppolp .padding-all-6 {
	padding: 24px;
}

#oppolp .padding-all-8 {
	padding: 32px;
}

#oppolp .padding-all-10 {
	padding: 40px;
}

#oppolp .padding-all-12 {
	padding: 48px;
}

#oppolp .padding-x-1 {
	padding-left: 4px;
	padding-right: 4px;
}

#oppolp .padding-x-2 {
	padding-left: 8px;
	padding-right: 8px;
}

#oppolp .padding-x-4 {
	padding-left: 16px;
	padding-right: 16px;
}

#oppolp .padding-x-6 {
	padding-left: 24px;
	padding-right: 24px;
}

#oppolp .padding-x-8 {
	padding-left: 32px;
	padding-right: 32px;
}

#oppolp .padding-x-10 {
	padding-left: 40px;
	padding-right: 40px;
}

#oppolp .padding-x-12 {
	padding-left: 48px;
	padding-right: 48px;
}

#oppolp .padding-y-1 {
	padding-top: 4px;
	padding-bottom: 4px;
}

#oppolp .padding-y-2 {
	padding-top: 8px;
	padding-bottom: 8px;
}

#oppolp .padding-y-4 {
	padding-top: 16px;
	padding-bottom: 16px;
}

#oppolp .padding-y-6 {
	padding-top: 24px;
	padding-bottom: 24px;
}

#oppolp .padding-y-8 {
	padding-top: 32px;
	padding-bottom: 32px;
}

#oppolp .padding-y-10 {
	padding-top: 40px;
	padding-bottom: 40px;
}

#oppolp .padding-y-12 {
	padding-top: 48px;
	padding-bottom: 48px;
}

/* display, flex */

#oppolp .d-flex {
	display: flex;
}

#oppolp .d-inline-block {
	display: inline-block;
}

#oppolp .d-block {
	display: block;
}

#oppolp .d-inline {
	display: inline;
}

#oppolp .d-none {
	display: none;
}

#oppolp .flex-direction-row {
	flex-direction: row;
}

#oppolp .flex-direction-column {
	flex-direction: column;
}

#oppolp .flex-direction-row-reverse {
	flex-direction: row-reverse;
}

#oppolp .flex-direction-column-reverse {
	flex-direction: column-reverse;
}

#oppolp .justify-center {
	justify-content: center;
}

#oppolp .justify-flex-start {
	justify-content: flex-start;
}

#oppolp .justify-flex-end {
	justify-content: flex-end;
}

#oppolp .justify-space-between {
	justify-content: space-between;
}

#oppolp .justify-space-around {
	justify-content: space-around;
}

#oppolp .justify-space-evenly {
	justify-content: space-evenly;
}

#oppolp .align-center {
	align-items: center;
}

#oppolp .align-flex-start {
	align-items: flex-start;
}

#oppolp .align-flex-end {
	align-items: flex-end;
}

#oppolp .align-stretch {
	align-items: stretch;
}

@media only screen and (max-width: 735px) {
	#oppolp .show-desktop {
		display: none;
	}

	#oppolp .show-mobile {
		display: block;
	}
}

@media only screen and (min-width: 736px) {
	#oppolp .heading-1 {
		font-size: 3rem;
	}

	#oppolp .heading-2 {
		font-size: 2.3rem;
	}

	#oppolp .heading-3 {
		font-size: 1.5rem;
	}

	#oppolp .heading-4 {
		font-size: 1.1rem;
	}

	#oppolp .legal {
		font-size: 0.8rem;
	}

	#oppolp p,
	#oppolp ol,
	#oppolp ol li,
	#oppolp ul,
	#oppolp ul li {
		font-size: 1rem;
	}

	#oppolp .container {
		width: 95vw;
	}

	#oppolp .col-md-1 {
		width: 8.3333333333%;
	}

	#oppolp .col-md-2 {
		width: 16.6666666667%;
	}

	#oppolp .col-md-3 {
		width: 25%;
	}

	#oppolp .col-md-4 {
		width: 33.3333333333%;
	}

	#oppolp .col-md-5 {
		width: 41.6666666667%;
        padding: 20px;
	}

	#oppolp .col-md-6 {
		width: 50%;
	}

	#oppolp .col-md-7 {
		width: 58.3333333333%;
	}

	#oppolp .col-md-8 {
		width: 66.6666666667%;
	}

	#oppolp .col-md-9 {
		width: 75%;
	}

	#oppolp .col-md-10 {
		width: 83.3333333333%;
	}

	#oppolp .col-md-11 {
		width: 91.6666666667%;
	}

	#oppolp .col-md-12 {
		width: 100%;
	}

	#oppolp .text-md-right {
		text-align: right;
	}

	#oppolp .text-md-center {
		text-align: center;
	}

	#oppolp .text-md-left {
		text-align: left;
	}

	#oppolp .text-md-justify {
		text-align: justify;
	}

	#oppolp .d-md-flex {
		display: flex;
	}

	#oppolp .d-md-inline-block {
		display: inline-block;
	}

	#oppolp .d-md-block {
		display: block;
	}

	#oppolp .d-md-inline {
		display: inline;
	}

	#oppolp .d-md-none {
		display: none;
	}

	#oppolp .flex-direction-md-row {
		flex-direction: row;
	}

	#oppolp .flex-direction-md-column {
		flex-direction: column;
	}

	#oppolp .flex-direction-md-row-reverse {
		flex-direction: row-reverse;
	}

	#oppolp .flex-direction-md-column-reverse {
		flex-direction: column-reverse;
	}

	#oppolp .justify-md-center {
		justify-content: center;
	}

	#oppolp .justify-md-flex-start {
		justify-content: flex-start;
	}

	#oppolp .justify-md-flex-end {
		justify-content: flex-end;
	}

	#oppolp .justify-md-space-between {
		justify-content: space-between;
	}

	#oppolp .justify-md-space-around {
		justify-content: space-around;
	}

	#oppolp .justify-md-space-evenly {
		justify-content: space-evenly;
	}

	#oppolp .align-md-center {
		align-items: center;
	}

	#oppolp .align-md-flex-start {
		align-items: flex-start;
	}

	#oppolp .align-md-flex-end {
		align-items: flex-end;
	}

	#oppolp .align-md-stretch {
		align-items: stretch;
	}

	#oppolp .show-desktop {
		display: block;
	}

	#oppolp .show-mobile {
		display: none;
	}
}

@media only screen and (min-width: 1280px) {
	#oppolp .container {
		width: 80vw;
	}

	#oppolp .col-lg-1 {
		width: 8.3333333333%;
	}

	#oppolp .col-lg-2 {
		width: 16.6666666667%;
	}

	#oppolp .col-lg-3 {
		width: 25%;
	}

	#oppolp .col-lg-4 {
		width: 33.3333333333%;
	}

	#oppolp .col-lg-5 {
		width: 41.6666666667%;
	}

	#oppolp .col-lg-6 {
		width: 50%;
	}

	#oppolp .col-lg-7 {
		width: 58.3333333333%;
	}

	#oppolp .col-lg-8 {
		width: 66.6666666667%;
	}

	#oppolp .col-lg-9 {
		width: 75%;
	}

	#oppolp .col-lg-10 {
		width: 83.3333333333%;
	}

	#oppolp .col-lg-11 {
		width: 91.6666666667%;
	}

	#oppolp .col-lg-12 {
		width: 100%;
	}

	#oppolp .show-desktop {
		display: block;
	}

	#oppolp .show-mobile {
		display: none;
	}
}

/* STYLE */

/* HEADER IMAGES STYLE BP 736px */
.col-12-mobile {
	background-image: url(../images/header-mb.webp);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 930px;
}

.col-12-desktop {
	background-image: url(../images/header-bg.webp);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 830px;
	display: none;
}

@media (min-width: 736px) {
	.col-12-desktop {
		display: block;
	}
	.col-12-mobile {
		display: none;
	}
}

.logos-box {
	display: flex;
	justify-content: center;
}

.logos-box img {
	max-width: 180px;
	object-fit: cover;
}

.copy-box {
	text-align: center;
}

/* HEADER STYLES */
.copy-header {
	margin-bottom: 10px !important;
}
.copy-header p {
	font-size: 24px !important;
	font-weight: 400 !important;
}
/* MAIN HEADER STYLES */
.copy-main {
	margin-bottom: 35px !important;
}
.copy-main h2 {
	font-size: 42px !important;
	margin-bottom: 15px !important;
}
.sup {
	vertical-align: super !important;
	font-size: 28px;
	font-weight: 300;
}
.copy-main p {
	font-size: 20px !important;
	font-weight: 400 !important;
}

/* footer header styles */

.copy-footer h2 {
	color: #606060;
	font-size: 38px;
	font-weight: 600;
}
.copy-footer span {
	color: black;
}
.copy-footer button {
	margin-top: 25px !important;
	border-radius: 8px;
	color: white;
	background-color: black;
	padding: 16px 30px !important;
	font-size: 18px;
	cursor: pointer;
}
/* MEDIA 736px */

@media (min-width: 736px) {
	.logos-box {
		margin-bottom: 15px !important;
	}
	.copy-main h2 {
		font-size: 52px !important;
	}
	.copy-main p {
		font-size: 22px !important;
	}

	.copy-footer h2 {
		font-size: 42px !important;
	}
}
