
/**web_kantor.css**/
.button.velvet {
	color: #222;
	letter-spacing: 2.8px;
	border: 1px solid #cfcfcf;
}

.button.velvet:hover {
	background-color: var(--mainAccentColor);
	color: #ffffff;
}

#recaptcha {
	margin-top: 5px;
}

.swal2-content #recaptcha > div {
	margin: auto;

}

.overflowCont {
	overflow-x: auto;
	width: 100%;
}

#container_content h2 {
	font-size: 20px;
	font-weight: 500;
}

#rDashboard table td, #rDashboard table th {
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}

#rDashboard table tr.empty td.itemName {
	font-size: 15px;
	color: #7f7f7f;
	text-align: left;
	font-weight: normal;
}

.swal2-popup .swal2-styled.swal2-confirm {
	background-color: var(--mainAccentColor) !important;
}

.swal2-popup .swal2-styled.swal2-confirm {
	color: #ffffff;
}

.swal2-popup .swal2-styled.swal2-confirm:hover {
	background-color: #ad151f !important;
}

#content #rDashboard h2 {
	font-size: 25px;
	font-weight: 500;
	padding-top: 25px;
	padding-bottom: 0px;
}

#content #zakupInfo h2 {
	font-size: 25px;
	font-weight: 500;
	padding-bottom: 10px;
}

#rDashboard {
	padding-top: 50px;
	padding-bottom: 50px;
}

#rDashboard table {
	width: 100%;
	color: #000000;
	border-collapse: separate;
	border-spacing: 0 15px;
	position: relative;

}

#rDashboard .button.small {
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	min-width: 140px;
	padding-left: 5px;
	padding-right: 5px;
}

#rDashboard table th {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}

#rDashboard table tr.dashItem {
	background-color: #ffffff;
	padding-top: 5px;
}

#rDashboard table td {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: solid 2px #d7d7d7;
	border-bottom: solid 2px #d7d7d7;
}

#rDashboard table td:first-child {
	border-left: solid 2px #d7d7d7;
}

#rDashboard table td:last-child {
	border-right: solid 2px #d7d7d7;
}

#rDashboard table td.itemName {
	font-size: 25px;
	color: #bd222c;
}

#rDashboard table td.itemValue {
	color: #3ed180;
}

#rDashboard table tr.tableth {
	position: relative;
	top: 8px;
}

#rDashboard table td.status div {
	background-color: #3ed180;
	border: 3px solid #FFF;
	border-radius: 18px;
	box-shadow: 0 0 2px #888;
	height: 15px;
	width: 15px;
	margin: auto;
}

#rDashboard .infoLink {
	display: inline-block;
	margin: auto;
}

#container_content #rDashboard h2 .button {
	float: right;
	line-height: normal;
}

#container_content #zakupInfo h2 .button {
	float: right;
	line-height: normal;
}

#container_content h2.zakupInfoHeader div {
	float: right;
}

#content ul {
	list-style: initial;
	padding-left: 25px;
	line-height: 25px;
}

#content h3 {
	margin-bottom: 5px;
}

#content ul, #content ul li {
	list-style: initial;
}

#kantorSearchCont {
	position: relative;
	display: inline-block;
	font-size: 14px;
	height: 20px;
}

#kantorSearch {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 5px;
	width: 50px;
	border-radius: 5px;
	border: 1px solid #cfcfcf;
	background-color: #f7f7f7;
	padding-left: 30px;
	color: #999;
}

#kantorSearchCont svg {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 2px;
	top: 2px;
	z-index: 1;
}

#kantorSearchCont span {
	display: inline-block;
	width: 120px;
	max-width: 120px;
}

.kantor-internetowy .kantor-internetowy.showonly {
	display: flex;
}

.kantor-internetowy.showonly {
	display: none;
}

.kantor-stacjonarny .kantor-stacjonarny.showonly {
	display: flex;
}

.kantor-stacjonarny.showonly {
	display: none;
}

.mennica-ocean .mennica-ocean.showonly {
	display: flex;
}

.mennica-ocean.showonly {
	display: none;
}

#pageId-banki-i-waluty .Center {
	text-align: center;
}

#pageId-banki-i-waluty table td {
	padding: 5px;
	border: 1px solid #ccc;
}

@media only screen and (max-width: 999px) {
	#kantorSearchCont span {
		display: inline-block;
		width: 100px;
		max-width: 100px;
	}

	#container_content #rDashboard h2 .button {
		margin-top: 10px;
	}

	#prezentPage div.item .information {
		padding-left: 10px;
		padding-right: 10px;
	}


	#container_content h2 {
		font-size: 20px;
		font-weight: 500;
	}

	#container_content h2 .button {
		font-size: 13px;
		font-weight: 500;
		padding-top: 3px;
		padding-bottom: 3px;
		min-width: 100px;
	}

	#container_content #rDashboard h2 span {
		width: 100%;
		display: inline-block;
		text-align: center;
	}

	#container_content #rDashboard h2 span a {

		display: inline-block;
	}

	#container_content #rDashboard h2 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	#container_content #rDashboard h2 div {
		float: none;
	}

	#container_content h2.zakupInfoHeader div {
		float: none;
		text-align: center;
	}

	#rDashboard table td:first-child {
		white-space: initial;
	}


}

/**web_kantor.css END**/

/**web_kantorInternetowy.css**/
#kantorInternetowy {
	display: flex;
	justify-content: center;
}

@media (max-width: 1024px) {
	#kantorInternetowy {
		flex-wrap: wrap;
	}

	.contQuotesInfo, .contQuotes {
		width: 100%;
	}
}
/**web_kantorInternetowy.css END**/

/**web_kantorStacjonarny.css**/
#kantorStacjonarny {
	display: flex;
	justify-content: center;
}

.contQuotesInfo {
	width: 50%;
	padding: 20px;
}

.contQuotesInfo .baners > div {
	margin-top: 30px;
	padding: 30px;
	text-align: center;
	box-shadow: 0px 0px 28px -8px rgba(168, 168, 168, 1);
}


.contQuotes {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
}

.contQuotes table {
	box-shadow: 0px 0px 28px -8px rgba(168, 168, 168, 1);
	border-right: 5px;
	border-radius: 15px;
	width: 100%;
	text-align: right;
	border-collapse: collapse;
	line-height: 16px;
}


.contQuotes .flag {
	border-radius: 20px;
	width: 40px;
	height: 40px;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


.contQuotes h2 {
	text-align: left;
	padding-left: 10px;
	font-size: 1.5rem;
}

.contQuotesTable {
	width: 500px;
	height: 500px;
	overflow-y: scroll;
}


.contQuotes table tr:not(:first-child) {
	border: 1px solid #f3f3f3;
}

.contQuotes table tr:hover {
	background-color: #f9f9f9;
	transition: background-color 300ms linear;
}

.contQuotes table th {
	padding: 20px;
	border-bottom: 1px solid #bbb;
}

.contQuotes table td {
	padding: 10px 20px 10px 20px;
}

.contQuotes table td:first-child {
	width: 20%;
	font-size: 18px;
}

.contQuotes div.tdFlex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}


.contQuotes .currencyName {
	font-size: 0.8rem;
	color: #999;
}

.contQuotes th {
	text-align: left;
	padding-left: 10px;
	font-size: 1.5rem;

}

.contQuotes svg:hover * {
	stroke: #0c7cd5;
	transition: stroke 300ms linear;
	cursor: pointer;
}

@media (max-width: 1024px) {
	#kantorStacjonarny {
		flex-wrap: wrap;
	}

	.contQuotesInfo, .contQuotes {
		max-width: 100%;
		width: 100%;
	}

	.contQuotes, .contQuotesInfo {
		padding: 0;
	}


	.contQuotes table td, .contQuotes table td:first-child,.contQuotes th,.contQuotes table th {
		font-size: 14px;
		padding: 5px;
		width: auto;
	}

	.contQuotes .flag {
		width: 30px;
		height: 30px;
	}
}
/**web_kantorStacjonarny.css END**/

