* {
	font-family: 'Instrument Sans', sans-serif;
}

/* Recommended reset values */
#main.all_colors .main_color {
	color: initial;
}

#main.all_colors .main_color .template-page.content.av-content-full.alpha.units {
	padding: 0 !important;
	margin: 0 !important;
}

#main.all_colors .main_color br {
	display: initial !important;
	visibility: hidden !important;
}

#main.all_colors .main_color .container h1,
#main.all_colors .main_color .container h2,
#main.all_colors .main_color .container h3,
#main.all_colors .main_color .container h4,
#main.all_colors .main_color .container h5,
#main.all_colors .main_color .container h6 {
	letter-spacing: initial !important;
	text-transform: initial !important;
}

#main.all_colors .main_color .container {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

#footer {
	margin: 0 !important;
	padding: 0 !important;
}

#scroll-top-link.avia_pop_class {
	display: none;
}

.image-overlay.overlay-type-extern .image-overlay-inside {
	display: none !important;
}

.image-overlay {
	background: none !important;
}

.image-overlay .image-overlay-inside:before {
	content: '' !important;
}

/* Custom styles for the landing page */
.body-margin {
	margin: 0px;
}

#vendor-page {
	font-family: 'Acer-Foco', sans-serif;
	color: #202020;
	line-height: 1.6;
	background-color: #eaeaea;
}

.vendor-page-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	overflow-x: hidden;
}

/* Breakpoints i responsywność, podobnie jak w Bootstrap */
@media (min-width: 576px) {
	.vendor-page-container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.vendor-page-container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.vendor-page-container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.vendor-page-container {
		max-width: 1400px;
	}
}

@media (min-width: 1400px) {
	#vendor-page .feature-image {
		border-radius: 20px;
	}
}

#vendor-page .img-fluid {
	max-width: 100%;
	height: auto;
}

#vendor-page .text-center {
	text-align: center;
	background-color: black;
}

#vendor-page .sect {
	margin-bottom: 60px;
	margin-top: 30px;
	font-weight: 400;
	font-size: 24px;
	color: black;
}

/* font size section */
#vendor-page .sect {
	font-size: 24px;
}

#vendor-page .font--18 {
	font-size: 18px;
	font-weight: 200;
}

#vendor-page .ch1 {
	font-size: 52px;
	line-height: 73px;
	color: #272727;
	font-weight: 800;
	text-align: center;
	padding: 90px 0px 90px 0px;
}

@media (max-width: 1200px) {
	#vendor-page .ch1 > br {
		display: none;
	}
}

#vendor-page .ch2 {
	font-size: 30px;
	line-height: 1.2;
	color: #272727;
	font-weight: 800;
	text-align: left;
	padding: 15px 0px 15px 0px;
}

@media (max-width: 1200px) {
	#vendor-page .ch2 > br {
		display: none;
	}
}

/* Media query dla małych urządzeń (na przykład telefonów) */
@media (max-width: 480px) {
	#vendor-page .sect,
	#vendor-page .font--18 {
		font-size: 16px !important;
	}

	#vendor-page .ch1 {
		font-size: 30px !important;
		line-height: 1.3;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* Media query dla średnich urządzeń (na przykład tabletów) */
@media (min-width: 481px) and (max-width: 768px) {
	#vendor-page .sect,
	#vendor-page .font--18 {
		font-size: 18px;
	}

	#vendor-page .ch1 {
		font-size: 45px;
		line-height: 1.2;
	}
}

/* Media query dla dużych urządzeń (na przykład komputerów) */
@media (min-width: 769px) {
	#vendor-page .sect {
		font-size: 20px;
	}
}

/* display-br */
@media (max-width: 600px) {
	#vendor-page .sect > br,
	#vendor-page .font--18 > br {
		display: none;
	}
}

/* more section*/
#vendor-page .custom-row {
	display: flex;
	border-radius: 20px;
	padding: 0;
	margin: 20px 0 0 0;
	gap: 20px;
	align-items: stretch;
	/* dodane, aby wyrównać kolumny */
}

#vendor-page .custom-col-left {
	flex: 60%;
	/* Zajmuje po 50% dostępnej przestrzeni */
	border-radius: 20px;
}