/**web_kontakt.css**/
.contact_form_response {
	font-weight: bold;
}

#kontaktFull {
	width: 100%;
}

#kontakt {
	border-radius: 10px;
	max-width: 1100px;
	margin: auto;
	position: relative;
	top: -50px;
	display: flex;
	padding: 40px;
	flex-wrap: wrap;
}

#kontakt h4 {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 30px;
}


#kontakt > div:first-child {
	width: 380px;
}

#kontakt > div:last-child {
	width: 630px;
}

#kontakt .phoneNum {
	font-size: 25px;
	position: relative;
	top: -10px;
}

#Footer {
	margin: auto;
	max-width: 1100px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	flex-wrap: wrap;
}

#Footer strong {
	font-weight: 600;
}

#Footer h2 {
	font-size: 15px;
}

#kontakt .contactRow.rowSubmit {
	justify-content: right;
}

.contactRow {
	display: flex;
	color: #000000;
	text-align: left;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.compflexnowrap {
	flex-wrap: nowrap;
}

.contactRow.compflexnowrap > div {
	justify-content: space-between;
	width: 100%;
}

.contactRow > div:not(:first-child) {
	margin-left: 20px;
}

.contactHeader {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 80px;
}

.contactLabel {
	font-size: 13px;
	line-height: 50px;
}

#kontakt .button:hover {
	border-color: #94232b;
	background-color: #bd222c;
	color: #ffffff;
}

.contactItem {
	width: 100%;
}

#contact_form_left > form > div:last-child {
	width: auto;
}


#fullFooter h2 {
	padding-bottom: 0px;
}

#fullFooter table {
	border-collapse: collapse;
	border: none;
}


#fullFooter table td {
	padding: 10px;
}


#fullFooter .mobilehide, #fullFooter .mobile {
	text-align: center;
}

#fullFooter .mobilehide p {
	text-align: left;
}


#fullFooter table p {
	padding-left: 10px;
}


@media only screen and (min-width: 1000px) {
	#fullFooter .mobile {
		display: none;
		text-align: center;
	}


	.contactRow {
		width: 100%;
	}

	.contactRow input, .contactRow textarea {
		width: 100%;
	}

}

#fullFooter .socialIcons {
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

@media only screen and (max-width: 999px) {

	#fullFooter {
		padding-bottom: 50px;
	}

	#Footer {
		display: block;
		text-align: center;
	}

	#fullFooter .mobile p, #fullFooter .mobile a {
		padding-top: 0px;
	}

	#fullFooter .mobile p:last-child {
		padding-bottom: 10px;
	}

	#fullFooter .mobile a {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 5px;
	}

	#fullFooter .mobile {
		text-align: center;
	}

	#fullFooter .mobilehide {
		display: none;
		text-align: center;
	}

	.contactGroup {
		min-width: 100%;
	}

	.contactRow {
		width: 100%;
	}

	.contactRow input, .contactRow textarea {
		width: 100%;
	}

	#contact_form_left {
		width: 100%;

	}

	#fullFooter h2 {
		margin-top: 0px;
	}

	.compflexnowrap {
		flex-wrap: wrap;
	}

	.contactRow > div:not(:first-child) {
		margin-left: 0px;
		margin-top: 17px;
	}
}

/**web_kontakt.css END**/

/**web_main.css**/
/* Fonts */
@font-face {
	font-family: 'TT Interfaces';
	/*
	src: url('../fonts/TTInterfaces-Medium.woff2') format('woff2'), url(../fonts/TTInterfaces-Medium.woff) format('woff');
	 */
	font-weight: 500;
}


/* General */
* {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

*:hover, *:focus *:active {
	outline: none;
	border: none;
}

html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;;
	font-size: 100%;
	font-family: "Montserrat", sans-serif;
	scroll-behavior: smooth;
}

body {
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 1rem;
	font-weight: 400;
	width: 100%;
	background-color: var(--primarylight);
	color: var(--primary);
	scroll-behavior: smooth;

	--white: #fff;
	--brightgray: #EBEBEB;
	--sonicsilver: #777679;
	--lightsilver: #D7D7D7;
	--black: #000;
	--eerieblack: #1c1a1f;
	--spacecadet: #0f1f5e;
	--chargeblue: #22bcdf;
	--hanblue: #3a57cf;
	--yankeesblue: #182941;

	--primary: var(--spacecadet);
	--secondary: var(--chargeblue);
	--primaryDark: var(--eerieblack);
	--secondaryDark: var(--sonicsilver);
	--primarylight: var(--white);
	--secondaryLight: var(--brightgray);
}

ul, li {
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
}

img {
	display: block;
	width: 100%;
}

td img {
	display: inline;
	width: auto;
}

svg {
	display: block;
}

a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: var(--primary);
	font-size: .95rem;
	font-weight: 400;
}

p {
	padding: 0;
}

/* Columns & Containers */
.container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}

#content {
	padding: 20px;
}

#content p {
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 28px;
	margin-bottom: 10px;
	text-align: justify;
}

#content h1 {
	margin-bottom: 30px;
}

#content h2 {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 20px;
}

#content h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}

#content .header h1, #content .header h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
}

#content .header::after {
	content: "";
	background-color: #67a6fa;
	width: 80px;
	height: 3px;
	display: block;
	margin-top: 15px;
}

.sec_gap {
	padding: 10px 0;
}

.row {
	margin: 0 -1rem;
}

.col_gap {
	margin: 0 1rem;
}

.col_6 {
	width: 50%;
}

.col_3 {
	width: 25%;
}

.col_4 {
	width: 33.33%;
}


/* Flexbox */
.flexbox {
	display: flex;
	align-items: center;
}

.align_items_start {
	align-items: flex-start;
}

.align_items_inherit {
	align-items: inherit;
}

.align_items_end {
	align-items: flex-end;
	text-align: right;
}

.flex_column {
	flex-direction: column;
}

.content_center {
	justify-content: center;
}

.content_end {
	justify-content: flex-end;
}

.space_between {
	justify-content: space-between;
	width: 100%;
}

.flow_wrap {
	flex-flow: wrap;
}


/* Button & Links */
.primary_btn {
	padding: 0 1.2rem;
	height: 50px;
	border-radius: 70px;
	border: 1px solid var(--primary);
	color: var(--primary);
	transition: 0.2s;
}

.secondary_btn {
	padding: 0 1.2rem;
	height: 50px;
	border-radius: 70px;
	gap: 10px;
	transition: 0.2s;
}

.google_play_btn {
	height: 50px;
	width: auto;
}

.light_btn {
	border: 1px solid var(--primary);
	color: var(--primary);
}

.light_btn:hover {
	background-color: var(--secondary);
	border: 1px solid var(--secondary);
	transition: 0.2s;
}

.dark_btn {
	position: relative;
	background-color: var(--primary);
	color: var(--primarylight);
	padding-left: 2.2rem;
}

.dark_btn:hover {
	background-color: var(--secondary);
	border: 1px solid var(--secondary);
	color: var(--primary);
	transition: 0.2s;
}

.dark_btn::before {
	content: '';
	position: absolute;
	height: 7px;
	width: 7px;
	background: var(--primarylight);
	top: 50%;
	left: 0;
	border-radius: 100%;
	transform: translateY(-50%);
	left: 1.1rem;
	transition: 0.2s;
}

.dark_btn:hover::before {
	background: var(--primary);
	transition: 0.2s;
}

.secondary_btn:hover {
	background-color: var(--secondary);
	transition: 0.2s;
}

.footer_area .light_btn:hover {
	background-color: var(--primarylight);
	border: 1px solid var(--primarylight);
	transition: 0.2s;
}