#vendor-page .custom-col-right {
	flex: 40%;
	/* Zajmuje po 50% dostępnej przestrzeni */
	border-radius: 20px;
}

#vendor-page .custom-col-left,
#vendor-page .custom-col-right-bottom {
	background-color: #ffffff;
	border-radius: 30px;
	text-align: justify;
}

#vendor-page .custom-col-right-top {
	background-color: #ffffff;
	border-radius: 30px 30px 0 0;
	text-align: justify;
}

#vendor-page .custom-col-right {
	display: flex;
	flex-direction: column;
	gap: 0;
	/* Odstęp między dwoma kafelkami w prawej kolumnie */
}

#vendor-page .check-icon {
	line-height: 1.6;
	color: #000 !important;
	font-family: 'Acer-foco', sans-serif !important;
	text-transform: none !important;
	font-size: 28px;
	font-weight: 800;
	max-width: 100%;
	height: auto;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-48%);
	z-index: -1;
	padding-left: 20px;
	margin-right: 10px;
}

#vendor-page .custom-row .ch3 {
	position: relative;
}

#vendor-page .img-fluid-more {
	display: block;
	/* Aby zdjęcie zajmowało całą szerokość kontenera */
	max-width: 100%;
	height: auto;
}

/* Responsywność */
@media only screen and (max-width: 800px) {
	#vendor-page .custom-row {
		flex-direction: column;
		/* Zmienia układ kolumn na pionowy */
		gap: 20px;
		/* Odstęp między kolumnami w układzie pionowym */
	}

	#vendor-page .custom-col-left,
	#vendor-page .custom-col-right {
		max-width: 100%;
		/* Dodatkowy odstęp na dole dla kolumn na mniejszych ekranach */
	}
}

#vendor-page .custom-row .font--18 {
	padding: 0px 30px 60px 30px;
	text-align: left;
}

#vendor-page .feature-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 60px 0 0 0;
	border-radius: 20px;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}

#vendor-page .feature-image-wrapper {
	box-sizing: border-box;
	width: 9%;
	padding: 0px 15px 0px 15px;
}

#vendor-page .feature-description {
	box-sizing: border-box;
	width: 91%;
	text-align: left;
	padding: 0px 15px 0px 15px;
}

#vendor-page .feature-image {
	width: 100%;
	height: auto;
}

#vendor-page .ch3 img.check-icon {
	margin-right: 10px;
}

@media (max-width: 991px) {
	#vendor-page .feature-image-wrapper,
	#vendor-page .feature-description {
		width: 100%;
	}

	#vendor-page .product-details .title-product-details {
		font-size: 24px !important;
	}
}

#vendor-page .feature-section .ch3 {
	position: relative;
	display: inline-block;
	font-size: 28px;
	font-weight: 800;
	z-index: 1;
	padding-top: 20px;
	padding-left: 20px;
}

#vendor-page .feature-section .font--18 {
	font-size: 18px;
}

#vendor-page .feature-section .check-icon {
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-40%);
	z-index: -1;
	/* Zmieniony z-index, aby schować ikonę za tekstem */
	padding-left: 20px;
}

/* Dodane style dla gradientu w tekście */
#vendor-page .gradient-text {
	background: -webkit-linear-gradient(60deg, #a0e99a, #caf881);
	-webkit-text-fill-color: transparent;
	display: inline;
	/* Aby zapewnić prawidłowe formatowanie wewnątrz elementu h1 */
}

#vendor-page .product-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* Dla wyśrodkowania na szerokich ekranach */
	max-width: 2000px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
}

#vendor-page .product-image,
.product-details {
	flex: 1;
	/* Oznacza, że oba elementy (obraz i detale) będą miały taką samą szerokość */
	padding: 0px 0px 0px 0px;
	/* Dla odstępu między kolumnami */
}

#vendor-page .product-image img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

/* Aby zdjęcie było responsywne */
#vendor-page .product-image img.img-fluid {
	max-width: 100%;
	height: auto;
}

#vendor-page button.gradient-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 40px;
	border-radius: 16px;
	color: #202020;
	font-size: 24px;
	line-height: 32px;
	font-weight: 800;
	text-decoration: none;
	background: transparent;
	border: 4px solid #0082fa;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: transform 0.3s, background 0.3s;
}