.footer_area .dark_btn:hover {
	background-color: var(--primarylight);
	border: 1px solid var(--primarylight);
	transition: 0.2s;
}


/* Fonts */
h1 {
	font-size: 2rem;
	line-height: 0.95;
	letter-spacing: -0.75px;
}

.hero_details h1 {
	font-size: 5rem;
	line-height: 0.95;
	letter-spacing: -0.75px;
}

h2 {
	font-size: 3.7rem;
	line-height: 1;
	font-weight: 400;
}

h3 {
	font-size: 2.75rem;
	line-height: 1;
	letter-spacing: -0.5px;
}

h4 {
	font-size: 1.62rem;
	line-height: 1.1;
	font-weight: 400;
}

h5 {
	font-size: 1.5rem;
	line-height: 1.25;
	font-weight: 400;
}


/* Header */
header {

	width: 100%;
	padding: 1.5rem 0;
	z-index: 99;
}

.logo {
	margin-right: 6.5rem;
}

.logo a {
	display: flex !important;
}

.logo a img {
	min-width: 190px;
	max-width: 190px;
}

nav ul {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

nav ul li a {
	position: relative;
	transition: 0.3s ease;
	text-transform: none;
}

.hamburger {
	display: none;
}

.nav_button, .hero_button {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}

.menu_has_children {
	position: relative;
}

.menu_has_children > a {
	position: relative;
	transition: 0.2s;
	display: flex;
	align-items: center;
	padding: 1.5rem 0;
}

.menu_has_children > a svg {
	height: auto;
	width: 6px !important;
	margin-left: 8px;
	margin-top: 2px;
	transition: all 0.3s;
}

.menu_arrow svg path {
	fill: var(--primary);
}

.menu_has_children:hover > a svg {
	transform: rotate(90deg);
	transition: all 0.3s;
}

nav ul li a::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -30px;
	height: 6px;
	width: 6px;
	border-radius: 100%;
	background-color: var(--primary);
	opacity: 0;
	visibility: hidden;
	transition: 0.2s ease;
}

nav ul li a:hover::before {
	opacity: 1;
	visibility: visible;
	transition: 0.2s ease;
	left: -12px;
}

.menu_item {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start !important;
	background: var(--brightgray);
	width: 200px;
	top: 102%;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	visibility: hidden;
	opacity: 0;
	z-index: 99;
	transform: translateY(40px);
	gap: 0;
	border-radius: 6px;
	left: -20px;
	overflow: hidden;
}

ul.menu_item li {
	position: relative;
	width: 100%;
}

ul.menu_item li a {
	display: flex !important;
	margin-left: 0 !important;
	padding: 15px 20px;
	width: 100%;
	cursor: pointer;
	white-space: normal;
	transition: .3s ease;
	border-bottom: 1px solid #D4D4D4;
	justify-content: flex-start !important;
}

ul.menu_item li:last-child a {
	border-bottom: none !important;
}

ul.menu_item li:hover:last-child a {
	border-bottom: none !important;
}

ul.menu_item li a::before {
	display: none;
}

.menu_has_children:hover .menu_item {
	visibility: visible;
	opacity: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	transform: translateY(0);
}

ul.menu_item li:hover a {
	transition: all .3s ease;
	background-color: var(--secondary);
	border-bottom: 1px solid var(--secondary);
	overflow: hidden;
}

.d_menu {
	position: relative;
}

.nav_mbl_button {
	display: none;
}


/* Hero */
#hero .sec_gap {
	padding-bottom: 0;
}

.hero_details {
	position: relative;
	margin-top: 6rem;
}

.hero_heading {
	gap: 30px 0;
}

.hero_button {
	margin: 30px 0;
}

.hero_button .primary_btn {
	padding: 0 1.3rem;
	height: 50px;
	border: none;
}

.hero_button .primary_btn:nth-child(1) {
	background-color: var(--secondary);
	padding-left: 5px;
}

.hero_button .primary_btn:nth-child(1) .btn_icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1.1rem;
	height: 40px;
	border-radius: 40px;
	background-color: var(--primarylight);
}

.hero_button .primary_btn:nth-child(2) {
	background-color: var(--brightgray);
}

.btn_icon {
	margin-right: 10px;
}

.hero_text p {
	display: inline-flex;
}

.hero_text p a {
	display: block;
	color: var(--hanblue);
	line-height: 1.4;
	font-size: 1rem;
}

/* Hero Grid Items */
.hero_grid_details {
	width: 90%;
}

.hero_grid_details .col_6:nth-child(2) {
	margin-top: 60px;
}

.hero_grid_details h5 {
	max-width: 100px;
	font-size: 1.3rem;
	font-weight: 800;
}

.grid_items {
	gap: 10px;
}

.grid_box {
	position: relative;
	width: 100%;
	height: 100%;
	transition: 0.3s linear;
}

.grid_box_bg {
	position: relative;
	height: 100%;
	width: 100% !important;
}

.grid_box_bg svg {
	width: 100% !important;
	height: 100%;
}

.grid_box_bg svg path {
	fill: var(--brightgray);
	transition: 0.3s linear;
}

.grid_box:hover .grid_box_bg svg path {
	fill: var(--secondary);
	transition: 0.3s linear;
}

.grid_box:hover .grid_button {
	background-color: var(--secondary);
	transition: 0.3s linear;
}

.grid_box_items {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
}

.grid_box_img img {
	border-radius: 30px;
}

.grid_box_text {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-left: 10px;
	bottom: 4px;
}

.grid_button {
	position: absolute;
	height: 52px;
	width: 52px;
	bottom: 4px;
	right: 0;
	border-radius: 100%;
	background-color: var(--brightgray);
	transition: 0.3s linear;
}

.grid_button img {
	width: 16px;
	height: auto;
	transform: rotate(-45deg);
}


/* Rates */
#rates .sec_gap {
	padding: 2rem 0;
	padding-top: 2.5rem;
}

.rates_content {
	position: relative;
	height: 100%;
	width: 100%;
	border: 1px solid var(--lightsilver);
	border-radius: 30px;
}

.rate_box {
	position: relative;
	height: 100%;
	width: 100%;
	border-right: 1px solid var(--lightsilver);
}

.col_3:last-child .rate_box {
	border-right: none;
}

.rate_box_items {
	padding: 30px 40px;
}

.currency_detail {
	gap: 10px;
}

.currency_icon img {
	width: 2.25rem;
	height: auto;
	border-radius: 100%;
}

.rate_items {
	margin-top: 30px;
	gap: 0 30px;
	color: var(--primaryDark);
}

.current_rates span {
	display: block;
	margin-top: 8px;
	font-size: .85rem;
	text-transform: capitalize;
}


/* Investment */
.section_headline {
	margin-bottom: 5rem;
}

.section_headline h5 {
	color: var(--secondaryDark);
	margin-top: 20px;
}

.section_headline h5 a {
	font-size: 1.5rem;
	line-height: 1.25;
	color: var(--hanblue);
	text-decoration: underline;
}

.investment_tabs {
	gap: 10px;
	margin-bottom: 5rem;
}

.tab_btn, .tab_btn2 {
	position: relative;
	padding: 10px 15px;
	border-radius: 40px;
	border: 1px solid var(--lightsilver);
	color: var(--primaryDark);
	cursor: pointer;
	transition: 0.2s;
	min-width: 25px;
	text-align: center;
}

.tab_btn:hover, .tab_btn2:hover {
	background-color: var(--lightsilver);
}

.tab_btn.active, .tab_btn2.active {
	background-color: var(--secondary);
	color: var(--white);
	border: 1px solid var(--secondary);
	transition: 0.2s;
}

.investment_container {
	flex-flow: wrap;
	gap: 75px 0;
}

.investment_box {
	position: relative;
	cursor: pointer;
}

.investment_box_inner {
	width: 95%;
	border-radius: 20px;
	transition: all 0.3s;
}

.investment_box_inner:hover {
	background-color: var(--secondaryLight);
	transition: all 0.3s;
}

.investment_items {
	position: relative;
	padding: 50px 30px;
	gap: 30px;
}

.investment_img {
	position: absolute;
	bottom: 25px;
	right: 30px;
}

.investment_img img {
	max-width: 215px;
}

.option_number h2 {
	color: var(--secondaryDark);
}

.invest_heading {
	margin: 5px 0;
	max-width: 200px;
}

.invest_option_text p, .invest_heading h4 {
	color: var(--yankeesblue);
}

.weight span {
	color: var(--secondaryDark);
	font-size: .85rem;
}


/* Why us */
#why_us {
	position: relative;
	background-color: var(--secondaryLight);
	border-radius: 30px;
	margin: 0 1.5rem;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
}

#why_us .section_headline {
	text-align: center;
}

.why_us_box {
	position: relative;
	margin-bottom: 5rem;
}

.why_us_box:last-child {
	margin-bottom: 0;
}

.why_us_heading {
	margin: 30px 0 10px
}

.why_us_heading h4 {
	color: var(--yankeesblue);
}

.why_us_text p {
	color: var(--secondaryDark);
	font-size: 1rem;
}

.why_us_img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.why_us_img img {
	max-width: 300px;
	height: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

.why_us_items {
	align-items: flex-start;
}

/* Blog */
.blog_items {
	gap: 30px;
}

.blog_box {
	position: relative;
	height: 100%;
	width: 100%;
	border: 1px solid var(--lightsilver);
	border-radius: 20px;
	align-items: inherit;
	transition: 0.3s linear;
}

.blog_box:hover {
	background-color: var(--secondaryLight);
	border: 1px solid var(--secondaryLight);
	transition: 0.3s linear;
}

.blog_box:hover .blog_button {
	background-color: var(--secondary);
	transition: 0.3s linear;
}

.blog_box_items {
	position: relative;
	padding: 30px;
}

.blog_sub_details {
	margin-bottom: 50px;
}

.category_name {
	position: relative;
	padding: 10px 15px;
	width: auto;
	border: 1px solid var(--lightsilver);
	border-radius: 50px;
	display: inline-flex;
}

.category_name p, .blog_date p {
	line-height: 1;
	color: var(--primaryDark);
}

.blog_date {
	margin-top: 10px;
}

.blog_heading h4 {
	line-height: 1.3;
	color: var(--yankeesblue);
	margin-bottom: 10px;
}

.blog_text p {
	font-size: 0.85rem;
	color: var(--secondaryDark);
}

.blog_details {
	margin-bottom: 100px;
}

.blog_button {
	position: absolute;
	height: 52px;
	width: 52px;
	bottom: 30px;
	left: 30px;
	border-radius: 100%;
	transition: 0.3s linear;
}

.blog_button:hover {
	background-color: var(--secondary);
	transition: 0.3s linear;
}

.blog_button img {
	width: 16px;
	height: auto;
	transform: rotate(-45deg);
}


/* Footer */
.footer_area {
	position: relative;
	height: 100%;
	margin: 0 30px;
	border-radius: 30px;
	background-color: var(--secondary);
}

.footer_area .sec_gap {
	padding: 55px 0;
}

.footer_logo {
	margin-bottom: 30px;
}

.footer_logo a img {
	width: 270px;
}

.footer_buttons {
	gap: 10px;
}

.footer_menu {
	position: relative;
	width: 100%;
}

.footer_menu_headling::after, .footer_socials::after {
	content: '';
	position: absolute;
	top: 55px;
	left: 0;
	height: 1px;
	width: 100%;
	background: var(--primary);
}

.footer_menu_links {
	margin-top: 55px;
}

.footer_menu_links ul {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
}

.footer_menu_links ul li a {
	font-family: 'TT Interfaces';
	font-weight: 500;
}

.footer_socials {
	position: relative;
}

.footer_socials ul {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	top: -5px;
}

.footer_socials ul li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	border: 1px solid rgba(25, 25, 25, 0.25);
	transition: 0.2s;
}

.footer_socials ul li a:hover {
	background-color: var(--primarylight);
	border: 1px solid var(--primarylight);
	transition: 0.2s;
}

.footer_socials ul li a svg {
	height: 14px;
	width: auto;
	max-width: 14px;
	transform: 0.2s;
}

.copyright_area {
	padding: 30px 0;
}

#contentFull {
	width: 100%;
}

#content {
	max-width: 100%;
	width: 1250px;
	margin: auto;
	position: relative;
	line-height: 22px;
}

#kantorInternetowyLoginButtons {
	display: none;
}


@media (max-width: 1024px) {
	#content {
		max-width: 100%;
		width: 100%;
		margin: auto;
		position: relative;
		line-height: 22px;

	}

	#contentFull {
		margin-top: 10px;
	}

	#kantorInternetowyLoginButtons {
		position: absolute;
		left: 0px;
		top: 55px;
		margin-left: 0px;
	}

	#kantorInternetowyLoginButtons .primary_btn {
		height: 30px;
	}

	#kantorInternetowyLoginButtons .primary_btn a {
		font-size: 12px;
	}

	.why_us_icon {
		text-align: center !important;
		margin: auto;
	}

	.why_us_icon img {
		display: inline;
		width: auto;
	}

	.why_us_box {
		margin-bottom: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.hero_details h1 {
		font-size: 2.5rem;
		line-height: 0.95;
		letter-spacing: -0.75px;
		text-align: center;
		width: 100%;
	}

	#content {
		padding: 10px;
	}

}

/**web_main.css END**/

/**web_responsive.css**/
/* Desktop */
@media only screen and (min-width: 1367px) and (max-width: 1920px) {
	.container {
		width: 100%;
		max-width: 1250px;
		margin: 0 auto;
	}
}

/* Laptop */
@media only screen and (min-width: 1251px) and (max-width: 1366px) {
	.container {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
}

/* Smaller Laptop */
@media only screen and (min-width: 1031px) and (max-width: 1250px) {
	.grid_button {
		width: 52px;
		height: 52px;
	}

	.footer_area, #why_us {
		margin: 0;
	}
}

/* Smaller Laptop */
@media only screen and (min-width: 1025px) and (max-width: 1230px) {
	.container {
		width: auto;
		max-width: 100%;
		margin: 0 30px;
	}

	/* Fonts */
	h1 {
		font-size: 2.5rem;
	}

	h3 {
		font-size: 2.5rem;
	}

	h4 {
		font-size: 1.52rem;
	}

	h5 {
		font-size: 1.4rem;
	}

	/* Hero */
	.hero_grid_details {
		width: 95%;
	}

	.grid_button {
		width: 46px;
		height: 46px;
	}

	.grid_box_text {
		bottom: 0;
		gap: 5px;
	}

	/* Currency */
	.currency_name p {
		line-height: 1.2;
	}

	/* Rates */
	.rate_items {
		gap: 0 25px;
	}

	/* Investment */
	.investment_img {
		position: absolute;
		bottom: 85px;
		right: 25px;
		display: flex;
		justify-content: flex-end;
	}

	.investment_img img {
		width: 70%;
	}

	.investment_items {
		padding: 50px 25px;
	}

	/* Footer */
	footer .section_headline h3 {
		width: 50%;
	}

	.footer_area, #why_us {
		margin: 0;
	}
}