#vendor-page button.gradient-btn:hover,
#vendor-page button.btn-main:hover {
	transform: scale(1.1);
	color: #ffffff;
	background: #0082fa;
}

#vendor-page .gradient-btn:hover::before {
	width: 200%;
	height: 200%;
	transform: translate(-50%, -50%) scale(1);
}

#vendor-page .product-details {
	color: black;
	font-size: 16px;
	font-weight: 400 !important;
}

#vendor-page .product-details .title-product-details {
	font-size: 30px;
	margin-bottom: 0px !important;
	font-weight: 800;
}

#vendor-page .product-details .p-product-details {
	font-size: 20px;
	margin-top: 0px !important;
}

#vendor-page .product-section .btn {
	margin-left: 20px;
}

/* Style dla ekranów o szerokości mniejszej niż 768px */
@media (max-width: 767px) {
	#vendor-page .product-section {
		flex-direction: column;
		/* Ustawi elementy pionowo */
	}

	#vendor-page .product-image,
	.product-details {
		flex: none;
		/* Dezaktywuje domyślne rozciąganie */
		width: 100%;
		/* Aby wypełnić całą szerokość */
		padding: 10px 0;
		/* Dodajemy odstępy górne i dolne dla lepszego wyglądu */
	}

	#vendor-page .product-details {
		text-align: center;
	}

	#vendor-page .product-details ul {
		list-style-position: inside;
		/* Ustawia kropki wewnątrz elementów li */
		padding-left: 0;
		/* Usuwa domyślne wcięcie */
		text-align: center;
		/* Wyśrodkowuje kropki i tekst */
	}
}

#vendor-page .carousel-zero .carousel-container .carousel-wrapper .carousel-item p {
	padding-bottom: 50px;
}

#vendor-page .discover {
	padding: 20px 15px 60px 15px;
	text-align: center;
}

#vendor-page .country {
	padding: 60px 15px 60px 15px;
}

#vendor-page .bonus-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	/* Dla odstępu od górnej i dolnej krawędzi */
}

#vendor-page .bonus-column {
	flex: 1;
	padding: 0 15px;
	/* Odstępy między kolumnami */
	text-align: center;
	/* Wyśrodkowanie przycisku w poziomie */
}

#vendor-page .bonus-image {
	margin-bottom: 10px;
	/* Odstęp między obrazkiem a przyciskiem */
}

/* Styl przycisku gradient-btn jest już zdefiniowany, więc go nie powtarzam */
/* Responsywność dla ekranów o szerokości mniejszej niż 768px */
@media (max-width: 767px) {
	#vendor-page .bonus-section {
		flex-direction: column;
	}

	#vendor-page .bonus-column {
		width: 100%;
		margin-bottom: 20px;
		/* Odstęp między kolumnami */
	}
}

/* carousel yt */
#vendor-page .carousel-zero {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#vendor-page .carousel-container {
	position: relative;
	overflow: hidden;
	position: relative;
	width: calc(350px * 3 + 5px * 2 * 3);
	/* 350px szerokość kafelka, 15px margines z obu stron kafelka razy 3 kafelki */
	/* 350px szerokość kafelka, 30px margines z obu stron kafelka */
	/* szerokość jednego kafelka * 3 + margines * 3 */
}

#vendor-page .carousel-wrapper {
	display: flex;
	transition: transform 0.3s ease;
	padding-right: 52px;
}

#vendor-page .carousel-slide {
	display: flex;
}

#vendor-page .carousel-item {
	background-color: #f2f2f2;
	min-width: 340px;
	height: 535px;
	margin: 10px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.5s ease-in-out;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	flex: 0 0 33.33%;
	flex-shrink: 0;
	/* Dzięki temu każdy element karuzeli będzie miał dokładnie 1/3 szerokości kontenera */
	box-sizing: border-box;
	/* To zapobiegnie problemom z paddingiem lub marginesem */
}