/* Ipad Pro view Landscape */
@media only screen and (min-width: 901px) and (max-width: 1024px) {
	.container {
		width: auto;
		max-width: 100%;
		margin: 0 30px;
	}

	/* Fonts */
	h1 {
		font-size: 3.5rem;
	}

	h3 {
		font-size: 2.35rem;
	}

	h4 {
		font-size: 1.45rem;
	}

	h5, .section_headline h5 a {
		font-size: 1.3rem;
	}

	/* Header */
	.logo {
		margin-right: 4rem;
	}

	nav ul {
		gap: 30px;
	}

	/* Hero */
	.hero_grid_details {
		width: 100%;
	}

	.grid_button {
		width: 42px;
		height: 42px;
	}

	.grid_box_text {
		bottom: 0;
		gap: 2px;
		margin-top: 4px;
	}

	.grid_box_img img {
		border-radius: 25px;
	}

	/* Currency */
	.currency_name p {
		line-height: 1.2;
	}

	/* Rates */
	.rate_items {
		gap: 0 20px;
	}

	.rate_box_items {
		padding: 30px;
	}

	/* Investment */
	.investment_tabs {
		margin-bottom: 6rem;
	}

	.investment_img {
		position: absolute;
		bottom: 85px;
		right: 25px;
		display: flex;
		justify-content: flex-end;
	}

	.investment_img img {
		width: 70%;
	}

	.investment_items {
		padding: 40px 25px;
	}

	/* Why us */
	.why_us_img img {
		width: 48% !important;
	}

	/* Footer */
	footer .section_headline h3 {
		width: 50%;
	}

	.footer_area, #why_us {
		margin: 0;
	}
}

/* Portrait : Ipad Pro */
@media only screen and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 901px) and (max-device-width: 1024px) {
	.grid_button {
		width: 44px;
		height: 44px;
	}

	.rate_box_items {
		padding: 30px 20px;
	}

	.blog_items {
		gap: 20px;
	}
}

/* Mobile Devices */
@media only screen and (min-width: 250px) and (max-width: 1024px) {

	.container {
		width: auto;
		max-width: 100%;
		margin: 0 20px;
	}

	.col_3, .col_4, .col_6 {
		width: 100% !important;
	}

	/* Fonts */
	h1 {
		font-size: 2.5rem;
	}

	h3 {
		font-size: 2.0rem;
	}

	h4 {
		font-size: 1.5rem;
	}

	h5, .section_headline h5 a {
		font-size: 1.2rem;
	}

	/* Header */
	.logo {
		margin-right: 0rem;
	}

	.logo a img {
		width: 170px !important;
		max-width: 170px !important;
		min-width: auto !important;
	}

	/* Hero */
	.hero_details {
		margin-top: 5rem;
	}

	.hero_items {
		flex-direction: column;
	}

	.hero_button .primary_btn {
		width: calc(100% - 40px);
		justify-content: flex-start;
		padding: 0 20px;
	}

	.hero_button .primary_btn:nth-child(1) {
		padding-left: 7px;
		width: calc(100% - 27px);
	}

	.hero_button .primary_btn:nth-child(1) .btn_icon {
		height: 36px;
	}

	.hero_grid_details {
		width: 100%;
		margin-top: 60px;
	}

	.hero_grid_details .col_6:nth-child(2) {
		margin-top: 0;
	}

	.hero_grid_details .flexbox {
		flex-direction: column;
	}

	.grid_button {
		width: 64px;
		height: 64px;
		bottom: 4px;
	}

	.grid_button img {
		width: 14px;
		height: auto;
	}

	.grid_box_text {
		bottom: 10px;
		gap: 10px;
	}

	.grid_box_text p {
		font-size: 1rem;
	}

	.grid_box_text h5 {
		font-size: 1.35rem;
	}

	.grid_box_img img {
		border-radius: 32px;
	}

	.hero_button {
		flex-direction: column;
		align-items: flex-start;
	}

	.grid_items {
		gap: 1.5rem;
	}

	.hero_grid_details .col_6:nth-child(2) .grid_items {
		margin-top: 1rem;
	}

	/* Currency */
	.currency_name p {
		line-height: 1.2;
	}

	/* Rates */
	#rates .sec_gap {
		padding: 50px 0;
		padding-bottom: 0;
	}

	.rates_content .col_3 {
		width: 50%;
	}

	.rates_content > .flexbox {
		flex-flow: wrap;
	}

	.rate_items {
		gap: 0 4rem;
	}

	.rate_box_items {
		padding: 30px 35px;
	}

	.col_3:nth-child(1) .rate_box, .col_3:nth-child(2) .rate_box, .col_3:nth-child(3) .rate_box {
		border-bottom: 1px solid var(--lightsilver);
		border-right: none;
	}

	/* Investment */
	#investment .sec_gap, #blog .sec_gap {
		padding-bottom: 200px;
	}

	.secondary_btn {
		position: absolute;
		bottom: 100px;
	}

	.section_headline .flexbox {
		flex-direction: column;
		align-items: flex-start;
	}

	.section_headline {
		margin-bottom: 60px;
	}

	.investment_option {
		width: 100% !important;
	}

	.investment_tabs {
		margin-bottom: 6rem;
		flex-flow: wrap;
	}

	.investment_img {
		position: absolute;
		bottom: 140px;
		right: 20px;
		display: flex;
		justify-content: flex-end;
	}

	.investment_img img {
		width: 90%;
		height: auto;
	}

	.investment_items {
		padding: 50px 20px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.investment_box_inner {
		width: 100%;
	}

	/* Why us */
	#why_us .section_headline {
		text-align: left;
	}

	.why_us_items {
		flex-direction: column;
	}

	.why_us_items .col_4:last-child {
		margin-top: 3rem;
	}



	.why_us_box {
		margin-bottom: 3rem;
		padding-bottom: 3rem;
		border-bottom: 1px solid var(--lightsilver);
	}

	.why_us_items .col_4:last-child .why_us_box:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.why_us_items .col_4:nth-child(2) {
		display: none;
	}

	.why_us_box_items {
		align-items: flex-start !important;
		text-align: left;
	}

	.why_us_img img {
		width: 55% !important;
	}

	/* Blog */
	.blog_items {
		gap: 1.5rem;
		flex-direction: column;
	}

	.blog_items .col_4 {
		width: 100%;
	}

	.blog_box_items {
		padding: 30px 25px;
	}

	.blog_details {
		margin-bottom: 5rem;
	}

	/* Footer */
	footer .section_headline h3 {
		width: 100%;
	}

	.footer_area, #why_us {
		margin: 0;
	}

	.footer_area .section_headline {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px 0;
	}

	.footer_buttons {
		flex-direction: row !important;
		flex-flow: wrap;
	}

	.footer_menu_headling h5 {
		font-weight: 700;
	}

	.footer_menu_items {
		flex-direction: column;
	}

	.footer_menu_headling::after, .footer_socials::after {
		display: none;
	}

	.footer_menu_links {
		margin-top: 30px;
	}

	.footer_menu {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(25, 25, 25, 0.25);
	}

	.footer_menu:nth-child(3) {
		border-bottom: none !important;
		padding-bottom: 0;
	}

	.copyright_area .flexbox.space_between {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}

	.c_links {
		gap: 20px;
	}

	.hamburger {
		position: relative;
		display: block;
		z-index: 999;
		cursor: pointer;
	}

	.hamburger div {
		height: 2.5px;
		width: 25px;
		background-color: var(--primary);
		margin: 4px 0;
		transition: 0.5s ease;
	}

	.nav_active {
		transform: translateX(0%) !important;
	}

	.main_menu {
		width: auto;
	}

	.logo {
		z-index: 999;
	}

	nav {
		position: fixed;
		height: 100vh;
		width: 100%;
		background: var(--secondaryLight);
		top: 0;
		left: 0;
		right: 0;
		overflow: hidden;
		z-index: 999;
		transform: translateX(-100%);
		display: flex;
		flex-direction: column !important;
		justify-content: space-between !important;
		align-items: flex-start !important;
		transition: transform 0.3s linear;
		opacity: 1;
		padding-bottom: 100px;
	}

	nav ul {
		display: flex;
		flex-direction: column;
		margin: 0 20px;
		justify-content: flex-start;
		align-items: flex-start;
		height: 100%;
		width: calc(100% - 40px);
		text-align: left;
		margin-top: 45%;
		gap: 1.5rem;
	}

	nav ul li {
		position: relative;
		margin-left: 0 !important;
		width: 100%;
	}

	nav ul li a, .menu_has_children a {
		font-size: 1.4rem !important;
		font-weight: 400;
	}

	nav ul li a::before {
		display: none;
	}

	ul.menu_item li a:hover {
		background-color: transparent;
		border-color: 1px solid var(--primary);
	}

	.menu_has_children > a {
		padding: 0;
		justify-content: space-between;
	}

	.menu_has_children > a svg {
		display: flex;
		transform: rotate(0deg);
		background: var(--primary);
		padding: 8px 10px;
		border-radius: 50px;
		height: 10px;
		transition: .3s ease;
	}

	.menu_has_children > a svg.active {
		transform: rotate(90deg);
		transition: .3s ease;
	}

	.menu_has_children > a svg path {
		fill: var(--white);
	}

	.menu_item {
		position: relative;
		visibility: hidden;
		opacity: 0;
		top: 0;
		margin-top: 0px !important;
		justify-content: flex-start !important;
		height: 0;
		min-width: auto !important;
		width: calc(100% - 0px);
		transform: translateX(0) !important;
		margin-left: 20px;
		transition: all ease .4s;
		background: none;
	}

	.menu_item.active {
		display: flex !important;
		height: auto !important;
		visibility: visible;
		opacity: 1;
		margin-top: 15px !important;
		margin-bottom: 0px;
	}

	.menu_item li {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		/* padding: 10px 0 !important; */
		width: 100% !important;
		border-bottom: 1px solid var(--primary);
		margin-left: 20px !important;
	}

	.menu_item li:last-child {
		border: none;
	}

	ul.menu_item li a {
		padding: 12px 0;
		border: none;
		width: 100%;
		font-family: 'TT Interfaces', sans-serif;
		font-weight: 500;
	}

	ul.menu_item li:first-child a {
		font-family: 'Arial', sans-serif;
		font-weight: 400;
	}

	.d_menu {
		position: relative;
	}

	li.d_menu a {
		font-size: 1.1rem !important;
		text-transform: capitalize;
	}

	.togglemenu .line_one {
		transform: rotate(-45deg) translate(0px, 0px);
	}

	.togglemenu .line_two {
		transform: rotate(45deg) translate(-4px, -5px);
	}

	.no_overflow {
		overflow: hidden;
	}

	.nav_dsk_button {
		display: none;
	}

	.nav_mbl_button {
		display: flex;
		flex-direction: column;
		margin: 0 20px;
		align-items: flex-start;
		width: calc(100% - 40px);
		margin-bottom: 5rem;
	}

	.nav_mbl_button .primary_btn {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 1000px) {
	#rates {
		padding-bottom: 50px;
	}
}
/**web_responsive.css END**/