/* Zapytanie medialne dla ekranów o szerokości mniejszej niż 768px (tablety) */
@media (max-width: 768px) {
	#vendor-page .carousel-item {
		flex: 0 0 100%;
		/* Dla tabletów i telefonów, wyświetla tylko 1 element */
	}
}

#vendor-page .carousel-item img {
	width: 100%;
	height: 50%;
	object-fit: cover;
}

#vendor-page .carousel-item strong {
	display: block;
	margin: 10px;
}

#vendor-page .carousel-item p {
	margin: 10px;
}

#vendor-page .carousel-item a {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#vendor-page .carousel-control {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

#vendor-page #nextBtn {
	right: 0;
}

#vendor-page #youtubeModal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.8);
	/* tło o lekkiej przeźroczystości */
	padding: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	/* lekki cień wokół modala */
	z-index: 1000;
	text-align: center;
	/* centruje zawartość modala (np. przycisk) */
}

#vendor-page #closeModal {
	display: block;
	/* sprawia, że przycisk zajmuje całą szerokość kontenera */
	margin: 15px auto 0;
	/* odstępy: 15px od góry, automatycznie z lewej i prawej oraz 0 z dołu */
	padding: 10px 20px;
	background-color: #555;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
	/* Tutaj można dodać inne style, które są stosowane dla innych przycisków na Twojej stronie */
}

#vendor-page #closeModal:hover {
	background-color: #333;
	/* ciemniejszy odcień szarości po najechaniu */
}

/* Styl dla dużych ekranów (np. komputery) */
@media screen and (min-width: 992px) {
	#vendor-page #youtubeModal iframe {
		width: 800px;
		height: 450px;
	}
}

/* Styl dla średnich ekranów (np. tablety) */
@media screen and (min-width: 768px) and (max-width: 991px) {
	#vendor-page #youtubeModal iframe {
		width: 560px;
		height: 315px;
	}
}

/* Styl dla małych ekranów (np. telefony komórkowe) */
@media screen and (max-width: 767px) {
	#vendor-page #youtubeModal iframe {
		width: 320px;
		height: 180px;
	}
}

#vendor-page .carousel-zero {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

#vendor-page #prevBtn,
#vendor-page #nextBtn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: transparent;
	border: transparent;
}

#vendor-page #prevBtn {
	left: 0px;
}

#vendor-page #nextBtn {
	right: -6px;
}

#vendor-page .show-vd {
	margin-bottom: -20px;
}

/* easy section */
#vendor-page .easy .ch1 {
	padding-bottom: 10px;
}

#vendor-page #slider {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 60px;
}

#vendor-page .slides {
	display: flex;
	transition: transform 0.5s;
}

#vendor-page .slide {
	flex: 0 0 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px;
}

#vendor-page .text {
	flex: 1;
	padding-left: 80px;
	text-align: left;
}

#vendor-page .text h1,
#vendor-page .text h2,
#vendor-page .text p {
	margin: 10px 0;
}

#vendor-page .easy img {
	flex: 1;
	max-width: 50%;
	height: auto;
}

#vendor-page #next > span.desktop-arrow > img,
#vendor-page #prev > span.desktop-arrow > img {
	max-width: 100% !important;
}

#vendor-page #prev,
#vendor-page #next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	transition: background-color 0.3s;
	cursor: pointer;
}

/* #vendor-page #prev:hover, #vendor-page #next:hover {
  background-color: rgba(255, 255, 255, 0.8);
} */
#vendor-page #prev {
	left: 10px;
}

#vendor-page #next {
	right: 10px;
}

/* Style dla ekranów o szerokości 768px lub mniej */
@media (max-width: 991px) {
	#vendor-page #slider .slide {
		flex-direction: column;
		/* obrazek na górze, tekst na dole */
		min-height: 300px;
		/* dostosowuje wysokość slajdu do jego zawartości */
	}

	#vendor-page #slider .slide img {
		order: -1;
		/* przesuwa obrazek na górę w flexbox */
		flex: none;
		/* resetuje właściwość flex dla obrazka */
		width: 100%;
		/* zajmuje całą dostępną szerokość */
		height: auto;
		/* zachowuje proporcje obrazka */
		max-height: 365px;
		/* możesz dostosować tę wartość */
		object-fit: cover;
		/* obrazek zachowuje swoje proporcje przy przycinaniu */
		margin-left: -30px !important;
	}

	#vendor-page #slider .text,
	#vendor-page #slider img {
		max-width: 90%;
		/* maksymalna szerokość dla tekstu i obrazka, możesz dostosować według własnych potrzeb */
		padding: 10px 5%;
	}

	#vendor-page #slider .ch4 {
		font-size: 22px !important;
		line-height: 1.2;
	}

	#vendor-page #slider .ch3 {
		font-size: 18px !important;
		line-height: 1.2;
	}
}