/**web_rotators.css**/
#rotator_main {
	margin: auto;
	height: 100%;
	max-width: 1110px;
	position: relative;
	width: 100%;
}

#rotator_main_bottom {
	margin: auto;
	margin-top: 3px;
	border-bottom: 3px solid #c6b56c;
}

#rotator_main .rotator_start_content {
	height: 100%;
}

#rotator_main_top {
	margin: auto;
	margin-bottom: 3px;
	border-top: 3px solid #c6b56c;
}


#rotator_main h2 {
	font-size: 74px;
	padding-top: 27px;
	padding-bottom: 20px;
	font-weight: bold;
	letter-spacing: -2.96px;
}


#rotator_main a.button {
	position: relative;
	top: 30px;
}

#rotator_main .content * {
	z-index: 1;

}


#rotator_main .content img.rotatorImg {
	position: absolute;
	right: 0px;
	top: 25px;
	z-index: -5;
}


#rotator_main h5 {
	font-size: 16px;
	font-weight: normal;
}

#rotatorTop {
	padding-top: 200px;
	height: 750px;
}

#rotator_main > ul > li {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	display: block;
	height: 100%;
	width: 100%;
	font-size: 24px;
	position: absolute;
	border-radius: 10px;
}


#rotator_main > ul > li.show {
	z-index: 10;
}


#rotator_main .content h3 {
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 2.2px;
}

#rotator_main .content {

	text-align: left;
	position: relative;
	height: 100%;
	padding-top: 60px;
}

#rotator_main .content p {
	text-transform: uppercase;
	font-size: 13px;

}


#pickups_cont {
	position: absolute;
	bottom: -30px;
	z-index: 100;
	left: 20px;
	right: 20px;
	margin: auto;
	text-align: center;
}

.pickup_inside_cont {
	display: inline-block;
	width: auto;
}

#pickups_cont .pickups {
	background-color: #0c83e2;
	height: 20px;
	margin-left: 5px;
	cursor: pointer;
	width: 20px;
	display: inline-block;
	border-radius: 10px;
}

#pickups_cont .pickups.pickups:hover, #pickups_cont .pickups.actual {
	background-color: #1a92f3;
	filter: brightness(150%);
}

#rotator_main ul {
	height: 100%;
}

#rotator_main .buttons {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 46px;
	height: 100px;
	cursor: pointer;
	z-index: 100;
}

#rotator_main .buttons:hover {
	background-repeat: no-repeat;
	background-position: 0 -100px;
}

#rotator_main .button_left {
	position: absolute;
	left: 0vw;
	top: calc(50% - 50px);
	display: none;
}

#rotator_main .button_right {
	position: absolute;
	right: 0vw;
	top: 50%;
	top: calc(50% - 50px);
	display: none;
}


@media only screen and (min-width: 999px) {
	#rotator_main .content {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	#rotator_mainFull {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 999px) {
	#rotator_main .hero_details h1 {
		font-size: 2rem;
	}

	#rotator_main .content {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding-bottom: 10%;
	}

	#rotator_main {
		aspect-ratio: 0.8;
		min-height: 400px;
	}

	#rotator_main .buttons {
		transform: scale(0.7);
	}

	#rotator_main h2 {
		font-size: 20px;
		padding-top: 60px;
		letter-spacing: 2.5px;
	}

	#rotator_main h4 {
		font-size: 20px;
	}

	#rotator_main > ul > li {

		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		display: block;
		width: 100%;
		aspect-ratio: 0.85;
	}

	#rotator_main > ul > li.show {
		z-index: 10;
	}

	#rotator_main .content {
		text-align: center;
		position: relative;
		padding-top: 115px;
	}

	#rotator_main .content p {
		text-transform: uppercase;
		font-size: 12px;
	}

	#rotator_main .content img {
		z-index: 0;
		position: relative;
		max-width: 80%;
		float: none !important;
		margin: auto;
		left: 0px;
		top: 0px;
	}


	#rotator_main h4 {
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 10px;
	}

	#rotator_main .content #rotatorDeliveryHours img {
		position: absolute;
		top: 0px;
		left: 5px;
		max-width: 50px;
	}

	#rotator_main .content #rotatorDeliveryHours {
		font-size: 13px;
		font-weight: bold;
		text-align: left;

		padding-left: 65px;
	}

	#rotator_main .content img.rotatorImg {
		position: absolute;
		right: 0px;
		top: -10px;
		z-index: -5;
		max-width: 300px;
	}

	#rotator_main .content h3 {
		font-size: 16px;
		line-height: 20px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#rotator_main .button.big {
		font-size: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#rotatorTop {
		height: 400px;
		max-height: 400px;
		padding-top: 0px;
	}


	#rotator_main .content {
		padding-top: 0px;
	}
}


@media only screen and (max-width: 999px) and (max-height: 680px) and (orientation: portrait) {
	#rotator_main .content {
		margin-top: 10vh;
	}

	#rotator_main h2 {
		padding-top: 0px;
	}


}

/**web_rotators.css END**/

/**web_rotstacjonarny.css**/
#rotStacjonarny {
	margin: auto;
	position: relative;
	width: 100%;
	aspect-ratio: 1.66;
	margin-bottom: 50px;
	display: none;
}

#rotStacjonarny_bottom {
	margin: auto;
	margin-top: 3px;
	border-bottom: 3px solid #c6b56c;
}

#rotStacjonarny .rotator_start_content {
	height: 100%;
}

#rotStacjonarny_top {
	margin: auto;
	margin-bottom: 3px;
	border-top: 3px solid #c6b56c;
}


#rotStacjonarny h2 {
	font-size: 74px;
	padding-top: 27px;
	padding-bottom: 20px;
	font-weight: bold;
	letter-spacing: -2.96px;
}

#content #rotStacjonarny ul {
	padding: 0;
}

#rotStacjonarny a.button {
	position: relative;
	top: 30px;
}

#rotStacjonarny .content * {
	z-index: 1;

}


#rotStacjonarny .content img.rotatorImg {
	position: absolute;
	right: 0px;
	top: 25px;
	z-index: -5;
}


#rotStacjonarny h5 {
	font-size: 16px;
	font-weight: normal;
}

#rotatorTop {
	padding-top: 200px;
	height: 750px;
}

#rotStacjonarny > ul > li {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	display: block;
	height: 100%;
	width: 100%;
	font-size: 24px;
	position: absolute;
	border-radius: 10px;
}


#rotStacjonarny > ul > li.show {
	z-index: 10;
}


#rotStacjonarny .content h3 {
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 2.2px;
}

#rotStacjonarny .content {

	text-align: left;
	position: relative;
	height: 100%;
	padding-top: 60px;
}

#rotStacjonarny .content p {
	text-transform: uppercase;
	font-size: 13px;

}


#pickups_cont {
	position: absolute;
	bottom: -40px;
	z-index: 100;
	left: 20px;
	right: 20px;
	margin: auto;
	text-align: center;
}

.pickup_inside_cont {
	display: inline-block;
	width: auto;
}

#pickups_cont .pickups {
	background-color: #0c83e2;
	height: 20px;
	margin-left: 5px;
	cursor: pointer;
	width: 20px;
	display: inline-block;
	border-radius: 10px;
}

#pickups_cont .pickups.pickups:hover, #pickups_cont .pickups.actual {
	background-color: #1a92f3;
	filter: brightness(150%);
}

#rotStacjonarny ul {
	height: 100%;
}


@media only screen and (max-width: 999px) {
	#rotStacjonarny {
		display: block;

	}

	#pickups_cont {
		bottom: -30px;
	}

	#rotStacjonarny .content {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding-bottom: 10%;
	}


	#rotStacjonarny .buttons {
		transform: scale(0.7);
	}

	#rotStacjonarny h2 {
		font-size: 20px;
		padding-top: 60px;
		letter-spacing: 2.5px;
	}

	#rotStacjonarny h4 {
		font-size: 20px;
	}

	#rotStacjonarny > ul > li {

		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		display: block;
		width: 100%;
		aspect-ratio: 0.85;
	}

	#rotStacjonarny > ul > li.show {
		z-index: 10;
	}

	#rotStacjonarny .content {
		text-align: center;
		position: relative;
		padding-top: 115px;
	}

	#rotStacjonarny .content p {
		text-transform: uppercase;
		font-size: 13px;
	}

	#rotStacjonarny .content img {
		z-index: 0;
		position: relative;
		max-width: 80%;
		float: none !important;
		margin: auto;
		left: 0px;
		top: 0px;
	}


	#rotStacjonarny h4 {
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 10px;
	}

	#rotStacjonarny .content #rotatorDeliveryHours img {
		position: absolute;
		top: 0px;
		left: 5px;
		max-width: 50px;
	}

	#rotStacjonarny .content #rotatorDeliveryHours {
		font-size: 13px;
		font-weight: bold;
		text-align: left;

		padding-left: 65px;
	}

	#rotStacjonarny .content img.rotatorImg {
		position: absolute;
		right: 0px;
		top: -10px;
		z-index: -5;
		max-width: 300px;
	}

	#rotStacjonarny .content h3 {
		font-size: 16px;
		line-height: 20px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#rotStacjonarny .button.big {
		font-size: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#rotatorTop {
		height: 400px;
		max-height: 400px;
		padding-top: 0px;
	}


	#rotStacjonarny .content {
		padding-top: 0px;
	}
}


@media only screen and (max-width: 999px) and (max-height: 680px) and (orientation: portrait) {
	#rotStacjonarny .content {
		margin-top: 10vh;
	}

	#rotStacjonarny h2 {
		padding-top: 0px;
	}


}

/**web_rotstacjonarny.css END**/

/**web_shop.css**/
#cart {
	background-color: #f3f3f3;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 16px;
}

#cart .cartToPay {
	border-collapse: collapse;
	width: 100%;
}

#cart td, #cart th {
	padding-top: 15px;
	padding-bottom: 15px;
}

#cart th {
	color: #bfbfbf;
	font-weight: 500;
}

#cart tbody tr {
	background-color: #ffffff;
	border-bottom: 1px solid #F0F0F0;
}


#cart .cartItemImage {
	margin: auto;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#cart .cartItemName1 {
	font-size: 18px;
	color: #bd222c;
	font-weight: bold;
}

#cart .cartItemName2 {
	color: #000000;
}

#cart .itemCurrency {
	font-size: 13px;
}

#cart .cartItemName3 {
	color: #000000;
	font-weight: bold;
}

#cart .cartItemQuantity {
	color: #c2343d;
}

#cart .cartItemQuantity {
	color: #bd222c;
	font-size: 20px;
	padding-left: 12px;
	padding-right: 12px;
}

#cart .cartItemPrice {
	font-size: 20px;
}

#cart .cartButtonRound {
	color: #5b5b5b;
	border: 1px solid #dadada;
	border-radius: 15px;
	padding: 1px;
	padding-left: 7px;
	padding-right: 7px;
	transition: all 300ms ease-in;
}

#cart .cartButtonSquare {
	color: #bd222c;
	border: 1px solid #dadada;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 7px;
	padding-right: 7px;
	font-weight: bold;
	transition: all 300ms ease-in;
}

#cart .cartButtonSquare:hover, #cart .cartButtonRound:hover {
	color: #ffffff;
	background-color: #bd222c;
}

#cart .cartSumupTop {
	text-align: right;
	border-bottom: 1px solid #e2e2e2;
	color: #4a4949;
	font-size: 16px;
	font-weight: 300;

	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 22px;
}


#cart .cartSumupBottom {
	text-align: right;
	border-bottom: 1px solid #e2e2e2;
	color: #838383;
	font-size: 25px;
	font-weight: 500;

	padding-top: 20px;
	padding-bottom: 20px;
}

#cart .cartSumupTop > div > span:last-child {
	width: 140px;
	display: inline-block;
}

#cart .cartSumupBottom > div > span:last-child {
	min-width: 140px;
	display: inline-block;
}

#cart .cartSumupBottom .fullValue {
	color: #bd222c;
}

#cart .buttons .cartContinueShopping {
	font-size: 16px;
	font-weight: 500;
	color: #838383;
}

#cart .buttons {

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
	#cart {
		background-color: #f3f3f3;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 16px;
	}

	#cart .cartItemName1 {
		font-size: 15px;

	}

	#cart .cartItemName2, #cart .cartItemName3 {
		font-size: 13px;

	}

	#cart .buttons {
		justify-content: center;
	}

	#cart .buttons > a {
		margin-bottom: 15px;

	}

}


#shopFull {
	width: 100%;
	border-top: 1px solid #dadada;
	margin-top: 20px;
	padding-top: 20px;
}

#shop {
	max-width: 100%;
	position: relative;
	margin: auto;
	height: 100%;
	line-height: 1.75;
	transition: all 200ms ease-in;
	flex-direction: row-reverse;
}