@media (max-width: 768px) {
	#vendor-page #slider .slide img {
		max-height: 300px;
	}
}

#vendor-page .arrow-btn .desktop-arrow {
	display: inline-block;
}

#vendor-page .arrow-btn .mobile-arrow {
	display: none;
	margin-top: 50px;
	margin-left: -17px;
	font-size: 50px;
	/* Możesz dostosować rozmiar strzałki w wersji mobilnej */
}

@media (max-width: 768px) {
	#vendor-page .arrow-btn .desktop-arrow {
		display: none;
	}

	#vendor-page .arrow-btn .mobile-arrow {
		display: inline-block;
	}
}

#vendor-page #slider .ch3 {
	font-size: 25px;
	font-weight: 600;
}

#vendor-page #slider .ch4 {
	font-size: 28px;
	padding-bottom: 15px;
	font-weight: 800;
}

/* filary */
#vendor-page .tile {
	background-color: #f2f2f2;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}

#vendor-page .tile-image img {
	width: 100%;
	display: block;
}

#vendor-page .tile-content {
	padding: 40px;
	font-size: 18px;
}

#vendor-page .tile-content h2 {
	font-size: 24px;
	/* Domyślna wielkość, możesz dostosować */
}

#vendor-page .expand-button {
	cursor: pointer;
	background: none;
	border: none;
	color: #1e1e1e;
	/* Możesz dostosować kolor */
	text-align: center;
	/* Wyśrodkowanie tekstu */
	font-size: 18px;
	display: block;
	width: 100%;
	margin: 20px 0;
	/* Dodaje odstępy na górze i na dole przycisku, aby oddzielić go od innych treści. */
	font-family: 'Acer-foco', sans-serif;
	font-weight: 400;
}

#vendor-page .more-info,
#vendor-page .more-info2,
#vendor-page .more-info3 {
	display: none;
}

#vendor-page .more-info p,
#vendor-page .more-info2 p,
#vendor-page .more-info3 p {
	margin-bottom: 10px;
}

#vendor-page .more-info .small,
#vendor-page .more-info2 .small,
#vendor-page .more-info3 .small {
	font-size: 12px;
	display: block;
}

/* Strzałki do pokazywania/ukrywania informacji */
#vendor-page .expand-button::after {
	content: '▼';
	/* Strzałka w dół */
}

#vendor-page .expand-button.expanded::after {
	content: '▲';
	/* Strzałka w górę */
}

@media (max-width: 767px) {
	#vendor-page .tile p {
		font-size: 16px;
	}

	#vendor-page .tile .small {
		font-size: 12px !important;
	}

	#vendor-page .tile-content h2 {
		font-size: 30px !important;
		line-height: 1.2;
	}
}

#vendor-page .tile-content h2 {
	font-weight: 800;
	text-align: center;
	font-size: 32px;
}

/* procesory */
#vendor-page .custom-discover {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#vendor-page .custom-bonus-section {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	/* dodaje przerwę pomiędzy kolumnami */
}

#vendor-page .custom-bonus-column {
	background-color: #e0e0e0;
	border-radius: 8px;
	flex: 1;
	/* pozwala kolumnom na elastyczne dopasowywanie się do dostępnego miejsca */
	min-width: calc(50% - 10px);
	/* minimalna szerokość kolumny */
	box-sizing: border-box;
	padding: 20px;
	color: black;
}

@media screen and (max-width: 767px) {
	#vendor-page .custom-bonus-column {
		min-width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#vendor-page .intel {
		max-width: 100% !important;
		margin-bottom: 20px;
		min-height: 500px;
	}
}