#shop .content a {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}

#shop h2, #shop h2 {
	color: var(--mainAccentColor);
	text-align: left;
	font-size: 40px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content .infoList > p:hover {
	background-color: #fafafa;
	cursor: pointer;
	transition: all 200ms ease-in;
}

#content .infoList > p {
	border-bottom: 2px solid #ebebeb;
	padding-bottom: 20px;
	padding-top: 20px;
}

#content .infoList > p:after {
	content: '+';
	font-weight: bold;
	float: right;
	padding-right: 10px;
}

#content .infoList > p:hover:after {
	content: '-';
}

#content .infoList {
	font-size: 18px;
	font-weight: 900;
	text-align: left;
	color: #111;
}

#content .infoList .tab {
	color: #868686;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.32px;
	text-align: justify;
	font-weight: 500;
	max-height: 0px;
	overflow: hidden;
	transition: all 200ms ease-in;
}

#content .infoList .tab.expanded {
	max-height: fit-content;
}

#content .infoList ul {
	list-style-type: bullet;
	padding-left: 20px;
}

#content .infoList ul li {
	list-style-type: disc;

}

#shop .shopCont {
	margin: auto;
	margin-top: 40px;
	transition: all 200ms ease-in;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#shop.owned .content {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#shop.owned .shopCont {
	margin: auto;
	margin-top: 10px;
	transition: all 200ms ease-in;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 33%;
	min-width: 220px;
}

#shop.owned .shopCont .shopCont > *, #shop.owned a {
	display: block;
	margin: auto;
	width: 33%;
}

#shop .shopTop {
	margin: auto;
	margin-top: 10px;
	transition: all 200ms ease-in;
	display: flex;
	justify-content: center;
}

#shop .shopTop div:last-child {
	padding-top: 30px;
}


#shop .header {
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	color: #111;
	text-transform: uppercase;
}

#shop .subHeader {
	font-size: 12px;
	font-weight: 600;
	color: #0b2e13;
}

#shop .shopPrice {
	font-size: 42px;
	font-weight: 900;
	color: #111;
	line-height: 1;
}

#shop .mainList li {
	padding-left: 10px;
	line-height: 1.5;
	padding-bottom: 10px;
	padding-top: 10px;
}

#shop .mainList li:not(:last-child) {
	border-bottom: 3px solid #ebebeb;
}

#shop .mainList {
	font-size: 20px;
	font-weight: bold;

}

#shop .shopPriceBeforePromo {
	text-decoration: line-through;
	font-size: 24px;
}

#shop .button {
	background-color: var(--mainAccentColor);
	transition: all 200ms ease-in;
	margin-top: 30px;
	display: inline-block;
	margin-bottom: 30px;
}

#shop .button:hover {
	background-color: #8644A3;
}

#shop .promoValidTo {
	font-size: 18px;
	line-height: 1.19;
	color: var(--mainAccentColor);
}

#shop .shopCont > div {
	padding: 5px;
}


#shop .header {
	text-align: center;
	margin-bottom: 10px;
	padding-top: 20px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 6px;
}

#shop.owned .shopName {
	text-align: center;
}

#shop .shopName {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: normal;
	margin-bottom: 10px;
}

#shop .shopImg {
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 1;
	width: 100%;
	max-width: 336px;
	padding: 10px;
	margin: 20px;
	min-width: 336px;
}

#shop .shopImg {
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 1;
	width: 100%;
	max-width: 400px;
	padding: 10px;
	margin: 20px;
	min-width: 336px;
}

#shop .shopImg a, #shop .shopImg a {
	display: block;
	width: 100%;
	height: 100%;
}

#shop .shopDetails {
	align-items: center;
	display: flex;
	justify-content: center;
}

#shop .shopShort {
	text-align: justify;
	font-size: 16px;
	color: #323232;
	line-height: 25px;
}

#shop .shopDetails .button {
	color: #222;
	letter-spacing: 2.8px;
	border: 1px solid #cfcfcf;
}

#shop .shopDetails .button:hover {
	background-color: var(--mainAccentColor);
	color: #ffffff;
}

#shop .shopPrice {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

#shop .shopPrice span {
	font-size: 25px;
	font-weight: 300;

}

#shop .nagrodyPointInfo {
	width: 195px;
	float: left;
	margin-top: 65px;
}

#shop .shopImage img {
	max-width: 400px;
	max-height: 350px;
}

#shop .shopMain {
	position: absolute;
	background-color: #ffffff;
	width: 100%;
}

#shop .shopMain {
	z-index: 10;
	opacity: 0;
	display: none;
}


@media only screen and (max-width: 999px) and (orientation: portrait) {

}

@media only screen and (max-width: 999px) {
	#shop {
		flex-direction: row;
	}

	#shop.owned .shopCont .shopCont > *, #shop.owned a {
		width: 100%;
	}

	#shop .shopTop {
		flex-wrap: wrap;
	}

	#shop .shopTop .header {
		font-size: 24px;
	}

	#shop .shopTop .shopPrice {
		font-size: 32px;
	}

	#shop .content, #shop.owned .content {
		flex-wrap: wrap;
	}

	#shop.owned .shopCont {
		max-width: 100%;
	}

	#shop .shopCont {
		flex-wrap: wrap;
	}

	#shop .shopCont > div {
		margin: auto;
	}

	#shop .content a {
		margin: auto;
	}

	#shop div.nagrodyList {
		justify-content: center;
	}

	#shop .shopName {
		margin: auto;
		text-align: center;
	}

	#shop .shopDetails {
		margin: auto;
		margin-bottom: 25px;
	}


	#shop .header {
		font-size: 30px;
		line-height: 35px;
	}

	#shop .shopTop > div {
		max-width: 100%;
	}

}

/**web_shop.css END**/

/**web_shop_products.css**/
#shop {
	display: flex;
	justify-content: center;
}

.contFilters {
	width: 30%;
	padding: 20px;
}

.contProducts svg {
	width: 20px;
	height: 20px;
	display: inline-block;
}

.contProducts {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
}

.contProducts table {

	box-shadow: 0px 0px 28px -8px rgba(168, 168, 168, 1);
	border-radius: 15px;
	width: 100%;
	border-collapse: collapse;
}


.contProducts .image {
	border-radius: 20px;
	width: 40px;
	height: 40px;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#shop .currencyChange .tdFlex .name {
	line-height: 1.25;
	padding-left: 10px;
}

#shop .currencyChange .tdFlex .subname {
	line-height: 1;
	font-size: 60%;
	color: #7d7d7d;
	text-transform: uppercase;
}

.contProducts {

}

.contProducts h2 {
	text-align: left;
	padding-left: 10px;
	font-size: 1.5rem;
}

.contProductsTable {

	height: 500px;
	overflow-y: scroll;
}

.contProducts table {
	width: 100%;
	text-align: right;
	border-collapse: collapse;
}

.contProducts table tr:not(:first-child) {
	border: 1px solid #f3f3f3;
}

.contProducts table tr:hover {
	background-color: #f9f9f9;
	transition: background-color 300ms linear;
}

.contProducts table td, .contProducts table th {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}


.contProducts div.tdFlex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}


.contProducts .currencyName {
	font-size: 0.8rem;
	color: #999;
}

.contProducts th {
	text-align: left;
	padding-left: 10px;
	font-size: 1.5rem;

}

.contProducts svg:hover * {
	stroke: #0c7cd5;
	transition: stroke 300ms linear;
	cursor: pointer;
}

@media (max-width: 1024px) {
	#shop {
		flex-wrap: wrap;
	}

	.contFilters, .contProducts {
		width: 100%;
	}
	.contProducts{
		font-size: 14px;
	}
	.contProducts table td, .contProducts table th{
		padding: 5px;
	}
}
/**web_shop_products.css END**/