#vendor-page .intel {
	border-radius: 20px;
}

#vendor-page .elementor-widget-container {
	font-size: 18px;
	font-weight: 400;
}

#vendor-page .ch3 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	margin: 0;
}

/* last one */
#vendor-page .card-carousel {
	--card-width: 80%;
	--card-max-width: 280px;
	--card-height: 800px;
	--carousel-min-width: 600px;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: var(--card-height);
	min-width: var(--carousel-min-width);
	transition: filter 0.3s ease;
}

@media screen and (max-width: 640px) {
	#vendor-page .card-carousel {
		margin-left: calc((100vw - var(--carousel-min-width) - 40px) / 2);
	}
}

#vendor-page .card-carousel.smooth-return {
	transition: all 0.2s ease;
}

#vendor-page .card-carousel .card {
	background: whitesmoke;
	width: var(--card-width);
	max-width: var(--card-max-width);
	text-align: center;
	padding: 1em;
	padding-top: 0px;
	min-width: 350px;
	height: var(--card-height);
	position: absolute;
	margin: 0 auto;
	color: rgba(0, 0, 0, 0.5);
	transition: inherit;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	border-radius: 1em;
	filter: brightness(0.9);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#vendor-page .card.highlight {
	filter: brightness(1);
}

#vendor-page .card:nth-of-type(1) .image-container {
	background-image: url('../img/1-768x768.jpg');
}

#vendor-page .card:nth-of-type(2) .image-container {
	background-image: url('../img/2-768x768.jpg');
}

#vendor-page .card:nth-of-type(3) .image-container {
	background-image: url('../img/3-768x768.jpg');
}

#vendor-page .card:nth-of-type(4) .image-container {
	background-image: url('../img/4-768x768.jpg');
}

#vendor-page .card:nth-of-type(5) .image-container {
	background-image: url('../img/5-768x768.jpg');
}

#vendor-page .card:nth-of-type(6) .image-container {
	background-image: url('../img/6-768x768.jpg');
}

#vendor-page .card:nth-of-type(7) .image-container {
	background-image: url('../img/7-768x768.jpg');
}

#vendor-page .card:nth-of-type(8) .image-container {
	background-image: url('../img/8-768x768.jpg');
}

#vendor-page .card:nth-of-type(9) .image-container {
	background-image: url('../img/9-768x768.jpg');
}

#vendor-page .card:nth-of-type(10) .image-container {
	background-image: url('../img/10-768x768.jpg');
}

#vendor-page .image-container {
	width: 100%;
	/* Zmiana szerokości na 100% */
	height: 100%;
	position: relative;
	background-size: cover;
	margin-bottom: 2em;
	border-radius: 1em;
	/* Zmiana promienia na 1em */
	padding: 1em;
	-webkit-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
}

#vendor-page .image-container::after {
	content: '';
	display: block;
	width: 100%;
	/* Zmiana szerokości na 100% */
	height: 100%;
	/* Zmiana wysokości na 100% */
	border: solid 3px rgba(0, 0, 0, 0.1);
	border-radius: 1em;
	/* Zmiana promienia na 1em */
	position: absolute;
	top: 0;
	left: 0;
}

#vendor-page .card-carousel .ch3 {
	line-height: 1.2;
}

#vendor-page .slogan {
	font-size: 30px;
	font-weight: 900;
	line-height: 40px;
	color: #000000 !important;
}

#vendor-page h1 span {
	background: #86cd4f;
	background: linear-gradient(to right, #86cd4f 0%, #66a350 50%, #1e4653 100%);

	-webkit-text-fill-color: transparent;
}

#vendor-page .how-section {
	max-width: 70%;
	margin: 0 auto;
	padding: 40px 20px 60px 20px;
	border-radius: 1rem;
	text-align: center;
	background-color: #ffffff;
}

#vendor-page .how-section-inner {
	display: none;
}

#vendor-page .img-how {
	max-width: 50%;
}

#vendor-page .hr-line {
	max-width: 90%;
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 40px auto 0 auto;
	padding: 0;
}

#vendor-page .how-more {
	max-width: 90%;
	margin: 0 auto;
	padding: 30px 0 0;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
}

#vendor-page .country-select {
	display: block;
	margin: 0 auto;
	padding: 15px;
	width: 300px;
	font-size: 1em;
	border-radius: 8px;
	border: 1px solid #dfdfdf;
	outline: none;
	appearance: none;
	background: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23333" class="bi bi-chevron-down" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/> </svg>')
		no-repeat right 10px center;
	background-size: 16px;
	background-color: #dfdfdf;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	cursor: pointer;
}

#vendor-page .country-select:focus {
	border-color: #007bff;
	box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

#vendor-page .country-info {
	opacity: 0.4;
	text-align: center;
	padding: 30px 0 0 0;
}

#vendor-page .discover-text {
	font-size: 20px;
}

#vendor-page .text-18 {
	font-size: 18px;
	font-weight: 300;
}

/* section one */
#vendor-page .section-one {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 80px 0px;
	flex-wrap: wrap;
}

#vendor-page .section-type-right .ch2 {
	font-size: 34px;
	margin: 0;
	padding: 0;
}

#vendor-page .section-one-title {
	margin: 0;
	font-size: 62px;
	line-height: 69px;
	font-weight: 300;
}

#vendor-page .section-one-title-under {
	margin: 0;
	font-size: 21px;
	font-weight: 300;
}

#vendor-page .section-one-image-wrapper {
	box-sizing: border-box;
	width: 55%;
	padding: 0px 0px 0px 15px;
}

#vendor-page .section-one-description {
	box-sizing: border-box;
	width: 45%;
	padding: 40px 60px 40px 60px;
}

#vendor-page .section-one .btn {
	margin-top: 40px;
}

/* section two */
#vendor-page .section-type-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	flex-wrap: wrap;
}

#vendor-page .section-type-right-image-wrapper {
	box-sizing: border-box;
	width: 50%;
	padding: 0;
}

#vendor-page .section-type-right-description {
	box-sizing: border-box;
	width: 50%;
	padding: 40px 60px 40px 60px;
}

#vendor-page .section-type-right-content {
	font-size: 16px;
	text-align: justify;
}

#vendor-page .touchpad-info {
	font-size: 14px;
}

#vendor-page .kafel-one-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px;
	border-radius: 30px;
	flex-wrap: wrap;
	background-color: #ffffff;
	text-align: justify;
}

#vendor-page .kafel-one-image-wrapper {
	box-sizing: border-box;
	width: 60%;
	/* Zmiana na 35% */
	padding: 0px 0px 0px 15px;
}

#vendor-page .kafel-one-image-wrapper .feature-image {
	margin-bottom: -6px;
}

#vendor-page .kafel-one-description {
	box-sizing: border-box;
	width: 40%;
	padding: 40px 60px 40px 60px;
}

#vendor-page .kafel-one-image {
	width: 100%;
	height: auto;
}

#vendor-page .custom-col-left .ch3 {
	padding: 50px 50px 0 50px;
}

#vendor-page .custom-col-right-top .ch3 {
	padding: 50px 50px 0 50px;
}

#vendor-page .kafel-text {
	padding: 0 50px 25px 50px;
}

#vendor-page .kafel-last-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px;
	border-radius: 30px;
	flex-wrap: wrap;
	background-color: #ffffff;
	text-align: justify;
	margin-top: 20px;
}

#vendor-page .kafel-last-image-wrapper {
	box-sizing: border-box;
	width: 60%;
	/* Zmiana na 35% */
	padding: 0px 15px 0px 0;
}

#vendor-page .kafel-last-image-wrapper .feature-image {
	margin-bottom: -6px;
}

#vendor-page .kafel-last-description {
	box-sizing: border-box;
	width: 40%;
	padding: 0 60px 0 60px;
}

#vendor-page .kafel-last-image {
	width: 100%;
	height: auto;
}

#vendor-page .btn-main {
	font-size: 36px;
	line-height: 40px;
	display: inline-block;
	padding: 15px 40px;
	margin: 60px 0 160px 0;
	border-radius: 9999px;
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
	background: rgb(134, 205, 79);
	background: -moz-linear-gradient(
		90deg,
		rgba(134, 205, 79, 1) 0%,
		rgba(97, 156, 80, 1) 33%,
		rgba(57, 105, 82, 1) 65%,
		rgba(30, 70, 83, 1) 100%
	);
	background: -webkit-linear-gradient(
		90deg,
		rgba(134, 205, 79, 1) 0%,
		rgba(97, 156, 80, 1) 33%,
		rgba(57, 105, 82, 1) 65%,
		rgba(30, 70, 83, 1) 100%
	);
	background: linear-gradient(
		90deg,
		rgba(134, 205, 79, 1) 0%,
		rgba(97, 156, 80, 1) 33%,
		rgba(57, 105, 82, 1) 65%,
		rgba(30, 70, 83, 1) 100%
	);
	border: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: transform 0.3s;
}

#vendor-page .last-section {
	font-size: 12px;
	line-height: 20px;
	background-image: url('../img/footer-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 160px 0 60px 0;
	margin-top: 60px;
}

#vendor-page .last-section .btn {
	margin-top: 20px;
}

#vendor-page .last-section-line {
	height: 1px;
	width: 70%;
	background-color: #636363;
	border: none;
	opacity: 0.5;
}

#vendor-page .acer-copyright {
	color: #636363;
	opacity: 0.5;
}

#vendor-page .last-section-slogan {
	font-size: 48px;
	font-weight: 300;
	color: #ffffff;
}

#vendor-page .last-section hr {
	margin-top: 180px;
}

@media only screen and (max-width: 1025px) {
	#vendor-page .section-one-image-wrapper {
		width: 45%;
	}

	#vendor-page .section-one-description {
		width: 55%;
	}

	#vendor-page .section-one-description {
		padding: 0 20px 0 20px;
	}

	#vendor-page button.gradient-btn {
		font-size: 18px;
	}

	#vendor-page .section-one-title {
		font-size: 42px;
	}

	#vendor-page .section-one-description .text-18 {
		font-size: 16px;
	}

	#vendor-page .section-one .btn {
		margin-top: 20px;
	}

	#vendor-page .section-one {
		padding: 40px 0;
	}

	#vendor-page .section-type-right-description,
	#vendor-page .section-type-right-image-wrapper {
		width: 100%;
	}

	#vendor-page .feature-image {
		border-radius: 20px;
	}

	#vendor-page .section-type-right-description {
		padding: 40px 40px 20px 40px;
	}

	#vendor-page .section-type-right-image-wrapper {
		padding: 0 40px;
	}

	#vendor-page .section-type-right-image-wrapper {
		text-align: center;
	}

	#vendor-page .section-odd {
		flex-direction: column-reverse;
	}

	#vendor-page .last-section-slogan {
		font-size: 38px;
		line-height: 46px;
	}

	#vendor-page .last-section {
		background-position: left;
	}
}

@media only screen and (max-width: 767px) {
	#vendor-page .section-one-image-wrapper {
		width: 100%;
	}

	#vendor-page .section-one-description {
		width: 100%;
	}

	#vendor-page .section-type-right-description {
		padding: 20px 20px 40px 20px;
	}

	#vendor-page .section-type-right-image-wrapper {
		padding: 0 20px;
	}
}

.btn .chevron {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	margin-left: 8px;
}

.chevron-down {
	border-top: 6px solid white;
}

.chevron-up {
	border-bottom: 6px solid white;
}

.chevron-right {
	margin-left: 10px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #202020;
}

.logos {
	background-color: black;
	padding-top: 25px;
	display: flex;
	justify-content: space-around;
}
.logos img {
	max-width: 70px;
}

@media (min-width: 768px) {
	.logos img {
		max-width: 100px;
	}
}
@media (min-width: 1200px) {
	.logos img {
		max-width: 150px;
	}
}

.cta-button {
	position: absolute;
	bottom: 5%;
	left: 51%;
	transform: translateX(-50%);
}

.cta-button button.gradient-btn {
	color: white !important;
	padding: 0 20px !important;
	border-radius: 8px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}
@media (min-width: 768px) {
	.cta-button button.gradient-btn {
		color: white !important;
		padding: 15px 40px !important;
        font-size: 18px !important;
	}
}

.hero-section {
	position: relative;
}
