/* 
Theme Name: Turulo
Theme URI: koncept404.pl
Author: Adrian Turulski
Author URI: turulo.pl/
Description: Motyw firmowy
Version: 1.0 
*/

/*-----------------------------------------------------------*/

@import url("https://use.typekit.net/qpb0upn.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

#wpadminbar {
	z-index: 999999999999999999999 !important;
}

html {
	scroll-behavior: smooth;
	margin-top: 0 !important;
	overflow-x: hidden;
}

.show-m-d,
.show-m {
	display: none !important;
}

/**/

#return-to-top {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	width: 50px;
	height: 50px;
	display: none;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1000;
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
	color: #fff;
	top: 5px;
}

/*-----------------------------------------------------------
	Table
-------------------------------------------------------------*/

tr,
td {
	border: 1px solid #eaeaea;
}

td {
	padding: 15px;
}

table {
	width: 100%;
	display: block;
	overflow: overlay;
	border-spacing: 0px;
}

/*-----------------------------------------------------------
	Fonts
-------------------------------------------------------------*/

@media (max-width: 991px) {
	iframe {
		width: 100%;
	}
}

*,
::after,
::before {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

h2,
h3,
h4,
h5,
h6 {
	line-height: 1.1;
	color: #252525;
	margin-bottom: 0;
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Borna-medium;
	font-style: normal;
	margin-top: 0;
}

h2 {
	font-size: 30px;
	line-height: 133.333%;
}

h3 {
	font-size: 27px;
}

h4 {
	font-family: "Inter", sans-serif;
	font-size: calc(14px + (20 - 14) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 500;
	line-height: 128.571%;
	letter-spacing: 0.07px;
	color: #434343;
	margin-bottom: 2.05vw;
}

h5 {
	font-size: 13px;
}

ul {
	margin-bottom: 1rem;
	padding-left: 30px;
}

.single-post .entry-content ul li {
	padding-bottom: 10px;
}

body {
	font-family: "Inter", sans-serif;
	font-size: calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366)));
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0.16px;
	margin: 0;
	padding: 4.44vw 0 0 0;
	color: #434343;
}

span.nowrap {
	white-space: nowrap;
}

body p {
	margin-top: 0;
}

a {
	color: #252525;
	text-decoration: none;
	transition: all 0.3s;
}

.small,
small {
	display: block;
}

a:focus,
a:hover {
	color: #252525;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

:active,
:focus {
	outline: none !important;
}

section {
	position: relative;
}

blockquote {
	padding: 20px 20px;
	margin: 0 0 20px;
	font-size: 16px;
	background: #f7f7f7;
	border-radius: 10px;
}

blockquote p {
	line-height: 1.6;
}

/*-----------------------------------------------------------
	Menu
-------------------------------------------------------------*/

.menu-mobile {
	display: none;
}

.header-wrapper {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999999;
	transition: 0.7s;
	padding-left: 1.17vw;
	background-color: white;
	border-bottom: 1px solid #dadada;
}

body.admin-bar .header-wrapper {
	top: 32px;
}

.header-wrapper.specific,
.header-wrapper.black {
	background-color: #252525; /* Zmiana tła na ciemniejsze */
}

.header-wrapper.specific a,
.header-wrapper.black a {
	color: white; /* Zmiana koloru linków na biały */
}

.header {
	height: 4.39vw;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	transition: 0.5s;
}

.parts {
	height: 100%;
	display: flex;
	align-items: center;
}

.special-button {
	height: 100%;
}

.special-button a {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 2.56vw;
	background-color: #252525;
	transition: 0.7s;
	position: relative;
}

.special-button a:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #252525;
	position: absolute;
	transition: 0.7s;
	bottom: -1px;
	right: 0;
}

.header-wrapper.specific .special-button a:before,
.header-wrapper.specific .special-button a,
.header-wrapper.black .special-button a:before,
.header-wrapper.black .special-button a {
	background-color: white;
}

.header-wrapper.specific .special-button a {
	color: #252525;
}

.special-button a {
	font-size: calc(13px + (18 - 13) * ((100vw - 1366px) / (1920 - 1366)));
	color: white;
	font-family: "GeneralSans-Medium";
}

.header-wrapper.black .special-button a {
	color: #252525;
}

.header-wrapper .special-button a:hover:before,
.header-wrapper .special-button a:hover {
	background-color: #e30615;
	color: white;
}

.special-button a:hover {
	opacity: 1 !important;
}

/* WPML switcher*/

.language-switcher {
	width: 3.07vw;
	margin: 0 1.83vw;
	height: 100%;
}

.language-switcher .wpml-ls-legacy-dropdown {
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	top: calc(50% - 0.18vw) !important;
	border: none !important;
	border-top: none !important;
	background-image: url("/wp-content/themes/turulo/images/ptaszek.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 0.59vw;
	height: 0.37vw;
	transform: rotate(-180deg); /* rotacja o 180 stopni przy hover */
	transition: 0.5s;
	right: 0.9vw;
}

[lang="en-US"]
	.language-switcher
	.wpml-ls-legacy-dropdown
	a.wpml-ls-item-toggle:after {
	right: 0;
}

.wpml-ls-legacy-dropdown ul:hover a.wpml-ls-item-toggle:after {
	transform: rotate(0deg); /* rotacja o 180 stopni przy hover */
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	opacity: 0;
	transition: 0.5s opacity ease-in-out !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
	opacity: 1;
	transition: 0.5s opacity ease-in-out !important;
}

.header-wrapper .header .language-switcher ul {
	display: block;
	min-width: auto;
	height: 100%;
}

.header-wrapper .header .language-switcher ul li {
	height: 100%;
}

.header-wrapper .header .language-switcher ul.wpml-ls-sub-menu li {
	height: 1.61vw;
}

.language-switcher .wpml-ls-legacy-dropdown ul li a {
	border: none;
	color: #252525;
	display: flex;
	align-items: center;
	height: 100%;
	background-color: transparent;
}

.language-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.language-switcher .wpml-ls-legacy-dropdown ul li a:hover {
	background-color: white;
}

.header-wrapper .header .language-switcher ul.wpml-ls-sub-menu li a {
	display: flex;
	align-items: center;
	padding: 0 0.37vw;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-top: 1px solid #dadada;
	background-color: white;
}

.header-wrapper .header .language-switcher ul.wpml-ls-sub-menu li a:last-child {
	border-bottom: 1px solid #dadada;
}

.header-wrapper.specific .header .language-switcher ul.wpml-ls-sub-menu li a,
.header-wrapper.black .header .language-switcher ul.wpml-ls-sub-menu li a {
	background-color: #252525;
}

.header-wrapper.specific
	.language-switcher
	.wpml-ls-legacy-dropdown
	.wpml-ls-current-language:hover
	> a,
.header-wrapper.specific .language-switcher .wpml-ls-legacy-dropdown a:focus,
.header-wrapper.specific .wpml-ls-legacy-dropdown a:hover,
.header-wrapper.black
	.language-switcher
	.wpml-ls-legacy-dropdown
	.wpml-ls-current-language:hover
	> a,
.header-wrapper.black .language-switcher .wpml-ls-legacy-dropdown a:focus,
.header-wrapper.black .wpml-ls-legacy-dropdown a:hover {
	background: transparent !important;
	opacity: 1 !important;
}

.header-wrapper.specific
	.language-switcher
	.wpml-ls-legacy-dropdown
	a.wpml-ls-item-toggle:after,
.header-wrapper.black
	.language-switcher
	.wpml-ls-legacy-dropdown
	a.wpml-ls-item-toggle:after {
	filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(1699%)
		hue-rotate(18deg) brightness(108%) contrast(100%);
}

/* Special menu */

.special-menu {
	margin-left: 4.76vw;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	background-color: #e30615;
	padding: 0 2.5vw;
	cursor: pointer;
	transition: 0.5s;
}

.special-menu:hover {
	background-color: rgba(227, 6, 21, 0.8);
}

.header-wrapper.black .special-menu:hover,
.header-wrapper.specific .special-menu:hover {
	background-color: #909090;
}

.special-menu a {
	color: white;
	height: 100%;
	display: flex;
	align-items: center;
	transition: 0.5s;
}

.special-menu a:hover {
	color: white;
	opacity: 1 !important;
}

.special-menu img {
	object-fit: contain;
	width: 1.02vw;
	min-width: 14px;
	height: 1.02vw;
	min-height: 14px;
	margin-left: 1.1vw;
	transition: 0.7s;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
		hue-rotate(23deg) brightness(118%) contrast(118%);
}

.header-wrapper.black .special-menu {
	background-color: transparent;
}

.header-wrapper.specific .special-menu img {
	filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(0%)
		hue-rotate(48deg) brightness(103%) contrast(104%);
}

.header-wrapper.black .special-menu img {
	filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(0%)
		hue-rotate(48deg) brightness(103%) contrast(104%);
	transform: rotate(-135deg);
}

.fancy-submenu a {
	color: white;
}

.fancy-submenu {
	padding-bottom: 4.25vw;
	padding-top: 3vw;
	padding-left: 1.17vw;
	transition: transform 0.7s ease-in-out;
	transform: translateY(-200%);
	position: fixed;
	top: 4.39vw;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #252525;
	display: flex;
}

.fancy-submenu:after {
	content: "";
	width: 100%;
	height: 100vh;
	background-color: rgba(37, 37, 37, 0.5);
	position: absolute;
	top: 15vw;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: transform 0.2s ease-in-out, opacity 0.7s ease-in-out,
		visibility 0.7s ease-in-out;
}

.fancy-submenu.visible:after {
	opacity: 1;
	visibility: visible;
}

.fancy-submenu.visible {
	transform: translateY(0); /* Przesuń menu do widocznej pozycji */
}

.fancy-submenu .support-wrapper {
	width: 6.22vw;
	min-width: 85px;
}

.fancy-submenu .section-width {
	width: 45vw;
	padding-left: 4.76vw;
	z-index: 1;
}

.fancy-submenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.fancy-submenu .section-width ul#menu-lewe-menu-en,
.fancy-submenu .section-width ul#menu-lewe-menu,
.fancy-submenu .section-width ul.menu.main {
	display: flex;
	justify-content: space-between;
	width: 100%;
    gap: 8.78vw;
}

.fancy-submenu ul li a {
	font-size: calc(14px + (20 - 14) * ((100vw - 1366px) / (1920 - 1366)));
	margin-bottom: 1.46vw;
	display: inline-block;
	transition: 0.5s;
	color: #909090;
}

.fancy-submenu ul.menu.main li ul.sub-menu:before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #e30615;
	position: absolute;
    left: -1.1vw;
	top: 0;
}

.fancy-submenu ul li ul li a {
	font-family: Borna-medium;
	font-size: calc(22px + (30 - 22) * ((100vw - 1366px) / (1920 - 1366)));
	line-height: 118%;
	margin-bottom: 8px;
	color: white;
}

.fancy-submenu ul li ul li a:hover {
	opacity: 0.6;
}

.nav-down {
	transition: 0.5s;
}

.nav-up {
	top: -4.39vw !important;
	transition: 0.5s;
}

.logo img {
	width: 6.22vw;
	min-width: 85px;
}

.logo a {
	display: flex;
}

.header-wrapper .header ul {
	display: flex;
	min-width: 350px;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: center;
}

.menu-desktop ul.menu {
	width: 28.26vw;
	display: flex;
	justify-content: space-between;
}

ul#menu-glowne-menu-fr.menu {
	width: 33vw;
}

.header-wrapper .header ul li {
	position: relative;
}

.header-wrapper .header a {
	transition: 0.5s;
}

.header-wrapper .header ul li a {
	font-family: "GeneralSans-Medium";
	font-size: calc(13px + (18 - 13) * ((100vw - 1366px) / (1920 - 1366)));
	line-height: 1.4;
	letter-spacing: 0.2px;
	font-weight: 500;
	color: #252525;
	padding: 0;
	cursor: pointer;
}

.header-wrapper.specific .header ul li a,
.header-wrapper.black .header ul li a {
	color: white;
}

.header-wrapper .header a:hover {
	opacity: 0.8;
}

.special-menu a {
	font-size: calc(13px + (18 - 13) * ((100vw - 1366px) / (1920 - 1366)));
	cursor: pointer;
	font-family: "GeneralSans-Medium";
}

a,
a:visited,
a:hover,
a:active {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: 0.5s color ease;
	text-decoration: none;
}

.header-wrapper .header .menu-desktop ul.menu a {
	position: relative;
	padding-bottom: 5px;
}

.header-wrapper .header .menu-desktop ul.menu a:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #909090;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}

.header-wrapper .header .menu-desktop ul.menu a:hover {
	color: #909090;
	opacity: 1;
}

.header-wrapper .header .menu-desktop ul.menu a:hover:before {
	opacity: 1;
	visibility: visible;
}

/*-----------------------------------------------------------
Overlay menu
-------------------------------------------------------------*/

.overlay-section {
	display: flex;
	align-items: center;
	top: 0px;
	right: -100%;
	z-index: 9999;
	width: 100%;
	transition: all 1s;
	height: 100%;
	position: fixed;
	overflow: overlay;
	background-color: #252525;
	flex-direction: column;
}

.overlay-section.active {
	right: 0;
}

.overlay-section .section-width {
	padding: 16.67vw 5.56vw 0;
	width: 100%;
}

.overlay-section .section-content {
	visibility: hidden;
	opacity: 0;
	height: auto;
	position: relative;
	transition: all 1s;
	transition-timing-function: ease;
	text-align: left;
}

.overlay-section .section-content.active {
	visibility: visible;
	opacity: 1;
	right: 0;
	overflow: auto;
}

.menu-wrapper {
	width: 100%;
	margin-top: 18.06vw;
}

/* Pierwszy poziom */

.overlay-section .section-content ul {
	padding-left: 0;
	margin: 0;
}

.overlay-section .section-content li {
	list-style: none;
	padding-top: 5.56vw;
	overflow: hidden;
	position: relative;
}

.overlay-section .section-content li.menu-item-has-children {
	border-bottom: 0.5px solid rgba(218, 218, 218, 0.5);
	padding-bottom: 5.56vw;
}

.overlay-section .section-content li.menu-item-has-children:first-child {
	padding-top: 0;
}

.overlay-section .section-content li.menu-item-has-children:nth-child(2) {
	margin-bottom: 5.56vw;
}

.overlay-section .section-content li.menu-item-has-children a {
	font-size: calc(29px + (79 - 29) * ((100vw - 360px) / (991 - 360)));
	position: relative;
	display: flex;
	justify-content: space-between;
}

.overlay-section .section-content li.menu-item-has-children a:after {
	content: "";
	width: 5.77vw;
	height: 5.84vw;
	background-image: url(/wp-content/themes/turulo/images/button-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 1.67vw;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7478%)
		hue-rotate(11deg) brightness(98%) contrast(107%);
	transition: 0.5s;
	transform: translateY(-50%);
}

.overlay-section .section-content li.menu-item-has-children.active a:after {
	transform: translateY(-50%) rotate(90deg);
}

.overlay-section .section-content li a {
	font-family: Borna-medium;
	font-size: calc(25px + (68 - 25) * ((100vw - 360px) / (991 - 360)));
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	transition: 0.5s;
	color: #ffffff;
	overflow: hidden;
}

.overlay-section .section-content li a:hover {
	color: #ffffff;
}

/* Drugi poziom */

.overlay-section .section-content ul li ul.sub-menu {
	max-height: 0;
	transition: 1.5s;
}

.overlay-section .section-content li.menu-item-has-children ul.sub-menu.active {
	max-height: 800px;
}

.overlay-section .section-content ul li ul li {
	padding: 4.17vw 0;
	border-bottom: 0.5px solid rgba(218, 218, 218, 0.5);
}

.overlay-section .section-content ul li ul li:first-child {
	padding-top: 8.33vw;
}

.overlay-section .section-content ul li ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.overlay-section .section-content ul li ul.sub-menu li a {
	font-family: "Inter", sans-serif;
	font-size: calc(19px + (52 - 19) * ((100vw - 360px) / (991 - 360)));
	line-height: 1.1;
	display: block;
}

.overlay-section .section-content ul li ul.sub-menu li a:after {
	display: none;
}

/* Trzeci poziom */

.menu-mobile .hamburger {
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
}

.overlay-section .hamburger.is-active {
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
}

.overlay-section .social-media {
	width: 100%;
	margin: 0;
}

/*`*/

/*---------------------------------------------
	Home header
---------------------------------------------*/

/*---------------------------------------------
	Page header
---------------------------------------------*/

/*---------------------------------------------
	SLIDER
---------------------------------------------*/

/*-----------------------------------------------------------
	Home Content wrapper
-------------------------------------------------------------*/

/*-----------------------------------------------------------
	Content wrapper
-------------------------------------------------------------*/

.error404 .content-wrapper,
.page .content-wrapper {
	/*margin-top: 115px;*/
	position: relative;
}

/*-----------------------------------------------------------
	SECTION COMMON
-------------------------------------------------------------*/

.section {
	width: 100%;
	height: 100%;
	display: flex;
	padding: 0;
	position: relative;
}

.section .text-editor p:last-child {
	margin: 0;
}

.section-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	z-index: 1;
	position: relative;
}

.section-content .col-left,
.section-content .col-right {
	width: 100%;
	max-width: 50%;
	overflow: hidden;
	position: relative;
}

.section-content .col-left .content-left,
.section-content .col-right .content-right {
	width: auto;
}

.entry-media {
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/*-----------------------------------------------------------
	Section  HOME SPECIFIC
-------------------------------------------------------------*/

.subtitle-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 42px;
}

.subtitle {
	font-size: 14px;
	font-weight: 400;
	position: relative;
	padding-left: 35px;
	line-height: 1.3;
}

.title-wrapper {
	width: 100%;
}

.section h2 {
	margin: 0;
	font-size: calc(45px + (63 - 45) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 500;
	line-height: 111%;
}

/*-----------------------------------------------------------
	Button section
-------------------------------------------------------------*/

.button-section {
	width: 100%;
	font-size: calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366)));
	justify-content: space-between;
	align-items: center;
	display: flex;
	position: relative;
	transition: 0.7s;
}

.button-section a {
	position: relative;
	color: #252525;
	transition: 0.7s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-size: calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 400;
	padding-left: 2.2vw;
	padding-right: 2.56vw;
}

.button-section,
.button-section a {
	height: 5.2vw;
	background-color: #ffffff;
}

.button-section a img {
	width: 1.24vw;
	height: 1.24vw;
	transition: 0.7s;
}

.button-section.without-link {
	padding-left: 2.2vw;
	padding-right: 2.56vw;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.button-section.without-link img {
	width: 1.24vw;
	height: 1.24vw;
	transition: 0.7s;
}

.button-section:hover img,
.item:hover .button-section img {
	filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(0%)
		hue-rotate(48deg) brightness(103%) contrast(104%);
	transform: rotate(45deg);
}

.button-section a:hover,
.item:hover .button-section {
	background-color: #252525;
	color: white;
	border-color: #dadada;
}

/* Efekt na zdjęciu */

.item .image-wrapper {
	overflow: hidden;
}

.item .image-wrapper img {
	transition: 0.3s;
}

.item:hover .image-wrapper img {
	transform: scale(1.05);
}

.item:hover .image-wrapper.hidden-animation img {
	transform: scale(1);
}

/* Linie i paralaxa */

.grid-animation {
	position: relative;
}

.grid-web {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0; /* Ustaw wysokość na 0 */
	display: grid;
	grid-template-columns: 33.53vw 1fr 1fr;
	transition: height 5s ease-in-out; /* Dodajemy animację */
}

.grid-web.active {
	height: 100%; /* Docelowa wysokość */
}

.grid-web .col-left {
	width: calc(33.53vw + 1px);
	border-right: 1px solid #dadada;
	height: 100%;
}

.grid-web .col-right {
	border-left: 1px solid #dadada;
}

.grid-animation .section.parallax .section-width {
	width: 100%;
}

.grid-animation .section.parallax .image-wrapper {
	margin-top: 7.03vw;
	width: 100%;
	height: 45.24vw;
	overflow: hidden;
	position: relative;
}

.grid-animation .section.parallax .image-wrapper .gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.4) 39.58%
	);
	z-index: 1;
}

.home .grid-animation .section.parallax .image-wrapper .gradient{
	background: none;
}

.grid-animation .section.parallax .image-wrapper img {
	width: 100%;
	position: relative;
	top: 0;
	transition: top 4s ease-in-out; /* Dodajemy animację */
}

.grid-animation .section.parallax.active .image-wrapper img {
	top: -35%;
}

/*Page parallax*/

.page-parallax .image-wrapper {
	overflow: hidden;
}

.page-parallax .image-wrapper img {
	width: 100%;
	position: relative;
	top: -25%;
	transition: top 1.5s ease-in-out; /* Dodajemy animację */
	object-fit: contain;
}

.page-parallax .start-animation .image-wrapper img {
	top: 0;
}

/* Kropka nad socialami*/

footer .social-media a:before {
	content: "";
	width: 0.66vw;
	height: 0.66vw;
	position: absolute;
	top: -100%;
	opacity: 0;
	transform: scale(0);
	left: 45.5%;
	background-color: #e30615;
	border-radius: 50%;
	transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out,
		transform 0.5s ease-in-out; /* Dodajemy animację */
}

footer .social-media a:hover:before {
	top: -35%;
	opacity: 1;
	transform: scale(1);
}

/* Animacja wypelniajaca box od lewej do prawej */

.home #section-6.section .item {
	position: relative;
}

.home #section-6.section .item:before {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #252525;
	transition: width 0.5s ease-in-out; /* Dodajemy animację */
}

.home #section-6.section .item:hover:before {
	width: 100%;
}

/* Przycisk po najechaniu na zdjecie ( Zobacz realizacje )*/

.image-wrapper .hover-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
	transition: 0.5s;
}

.image-wrapper .hover-image .circle {
	width: 8.35vw;
	height: 8.35vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	border-radius: 50%;
	transition: 0.5s;
}

.image-wrapper .hover-image .circle .text {
	font-family: "Inter", sans-serif;
	font-size: calc(12px + (17 - 12) * ((100vw - 1366px) / (1920 - 1366)));
	font-style: normal;
	font-weight: 400;
	line-height: 133.333%;
	letter-spacing: 0.06px;
	text-align: center;
	text-transform: uppercase;
}

.item:hover .hover-image {
	opacity: 1;
	visibility: visible;
}

.item:hover .hover-image .circle {
	background-color: #e30615;
}

.item:hover .hover-image .text {
	color: #ffffff;
}

.hover-image.hidden {
	visibility: hidden !important;
}

/*8888888888888888888888888888888888888888*/

/* SECTION 1 */

#section-1.section {
	min-height: calc(100vh - 4.39vw);
	padding-top: 8.64vw;
	background-size: cover;
}

#section-1.section .section-width {
	width: 100%;
}

#section-1.section .section-content {
	padding-left: 11.93vw;
}

#section-1.section .title-wrapper {
	max-width: 60vw;
}

#section-1.section h1 {
	font-size: calc(29px + (109 - 29) * ((100vw - 992px) / (3840 - 992)));
	font-weight: 500;
	line-height: 110.256%;
	margin-bottom: 1.46vw;
	color: #252525;
}

#section-1.section .text-editor {
	/*max-width: 70vw;*/
}

#section-1.section .text-editor p {
	font-size: calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366)));
	line-height: 131.25%;
	letter-spacing: 0.16px;
}

/* SECTION 2 */

#section-2.section {
	background-color: #ededed;
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 4.5vw 0;
}

#section-2.section .text-editor {
	width: 65.59vw;
}

/* SECTION 3 */

#section-3.section {
	border-bottom: 1px solid #dadada;
}

#section-3.section .section-content {
	display: grid;
	grid-template-columns: 33.53vw auto;
	justify-content: space-between;
}

#section-3.section .col-right,
#section-3.section .col-left {
	width: 100%;
	max-width: 100%;
}

#section-3.section .col-left .support-wrapper {
	width: 24.6vw;
	margin: 7.03vw 0 0 4.47vw;
}

#section-3.section .col-left .support-wrapper h2 {
	margin-bottom: 2.93vw;
}

#section-3.section .col-right .item {
	border-left: 1px solid #dadada;
}

#section-3.section .col-right .item .image-wrapper,
#section-3.section .col-right .item .image-wrapper img {
	height: 34.7vw;
	object-fit: cover;
	width: 100%;
}

#section-3.section .col-left .button-section {
	position: absolute;
	bottom: 0;
	left: 0;
}

#section-3.section .col-left .button-section a {
	border-top: 1px solid #dadada;
	padding-left: 4.47vw;
}

#section-3.section .products-categories {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

/* SECTION 4 */

#section-4.section {
	position: relative;
}

/* SECTION 5 */

#section-5.section {
	border-bottom: 1px solid #dadada;
	position: relative;
}

#section-5.section .section-content {
	display: block;
}

#section-5.section .services-wrapper {
	display: grid;
	grid-template-columns: 33.53vw 1fr 1fr;
}

#section-5.section .services-wrapper a:nth-child(2) {
	border-left: 1px solid #dadada;
}

#section-5.section .services-wrapper a:nth-child(3) {
	border-left: 1px solid #dadada;
}

#section-5.section .item .image-wrapper,
#section-5.section .item .image-wrapper img {
	height: 25.33vw;
	object-fit: cover;
}

.home #section-5.section .item .image-wrapper img{
	width: 100%;
}

#section-5.section.type-3 .item .image-wrapper img {
	width: 100%;
}

#section-5.section .text-editor {
	width: 100%;
	padding: 4.5vw;
}

#section-5.section .text-editor p {
	font-family: Borna-medium;
	font-size: calc(34px + (48 - 34) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 500;
	line-height: 114.706%;
	text-align: center;
}

/* SECTION 6 */

#section-5.section.type-3 .title-wrapper,
.home #section-6.section .title-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 5.42vw 0;
	border-bottom: 1px solid #dadada;
}

#section-5.section.type-3 .title-wrapper h2,
.home #section-6.section .title-wrapper h2 {
	max-width: 70vw;
	text-align: center;
}

.home #section-6.section .other-services-wrapper {
	width: 100%;
}

.home #section-6.section .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4.1vw 8.35vw 4.1vw 8.86vw;
	border-bottom: 1px solid #dadada;
}

.home #section-6.section .item .support-wrapper {
	width: 41.22vw;
	z-index: 1;
}

.home #section-6.section .item .title {
	width: 41.22vw;
	display: flex;
	align-items: flex-end;
	margin-bottom: 1.83vw;
}

.home #section-6.section .item .icon {
	margin-right: 2.05vw;
}

.home #section-6.section .item .icon,
.home #section-6.section .item .icon img {
	width: 3.88vw;
	height: 3.88vw;
	object-fit: contain;
}

.home #section-6.section .item .arrow-wrapper,
.home #section-6.section .item .arrow-wrapper img {
	width: 3.44vw;
	height: 3.44vw;
	object-fit: contain;
}

.home #section-6.section .item,
.home #section-6.section .item .text-editor,
.home #section-6.section .item h2,
.home #section-6.section .item .icon img,
.home #section-6.section .item .arrow-wrapper img {
	transition: 0.7s;
}

.home #section-6.section .item:hover .arrow-wrapper img {
	filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(0%)
		hue-rotate(48deg) brightness(103%) contrast(104%);
	transform: rotate(45deg);
}

.home #section-6.section .item:hover .text-editor,
.home #section-6.section .item:hover h2 {
	color: white;
}

.home #section-6.section .item:hover .icon img {
	filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(0%)
		hue-rotate(48deg) brightness(103%) contrast(104%);
}

.home section-6.section .item:hover .arrow-wrapper img {
	filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(0%)
		hue-rotate(48deg) brightness(103%) contrast(104%);
	transform: rotate(45deg);
}

/* SECTION 7 */

#section-7.section .title-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5vw 0 5vw;
	border-bottom: 1px solid #dadada;
}

#section-7.section .title-wrapper h2 {
	font-size: calc(34px + (48 - 34) * ((100vw - 1366px) / (1920 - 1366)));
	max-width: 71vw;
	text-align: center;
}

#section-7.section .advantages-wrapper {
	display: grid;
	grid-template-columns: 33.53vw 1fr 1fr;
}

#section-7.section .item {
	padding: 3.44vw 4.25vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#section-7.section .item:nth-child(2) {
	padding: 0 2vw 3.2vw 3vw;
}

#section-7.section .item .support-wrapper {
	width: 24.23vw;
	min-height: 13.19vw;
	text-align: center;
	margin: 0 auto;
}

#section-7.section .advantages-wrapper .item:hover .image-wrapper img,
#section-7.section .advantages-wrapper .item .image-wrapper img:hover {
	transform: none !important;
}

#section-7.section .advantages-wrapper .item:nth-child(2) {
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
}

#section-7.section .item .text-editor {
	text-align: center;
}

#section-7.section .item h3 {
	font-size: calc(19px + (26 - 19) * ((100vw - 1366px) / (1920 - 1366)));
	margin-top: 2.93vw;
	margin-bottom: 0.88vw;
	text-align: center;
	position: relative;
	display: inline-block;
}

#section-7.section .item h3:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #252525;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}

#section-7.section .item:hover h3:before {
	visibility: visible;
	opacity: 1;
}

.box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

/* Animation 1 */

.box.animation-1 .static-frame {
	position: absolute;
}

/* Animation 2 */

.box.animation-2 .static-frame {
	position: absolute;
	width: 100%;
	top: -3.2vw;
}

/* Animation 3 */

.box.animation-3 .static-frame {
	position: absolute;
}

/* SECTION 8 */

#section-8.section .section-width {
	width: 100%;
}

#section-5.section .button-section.alone,
#section-8.section .button-section {
	height: 8.13vw;
}

.top-post .button-section a,
.button-section.read-more-btn a,
.archive .button-section.alone a,
#section-5.section .button-section.alone a,
#section-8.section .button-section a {
	font-size: calc(34px + (48 - 34) * ((100vw - 1366px) / (1920 - 1366)));
	align-items: center;
	background: #252525;
	color: #eaeaea;
	justify-content: center;
	height: 8.13vw;
	border-top: none;
	border: 1px solid #252525;
}

#section-5.section .button-section.alone a img,
#section-8.section .button-section a img {
	width: 2.5vw;
	height: 2.5vw;
	min-width: 28px;
	min-height: 28px;
	margin-left: 3vw;
	transition: 0.7s;
}

.button-section.read-more-btn a:hover,
.top-post .button-section a:hover,
.archive .button-section.alone a:hover,
#section-5.section .button-section.alone a:hover,
#section-8.section .button-section a:hover {
	background: #eaeaea;
	color: #252525;
}

#section-5.section .button-section.alone a:hover img,
#section-8.section .button-section a:hover img {
	transform: none;
	filter: brightness(0) saturate(100%) invert(11%) sepia(5%) saturate(68%)
		hue-rotate(315deg) brightness(98%) contrast(91%);
}

#section-8.section .button-section a,
#section-8.section .button-section a:hover {
	border: none !important;
}

/* SECTION 9 */

#section-9.section {
	background-color: #ededed;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4.5vw 0;
}

#section-9.section .text-editor {
	width: 65.59vw;
}

/*-----------------------------------------------------------
	ARCHIVE
-------------------------------------------------------------*/

#section-archive.section {
}

/*-----------------------------------------------------------
	single products
-------------------------------------------------------------*/

#double-section-1-and-2.section .section-width {
	width: 100%;
}

#double-section-1-and-2.section .col-left {
	padding-bottom: 4.39vw;
	max-width: 49.9%;
}

#double-section-1-and-2.section .gallery-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#double-section-1-and-2.section .gallery-wrapper img {
	margin-bottom: 0.59vw;
	width: 51.46vw;
	height: 49.93vw;
	object-fit: cover;
}

#double-section-1-and-2.section .col-right {
    padding: 4.39vw 4.25vw 0;
    overflow: visible;
    display: flex;
    width: 100%;
    align-items: flex-start;
    height: calc(100vh);
    position: sticky;
    top: 4.39vw;
    overflow: auto;
}

#double-section-1-and-2.section .col-right .sticky-element {
	width: 100%;
}

#double-section-1-and-2.section h1 {
	font-size: calc(34px + (48 - 34) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 500;
	line-height: 114.706%;
	margin-bottom: 0;
}

/* Details */

.profile-wrapper .label,
.details .label {
	font-size: calc(12px + (17 - 12) * ((100vw - 1366px) / (1920 - 1366)));
	line-height: 133.333%;
	letter-spacing: 0.06px;
	margin-bottom: 0.44vw;
}

.details .value {
	padding-bottom: 1.46vw;
}

.details .item {
	border-bottom: 1px solid #dadada;
	margin-top: 2vw;
}

.details .item.one {
	margin: 4.1vw 0 1.76vw 0;
}

/* Type section */

.type-2 .image-wrapper,
.type-3 .image-wrapper {
	position: relative;
}

/**/

#double-section-1-and-2.section .profile-wrapper {
	margin: 1.76vw 0 5.27vw 0;
}

#double-section-1-and-2.section #lightbox .profile-wrapper {
	margin-bottom: 1.76vw;
}

.profile-wrapper img {
	transform: none !important;
}

#double-section-1-and-2.section .item-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.76vw 0;
}

#double-section-1-and-2.section .item-wrapper .item {
	width: 33.3333%;
	position: relative;
	cursor: pointer;
}

#double-section-1-and-2.section .col-right .hover-image {
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	position: absolute;
    transform: translate(-30%, -104%);
	width: 24.67vw;
	height: 16.47vw;
}

#double-section-1-and-2.section .col-right .hover-image img{
	width: 24.67vw;
	height: 16.47vw;
	transform: translateX(-50%);
}

#double-section-1-and-2.section .item-wrapper .item:hover .hover-image {
	opacity: 1;
	visibility: visible;
}

#double-section-1-and-2.section .buttons-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

#double-section-1-and-2.section .button-section a {
	background: #252525;
	color: white;
	border: 1px solid #252525;
	padding: 0;
	justify-content: center;
}

#double-section-1-and-2.section .button-section a:hover {
	background: #eaeaea;
	color: #252525;
}

#double-section-1-and-2 > div > div > div.col-right > div > div.profile-wrapper > div.item-wrapper > div:nth-child(1) > div.hover-image,
#lightbox > div > div > div > div:nth-child(1) > div.hover-image,
#lightbox > div > div > div > div:nth-child(4) > div.hover-image,
#lightbox > div > div > div > div:nth-child(7) > div.hover-image,
#lightbox > div > div > div > div:nth-child(10) > div.hover-image,
#lightbox > div > div > div > div:nth-child(13) > div.hover-image,
#lightbox > div > div > div > div:nth-child(16) > div.hover-image,
#lightbox > div > div > div > div:nth-child(19) > div.hover-image{
	transform: translate(-15%, -104%) !important;
}










#section-2.section.with-gallery,
#section-2.section.with-gallery .section-content {
	display: block;
}

#section-2.section.with-gallery {
	padding: 10.42vw 0 0;
	height: auto;
}

#section-2.section.with-gallery .text-editor {
	margin: 0 auto 10.42vw;
}

#section-2.section .gallery-container {
	margin: 0 auto 9vw;
	position: relative;
}

#section-2.section .gallery-container .slide-arrow {
	top: 47%;
}

.simple-gallery .image-wrapper,
.simple-gallery .image-wrapper img {
	object-fit: cover;
	width: 100%;
	height: 25.33vw;
}

.simple-gallery .image-wrapper {
	height: auto;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

.simple-gallery .image-wrapper p {
	margin: 0;
}

.simple-gallery .slick-dots {
	display: none !important;
}

#section-5.section.type-2 .section-width,
#section-5.section.type-3 .section-width {
	width: 100%;
}

#section-5.section.with-space {
	margin-bottom: 7.03vw;
}

#section-5.section.type-2.normal .services-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0px;
}

#section-5.section.type-2.normal .services-wrapper .item:nth-child(1),
#section-5.section.type-2.normal .services-wrapper .item:nth-child(2) {
	width: 50%;
}

#section-5.section.type-2.normal .services-wrapper .item.full-width:nth-child(1) {
	width: 100%;
}

#section-5.section.type-2.normal .services-wrapper .item:nth-child(2) {
	border-left: 1px solid #dadada;
}

#section-5.section.type-2.normal .services-wrapper .item:nth-child(3) {
	width: 100%;
}

#section-5.section.type-2.normal .services-wrapper .item:nth-child(1) .image-wrapper,
#section-5.section.type-2.normal .services-wrapper .item:nth-child(1) img,
#section-5.section.type-2.normal .services-wrapper .item:nth-child(2) .image-wrapper,
#section-5.section.type-2.normal .services-wrapper .item:nth-child(2) img {
	width: 100%;
	height: 30.82vw;
}

#section-5.section.type-2.normal .services-wrapper .item:nth-child(3) .image-wrapper,
#section-5.section.type-2.normal .services-wrapper .item:nth-child(3) img {
	height: 35.87vw;
	width: 100%;
}

/* Reverse */

#section-5.section.type-2.reverse .services-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0px; /* Odstęp między elementami */
}

#section-5.section.type-2.reverse .services-wrapper .item:nth-child(1) {
	width: 100%;
}

#section-5.section.type-2.reverse .services-wrapper	.item:nth-child(1) .image-wrapper,
#section-5.section.type-2.reverse .services-wrapper .item:nth-child(1) img {
	width: 100%;
	height: 35.87vw;
}

#section-5.section.type-2.reverse .services-wrapper .item:nth-child(2),
#section-5.section.type-2.reverse .services-wrapper .item:nth-child(3) {
	width: 50%;
}

#section-5.section.type-2.reverse
	.services-wrapper
	.item:nth-child(2)
	.image-wrapper,
#section-5.section.type-2.reverse .services-wrapper .item:nth-child(2) img,
#section-5.section.type-2.reverse
	.services-wrapper
	.item:nth-child(3)
	.image-wrapper,
#section-5.section.type-2.reverse .services-wrapper .item:nth-child(3) img {
	width: 100%;
	height: 30.82vw;
}

#section-5.section.type-2.reverse .services-wrapper .item:nth-child(2) {
	border-left: none;
}

#section-5.section.type-2.reverse .services-wrapper .item:nth-child(3) {
	border-left: 1px solid #dadada;
}

#section-5.section.type-2 img {
	max-width: 100%;
}

#section-5.section.type-2 .button-section img {
	display: none;
}

#section-5.section.type-2 .item:hover .button-section,
#section-5.section.type-2 .button-section:hover {
	background-color: transparent;
	color: #252525;
}

/*** Profile iu lightbox **/

#closeLightbox {
	position: absolute;
	top: 1.98vw;
	right: 4.03vw;
	cursor: pointer;
}

#loadMore {
	margin-top: 1.24vw;
	font-size: calc(14px + (20 - 14) * ((100vw - 1366px) / (1920 - 1366)));
	color: #252525;
	cursor: pointer;
	border-bottom: 1px solid #dadada;
	padding-bottom: 0.66vw;
}

/*-----------------------------------------------------------
	single posts
-------------------------------------------------------------*/

.realizacje-template-default #extra-section.section {
	display: none;
}

.category-pod-seo #extra-section,
.category-pod-seo #section-related,
.category-pod-seo .share-wrapper,
.category-pod-seo .copy-url {
	display: none !important;
}

.category-pod-seo #section-top.section .col-left {
	justify-content: center;
}

/*-----------------------------------------------------------
	single portolio
-------------------------------------------------------------*/

/*-----------------------------------------------------------
	KARUZELA
-------------------------------------------------------------*/

.simple-carousel {
	display: flex;
	overflow: hidden;
	width: 100%;
	max-width: 538px;
	position: relative;
	margin-top: 15px;
}

.simple-slide {
	flex: 0 0 100%;
	transition: transform 0.3s ease-in-out;
}

.slide-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 1.39vw;
	width: calc(100% - 3.8vw);
	display: flex;
	justify-content: space-between;
	transform: translateY(-100%);
}

.slide-arrow .arrow,
.slide-arrow img {
	cursor: pointer;
	width: 2vw;
	height: 2vw;
}

.slide-arrow .arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.5s;
}

.slide-arrow .arrow.arrow-left img {
	opacity: 0.6;
	transition: 0.5s;
}

.slide-arrow .arrow.arrow-left img:hover {
	opacity: 1;
}

.simple-carousel .cat {
	padding: 50px 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #ededed;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

.simple-carousel .repeater {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 60px 26px;
	max-width: 538px;
}

.simple-carousel .repeater .item {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
}

.simple-carousel .repeater .item img {
	margin: auto;
	display: block;
}

/*-----------------------------------------------------------
	PAGE
-------------------------------------------------------------*/

/* Deski */

.button-section.slick-slide,
.button-section.slick-slide.slick-cloned {
	display: none !important;
}

.header-wrapper.black {
	background-color: #252525;
}

.page-template-default #top.section,
.page-template-page-wspolpraca #section-1.section,
.page-template-page-darmowe-probki #section-1.section,
.page-template-page-podstrony-uslugowe #section-1.section,
.page-template-page-deski #section-1.section {
	background-color: #252525;
	min-height: auto;
}

.page-template-page-wspolpraca #section-1.section,
.page-template-page-darmowe-probki #section-1.section,
.page-template-page-podstrony-uslugowe #section-1.section,
.page-template-page-podstrony-uslugowe-produkty #section-1.section,
.page-template-page-deski #section-1.section {
	padding: 0;
	min-height: auto;
}

.page-template-page-podstrony-uslugowe #section-1.section .section-content,
.page-template-page-podstrony-uslugowe-produkty
	#section-1.section
	.section-content,
.page-template-page-deski #section-1.section .section-content {
	padding: 0 8.93vw 0;
	height: 17.06vw;
	padding-left: 8.93vw;
	padding-right: 7.5vw;
	align-items: center;
	top: -4%;
}

.page-template-page-podstrony-uslugowe #section-1.section .section-content,
.page-template-page-podstrony-uslugowe-produkty
	#section-1.section
	.section-content,
.page-template-page-deski #section-1.section .section-content {
	padding: 0 8.93vw 0;
	height: 17.06vw;
	padding-left: 8.93vw;
	padding-right: 7.5vw;
	align-items: center;
	top: -4%;
	transition: top 1.5s ease-in-out; /* Dodajemy przejście */
}

/* Klasa do uruchomienia animacji */
.start-animation .section-content {
	top: 0 !important;
}

.section-content:before {
	content: "";
	width: 1px;
	height: 0;
	background-color: #dadada;
	position: absolute;
	top: 0;
	left: 41.95vw;
	transition: height 1.5s ease-in-out;
}

.start-animation .section-content:before {
	height: 100%;
}

.page-template-default #top.section h2,
.page-template-default #top.section p,
.page-template-page-wspolpraca #section-1.section h1,
.page-template-page-wspolpraca #section-1.section p,
.page-template-page-darmowe-probki #section-1.section h1,
.page-template-page-darmowe-probki #section-1.section p,
.page-template-page-podstrony-uslugowe #section-1.section h1,
.page-template-page-podstrony-uslugowe #section-1.section p,
.page-template-page-deski #section-1.section h1,
.page-template-page-deski #section-1.section p {
	color: white;
}

.page-template-page-wspolpraca #section-1.section h1,
.page-template-page-darmowe-probki #section-1.section h1,
.page-template-page-podstrony-uslugowe #section-1.section h1,
.page-template-page-podstrony-uslugowe-produkty #section-1.section h1,
.page-template-page-deski #section-1.section h1 {
	font-size: calc(39px + (55 - 39) * ((100vw - 1366px) / (1920 - 1366)));
}

.page-template-page-podstrony-uslugowe #section-1.section .image-wrapper,
.page-template-page-podstrony-uslugowe-produkty	#section-1.section .image-wrapper,
.page-template-page-deski #section-1.section .image-wrapper {
	object-fit: cover;
	width: 100%;
	height: auto;
}

.page-template-page-podstrony-uslugowe
	#section-1.section
	.col-left
	.support-wrapper,
.page-template-page-podstrony-uslugowe-produkty
	#section-1.section
	.col-left
	.support-wrapper,
.page-template-page-deski #section-1.section .col-left .support-wrapper {
	width: 24.6vw;
}

.page-template-page-podstrony-uslugowe
	#section-1.section
	.col-right
	.text-editor,
.page-template-page-podstrony-uslugowe-produkty
	#section-1.section
	.col-right
	.text-editor,
.page-template-page-deski #section-1.section .col-right .text-editor {
	width: 41vw;
	margin-left: auto;
}

#products-loop {
	border-top: 1px solid #dadada;
	margin: 5.27vw 0;
}

.wood-category {
	width: 100%;
	display: grid;
	grid-template-columns: 41.95vw auto;
	border-bottom: 1px solid #dadada;
	padding: 2.64vw 0 2.05vw;
}

.wood-category .col-left,
.wood-category .col-right {
	max-width: 100%;
}

.wood-category .col-left {
	display: flex;
	align-items: flex-start;
	height: 20.94vw;
}

.wood-category .col-left .support-wrapper {
	width: 24.6vw;
	margin: 0 0 0 8.93vw;
}

.wood-category h2 {
	font-size: calc(29px + (40 - 29) * ((100vw - 1366px) / (1920 - 1366)));
	margin-bottom: 0.59vw;
}

.wood-category .type-of-wood {
	margin-bottom: 2vw;
}

.wood-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.wood-list .item .image-wrapper,
.wood-list .item .image-wrapper img {
	object-fit: cover;
	width: 16.33vw;
	height: 20.94vw;
}

.wood-list .item .image-wrapper {
	border-right: 1px solid #dadada;
}

.wood-list .item .button-section {
	height: 3.44vw;
	padding: 0;
	justify-content: flex-start;
	border: none !important;
}

.wood-list .item .button-section img {
	margin-left: 1.61vw;
}

.wood-list .item:hover .button-section {
	background-color: transparent;
	color: #252525;
}

.wood-list .item:hover .button-section img {
	filter: none;
}

/* O nas */

.page-template-page-o-nas #section-1 {
	min-height: auto;
	padding: 4.44vw 0 0 0;
}

body.page-template-page-o-nas {
	padding-top: 0;
}

.page-template-page-o-nas #section-1 .section-content {
	padding-left: 0;
}

.page-template-page-o-nas #section-1 .col-right .support-wrapper {
	width: 35.72vw;
	margin: 16.25vw 0 0 7.69vw;
}

.page-template-page-o-nas #section-1 .text-editor p {
	margin-top: 2.49vw;
	font-weight: 400;
	letter-spacing: 0.22px;
	color: #6d7280;
}

.page-template-page-o-nas #section-1 .image-wrapper,
.page-template-page-o-nas #section-1 .image-wrapper img {
	width: 100%;
	height: 49.93vw;
	object-fit: cover;
}



/* Section 3 z animacja kółka */

.page-template-page-o-nas #section-3.section {
	background-color: #252525;
	opacity: 1;
	transition: 2s;
	overflow: hidden;
}

.page-template-page-o-nas #section-3.section.the-end {
	/*opacity: 0;
	height: 0;*/
}

.page-template-page-o-nas #section-3.section,
.page-template-page-o-nas #section-3.section .section-content {
	height: 105vh;
}

.page-template-page-o-nas #section-3.section .section-width {
	width: 100%;
}

.page-template-page-o-nas #section-3.section .section-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.page-template-page-o-nas #section-3.section .section-content .support-wrapper {
	position: relative;
}

/* animacja z kołem */

.circle-wrapper {
	width: 60vw;
	height: 37.34vw;
	position: relative;
	z-index: 999;
}

.circle-wrapper svg {
	width: 100%;
	height: 100%;
}

.animaton-text-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 100px;
}

.animation-text {
	position: absolute;
	right: -200%;
	transition: left 2s, opacity 0.5s, right 2s;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.animation-text p {
	margin: 0;
	color: #fff;
	text-align: center;
	font-family: Borna-medium;
	font-size: calc(45px + (63 - 45) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 500;
	line-height: 111.111%;
}

.animation-text.visible {
	right: 0;
	left: auto; /* Upewnij się, że 'left' jest ustawione na 'auto' */
}

.animation-text.exit {
	right: 200%; /* Animacja wyjścia w lewo */
}

.circle-wrapper.smalling {
	width: 80px;
	height: 80px;
	transition: width 2s ease-in-out, height 2s ease-in-out,
		background-color 0.5s ease-in-out;
}

.circle-wrapper.smalling svg circle {
	fill: red;
	transition: background-color 0.5s ease-in-out;
}

.circle-wrapper.smalling .animation-text {
	opacity: 0;
}

.no-sygnet-logo {
	position: absolute;
	width: 122px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity 3s ease-in-out, right 0.1s ease-in-out;
}

.section.last-step .no-sygnet-logo {
	left: 90px;
	opacity: 1;
}

/****************************/

.page-template-page-o-nas #section-4.section .section-width {
	width: 100%;
}

.page-template-page-o-nas #section-4.section .title-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 4.5vw;
	border-bottom: 1px solid #dadada;
}

.page-template-page-o-nas #section-4.section .title-wrapper h2 {
	max-width: 100%;
	text-align: center;
}

.page-template-page-o-nas #section-5.section.parallax .image-wrapper {
	width: 100%;
	height: 39.97vw;
	object-fit: cover;
	margin-top: 0;
}

.page-template-page-o-nas #section-6.section .section-width {
	width: 100%;
}

.page-template-page-o-nas #section-6.section .certificat-wrapper {
	width: 100%;
	padding: 10.54vw 6.88vw;
}

.page-template-page-o-nas #section-6.section .certificat-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-template-page-o-nas #section-6.section .item {
	padding: 0;
	display: flex;
	width: 66.33vw;
}

.page-template-page-o-nas
	#section-6.section
	.item
	.title-wrapper
	.image-wrapper,
.page-template-page-o-nas
	#section-6.section
	.item
	.title-wrapper
	.image-wrapper
	img,
.page-template-page-o-nas #section-6.section .item .title-wrapper {
	height: 12.490000000000002vw;
	object-fit: contain;
	width: 13.1vw;
	transform: none !important;
}

.page-template-page-o-nas #section-6.section .item .title-wrapper {
	margin-right: 3.07vw;
}

.page-template-page-o-nas #section-6.section .item h3 {
	font-size: calc(34px + (48 - 34) * ((100vw - 1366px) / (1920 - 1366)));
	line-height: 114.706%;
	margin-bottom: 2.05vw;
}

.page-template-page-o-nas #section-6.section .item .text-editor {
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-template-page-o-nas #section-6.section .item .text-editor p {
	font-size: calc(19px + (26 - 19) * ((100vw - 1366px) / (1920 - 1366)));
}

.page-template-page-o-nas #section-7.section {
	background-color: #f5f5f5;
}

.page-template-page-o-nas #section-7.section .section-width {
	width: 100%;
	padding: 6.73vw 7.83vw 7.1vw 9.08vw;
}

.page-template-page-o-nas #section-7.section .col-left .support-wrapper {
	width: 27vw;
}

.page-template-page-o-nas #section-7.section h2 {
	font-size: calc(34px + (48 - 34) * ((100vw - 1366px) / (1920 - 1366)));
	line-height: 114.706%;
	margin-bottom: 3.07vw;
}

.page-template-page-o-nas #section-7.section .col-right .image-wrapper {
	position: relative;
}

.page-template-page-o-nas #section-7.section .col-right .image-wrapper {
	width: 100%;
	height: 36.38vw;
}

.page-template-page-o-nas #section-7.section .col-right .image-wrapper img {
	width: 100%;
	position: absolute;
}

.page-template-page-o-nas
	#section-7.section
	.col-right
	.image-wrapper
	img:first-child {
	z-index: 1;
}

.page-template-page-o-nas
	#section-7.section
	.col-right
	.image-wrapper
	img:last-child {
	z-index: 2;
	opacity: 0;
	transition: 0.25s opacity ease-in-out;
}

.page-template-page-o-nas
	#section-7.section
	.col-right
	.image-wrapper.active
	img:last-child {
	opacity: 1 !important;
}

/* Podstrony usługowe produkty*/

.page-template-page-podstrony-uslugowe #section-2.section,
.page-template-page-podstrony-uslugowe-produkty #section-2.section {
	background-color: #ffffff;
}

.page-template-page-podstrony-uslugowe
	#section-5.section.type-3.with-space
	.button-section.alone
	a,
.page-template-page-podstrony-uslugowe-produkty
	#section-5.section.type-3.with-space
	.button-section.alone
	a {
	border: none;
}

/* Podstony usługowe */

#section-with-list.section {
	border-top: 1px solid #dadada;
	margin-bottom: 10.25vw;
}

#section-with-list.section .section-content .image-wrapper,
#section-with-list.section .section-content img,
#section-with-list.section .section-content {
	height: 32.21vw;
	height: 100%;
}

#section-with-list.section .section-content .col-left {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#section-with-list.section .section-content .image-wrapper,
#section-with-list.section .section-content img {
	width: 100%;
	object-fit: cover;
}

#section-with-list.section .item {
	border-bottom: 1px solid #dadada;
	height: 6.37vw;
	display: flex;
	align-items: center;
	padding: 0 8.57vw 0 5.05vw;
}

#section-with-list.section .item:first-child {
	border-top: 1px solid #dadada;
}

#section-with-list.section .item img {
	width: 2.49vw;
	height: 2.49vw;
	margin-right: 1.76vw;
}

#section-with-list.section .title-wrapper {
	padding: 3.73vw 8.57vw 3.66vw 5.05vw;
}

#section-with-list.section .title-wrapper h2 {
	font-size: calc(34px + (48 - 34) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 500;
	line-height: 114.706%;
}

#section-with-list .section-width,
#section-with-list .image-wrapper {
	width: 100%;
}

#section-with-list .item {
	position: relative;
	cursor: pointer;
}

#section-with-list .item span,
#section-with-list .item img {
	z-index: 1;
	transition: 0.5s;
}

#section-with-list .item:before {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #252525;
	transition: width 0.5s ease-in-out; /* Dodajemy animację */
}

#section-with-list .item:hover:before {
	width: 100%;
}

#section-with-list .item:hover span {
	color: white;
}

#section-with-list .item:hover img {
	filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(0%)
		hue-rotate(48deg) brightness(103%) contrast(104%);
}

#section-with-list .image-wrapper img {
	width: 100%;
	transition: 0.5s;
	z-index: 1;
	opacity: 0;
	position: absolute;
	transition: opacity 0.5s ease-in-out;
}

#section-with-list .image-wrapper img.original {
	opacity: 1;
}

#section-with-list .image-wrapper img.active-class {
	visibility: visible;
	opacity: 1;
	z-index: 5;
}

/* Portfolio */

.page-template-page-portfolio #section-1.section {
	padding: 5.27vw 8.93vw 2.93vw 8.93vw;
	min-height: auto;
}

.page-template-page-portfolio #section-1.section .section-content {
	padding: 0;
	display: block;
}

.page-template-page-portfolio #section-1.section .section-content h1 {
	font-size: calc(60px + (84 - 60) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 500;
	line-height: 91.667%;
	margin: 0;
}

.filter-wrapper {
	margin-top: 7.25vw;
}

.filter-wrapper h4 {
	margin-bottom: 1.24vw;
	font-family: "Inter", sans-serif;
	font-size: calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366)));
	font-style: normal;
	line-height: 131.25%;
	letter-spacing: 0.16px;
	font-weight: 500;
}

.filters {
	display: flex;
	justify-content: space-between;
}

.filters .cat-filters {
	display: flex;
}

.filters .filter-btn {
	width: 9.96vw;
	height: 3vw;
	margin-right: 0.88vw;
	padding: 0 1.1vw;
	border: 1px solid #dadada;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: 0.5s;
}

.filters .filter-btn:hover {
	border: 1px solid #252525;
}

.filters .filter-btn.clear-filters {
	width: 11vw;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.filters .filter-btn.clear-filters.active {
	visibility: visible;
	opacity: 1;
}

.cat-filters .filter-btn.active {
	background-color: #252525;
	color: #ffffff;
}

.filter-close {
	display: block;
	font-size: calc(8px + (11 - 8) * ((100vw - 1366px) / (1920 - 1366)));
}

.page-template-page-portfolio .button-section.without-link {
	border-color: #dadada;
}

.page-template-page-portfolio .not-for-everyone {
	display: none;
}

.page-template-page-portfolio .top-wrapper {
	padding: 5.27vw 8.93vw 2.93vw 8.93vw;
}

.page-template-page-portfolio .top-wrapper h1 {
	font-size: calc(60px + (84 - 60) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 500;
	line-height: 91.667%;
	margin-bottom: 7.25vw;
}

.page-template-page-portfolio #section-5.section .button-section.alone {
	margin-top: 5vw;
	height: 4.39vw;
}

.button-section.read-more-btn a,
.top-post .button-section a,
.archive .button-section.alone a,
.page-template-page-portfolio #section-5.section .button-section.alone a {
	width: 32.8vw;
	height: 4.39vw;
	font-size: calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.2px;
	margin: auto;
}

#section-5.section.type-2.portfolio {
	border-bottom: none;
}

#section-5.section.type-2.portfolio .services-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#section-5.section.type-2.portfolio img {
	width: 100%;
}

#section-5.section.type-2.portfolio .full-width {
	width: 100%;
	border-bottom: 1px solid #dadada;
	box-sizing: border-box;
}

#section-5.section.type-2.portfolio .full-width .image-wrapper,
#section-5.section.type-2.portfolio .full-width img {
	height: 49.49vw;
}

#section-5.section.type-2.portfolio .half-width {
	width: 50%;
	box-sizing: border-box;
}

#section-5.section.type-2.portfolio .half-width .image-wrapper,
#section-5.section.type-2.portfolio .half-width img {
	height: 30.82vw;
}

#section-5.section.type-2.portfolio .border-left {
	border-left: 1px solid #dadada;
}

/* Darmowe próbki */

.page-template-page-darmowe-probki .not-for-everyone {
	display: none;
}

.page-template-page-wspolpraca #section-1.section .section-content,
.page-template-page-darmowe-probki #section-1.section .section-content {
	padding: 2.5vw 8.93vw 3vw;
	flex-direction: column;
}

#section-free-samples.section {
	padding: 7.03vw 6.88vw 8.78vw 6.88vw;
}

#section-free-samples.section .blog-post {
	grid-gap: 6.22vw;
}

#section-free-samples.section .blog-post .item {
	border-bottom: none;
}

#section-free-samples.section .blog-post .item h2 {
	height: 3.63vw;
}

#section-free-samples.section .blog-post .image-wrapper,
#section-free-samples.section .blog-post img {
	width: 100%;
	height: 19.91vw;
	object-fit: cover;
}

#section-free-samples.section .blog-post .meta {
	padding: 0.88vw 0 1.61vw 0;
}

#section-free-samples.section .blog-post .meta .excerpt {
	height: 9.67vw;
}

#section-free-samples.section .blog-post .button-section {
	height: 4.39vw;
}

#section-free-samples.section .blog-post .button-section a {
	background-color: #252525;
	justify-content: center;
	color: white;
	border: 1px solid #252525;
}

#section-free-samples.section .blog-post .button-section a:hover {
	background: #eaeaea;
	color: #252525;
}

/* Strona zamówienia */

#saveButton,
#cancelButton,
.special-mobile-wrapper {
	display: none;
}

.page-template-page-order footer,
.page-template-page-order .not-for-everyone {
	display: none;
}

.page-template-page-order .title-wrapper {
	padding-bottom: 2.64vw;
	border-bottom: 1px solid #dadada;
	margin-bottom: 4.17vw;
}

.page-template-page-order .title-wrapper h1 {
	font-family: Borna-medium;
	font-size: calc(39px + (55 - 39) * ((100vw - 1366px) / (1920 - 1366)));
	font-style: normal;
	font-weight: 500;
	line-height: 110.256%;
	margin-bottom: 0;
}

#section-order.section {
	padding: 1.76vw 8.93vw 7.61vw 8.93vw;
}

#section-order.section .back-to {
	margin-top: 0;
	margin-bottom: 1.76vw;
}

#section-order.section .back-to a {
	width: 8.57vw;
	height: 3.29vw;
}

#section-order.section .text-editor {
	width: 100%;
}

#section-order .col-left {
	width: 41.07vw;
}

#section-order .col-right {
	width: 32.94vw;
}

#section-order .col-right #payment {
	display: none;
}

.button-form-wrapper{
	display: none;
}


.support-wrapper-after-heading {
	padding: 1.76vw 1.9vw 1vw;
	background-color: #f9f9f9;
}

.product-info {
	padding-bottom: 1.1vw;
	border-bottom: 1px solid #dadada;
}

.product-info .title h4,
.item-summary .title {
	font-family: "Inter", sans-serif;
	font-size: calc(
		16px + (45 - 16) * ((100vw - 1366px) / (3840 - 1366))
	) !important;
	font-weight: 600;
	line-height: 131.25%;
	letter-spacing: 0.08px;
}

.support-wrapper-after-heading .cart_item,
.support-wrapper-after-heading .cart_item .support-wrapper,
.cart-subtotal,
.cart-shiping,
.order-total {
	display: flex;
}

.support-wrapper-after-heading .title {
	width: 8vw;
	margin-right: 1.9vw;
}

.support-wrapper-after-heading .cart_item .product-thumbnail {
	width: 7.54vw;
	margin-right: 0.88vw;
}

.support-wrapper-after-heading .cart_item .product-name {
	width: 11.05vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.support-wrapper-after-heading .cart_item .product-name .name {
	font-size: calc(14px + (20 - 14) * ((100vw - 1366px) / (1920 - 1366)));
}

.support-wrapper-after-heading .cart_item .product-name .remove-button {
	font-size: calc(14px + (20 - 14) * ((100vw - 1366px) / (1920 - 1366)));
	text-transform: uppercase;
	text-decoration: underline;
}

.order-product-summary .item-summary {
	padding: 1.17vw 0;
}

.woocommerce ul#shipping_method li {
	margin: 0 !important;
}

.cart-shiping {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

.form-row.place-order button {
	margin-top: 1.17vw !important;
	margin-bottom: 0.5vw !important;
	width: 100%;
	font-family: GeneralSans-Regular !important;
	font-size: calc(
		16px + (45 - 16) * ((100vw - 1366px) / (3840 - 1366))
	) !important;
	color: white !important;
	padding: 1.39vw !important;
	background-color: #252525 !important;
	border: 1px solid #252525 !important;
	font-weight: 400 !important;
	letter-spacing: 0.2px !important;
	transition: 0.7s !important;
	cursor: pointer !important;
	border-radius: 0 !important;
}

.form-row.place-order button:hover {
	color: #252525 !important;
	background-color: #eaeaea !important;
}

.woocommerce-terms-and-conditions-checkbox-text {
	font-size: calc(12px + (17 - 12) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 300;
	line-height: 133.333%;
	letter-spacing: 0.06px;
}

.woocommerce form .form-row {
	padding: 0 !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: transparent !important;
	border-radius: 0 !important;
}

#payment {
	margin-top: 4.1vw;
}

#payment .support-wrapper {
	border: 1px solid #dadada !important;
	padding: 1.76vw 1.9vw 2.05vw 1.9vw;
}

.payment_box.payment_method_bacs {
	display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0 !important;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	line-height: 1 !important;
	padding: 1.17vw 0;
	border-top: 1px solid #dadada;
	font-size: calc(14px + (20 - 14) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 500;
	line-height: 128.571%;
	letter-spacing: 0.07px;
}

.wc_payment_method.payment_method_dotpay label {
	display: inline-flex;
}

.wc_payment_method.payment_method_dotpay label small {
	display: inline-block;
	margin: 0 5px;
}

.wc_payment_method.payment_method_dotpay label img {
}

.payment-title {
	margin-bottom: 2.2vw;
}

.payment-title h4 {
	font-family: GeneralSans-Regular !important;
	font-size: calc(
		16px + (45 - 16) * ((100vw - 1366px) / (3840 - 1366))
	) !important;
	margin-bottom: 0.95vw;
	font-weight: 600;
}

.payment-title p {
	font-size: calc(14px + (20 - 14) * ((100vw - 1366px) / (1920 - 1366)));
	line-height: 135.714%;
	letter-spacing: 0.28px;
	font-weight: 400;
}

.woocommerce form .form-row .input-checkbox {
	display: none !important;
}

label .required {
	display: none;
}

.wc-forward {
	display: none !important;
}

/* Form */

.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.woocommerce-billing-fields__field-wrapper .form-row-wide {
	width: 100%;
}

.woocommerce-billing-fields__field-wrapper .custom-width-50 {
	width: 50%;
}

.woocommerce-billing-fields h3 {
	margin-bottom: 1vw;
}

.woocommerce-billing-fields__field-wrapper label {
	color: #252525;
	font-size: calc(12px + (17 - 12) * ((100vw - 1366px) / (1920 - 1366)));
	font-style: normal;
	font-weight: 400;
	line-height: 133.333%;
	letter-spacing: 0.06px;
	text-transform: uppercase;
	margin-bottom: 0.37vw !important;
}

.woocommerce-billing-fields__field-wrapper .form-row {
	margin-bottom: 1.24vw !important;
}

.woocommerce-billing-fields__field-wrapper textarea,
.woocommerce-billing-fields__field-wrapper input {
	height: 3.44vw;
	border: 1px solid #dadada;
	padding: 0 12px;
	font-size: calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366)));
	color: #909090;
	font-family: GeneralSans-Light;
}

.woocommerce-billing-fields textarea {
	height: 6.52vw;
}

/* Select Kraj */

.select2-container--default .select2-selection--single {
	border-radius: 0 !important;
	height: 3.44vw !important;
	border: 1px solid #dadada !important;
	color: #909090 !important;
	font-size: calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366)));
	font-family: GeneralSans-Light;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	height: 3.44vw !important;
	display: flex !important;
	align-items: center !important;
	color: #909090 !important;
	font-size: calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366)));
	font-family: GeneralSans-Light;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	height: 3.44vw !important;
	border: 1px solid #dadada !important;
	color: #909090 !important;
	font-size: calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366)));
	font-family: GeneralSans-Light;
}






/**/

#billing_address_1_field,
.form-row-last.special{
	width: 54%;
}

#billing_address_2_field,
.form-row-last.special2{
	width: 40%;
}















/******/

.col-right h3#order_review_heading {
	margin-bottom: 3.15vw;
}

/* Kontakt */

.page-template-default #section-8.section.extra {
	margin-top: 1px;
}

/* Współpraca */

.page-template-page-wspolpraca #section-8 {
	display: none;
}

.page-template-page-wspolpraca #section-1.section {
	border-top: 1px solid white;
}

/* 404 */

.error404 footer,
.error404 .not-for-everyone {
	display: none;
}

.error404 .section {
	justify-content: center;
}

.error404 #section-1.section .section-content {
	flex-direction: column;
	align-items: center;
	padding: 0;
	padding-left: 0;
}

.error404 #section-1.section .image-wrapper {
	width: 12.96vw;
	height: auto;
}

.error404 #section-1.section h1 {
	font-size: calc(60px + (84 - 60) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 600;
	line-height: 91.667%;
	margin: 7.03vw 0 2.05vw;
}

.error404 #section-1.section .text-editor {
	font-size: calc(25px + (35 - 25) * ((100vw - 1366px) / (1920 - 1366)));
	line-height: 108%;
	letter-spacing: 0.25px;
}

.back-to {
	margin-top: 3.51vw;
}

.back-to a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 10.61vw;
	height: 3.44vw;
}

.back-to img {
	width: 1.54vw;
	height: 1.54vw;
	object-fit: contain;
}

/* Polityka prywatności */

.page-template-default #top.section {
	padding: 2vw 8.93vw 2.3vw;
	min-height: auto;
}

.page-template-default #top.section h2 {
	font-size: calc(34px + (48 - 34) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 500;
	line-height: 114.706%;
	margin: 0 0 2vw;
}

/* Blog */

.top-post {
	width: 100%;
}

.top-post .support-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 2.93vw 8.93vw;
}

.top-post .image-wrapper,
.top-post img {
	height: 35.87vw;
	width: 100%;
	object-fit: cover;
}

.top-post h2 {
	margin-bottom: 1.61vw;
}

.top-post .meta {
	width: 49.19vw;
}

.top-post .button-section {
	width: 20.2vw;
	height: 4.39vw;
}

.top-post .button-section a {
	width: 100%;
}

.blog-post {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 70px 40px;
	width: 100%;
}

.archive #blog .section-content {
	padding-bottom: 7.47vw;
}

.archive .blog-post {
	padding-top: 9.96vw;
	border-top: 1px solid #dadada;
}

.blog-post .item {
	border-bottom: 1px solid #dadada;
}

.top-post h2,
.blog-post h2 {
	font-size: calc(19px + (26 - 19) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 500;
	line-height: 131.579%;
	letter-spacing: 0.19px;
}

.blog-post h2 {
	margin-bottom: 1.17vw;
	text-decoration: underline 1px rgba(0, 0, 0, 0);
	transition: text-decoration-color 500ms;
}

.blog-post .item:hover h2 {
	text-decoration-color: rgba(0, 0, 0, 1);
}

.top-post p,
.blog-post p {
	font-size: calc(14px + (20 - 14) * ((100vw - 1366px) / (1920 - 1366)));
	line-height: 135.714%;
}

.blog-post .image-wrapper,
.blog-post img {
	width: 100%;
	height: 25.33vw;
	object-fit: cover;
}

.blog-post .item .meta {
	width: 26.13vw;
	padding: 2.64vw 0;
	padding-left: 1.46vw;
}

.blog-post .item.padding-left .meta {
	padding-left: 1.46vw;
}

.archive .button-section.alone {
	margin: 6.3vw 0 0 0;
}

.archive .button-section.alone a p {
	margin-bottom: 0;
}

.fade-in {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.fade-in.visible {
	opacity: 1;
}

/* Single */

.return-to-top {
	position: fixed;
	right: 2.86vw;
	top: 86vh;
	width: 3.07vw;
	height: 3.07vw;
	z-index: 2;
	border: 1px solid #252525;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(2px);
	cursor: pointer;
}

.return-to-top img {
	width: 1.24vw;
	height: 1.24vw;
}

#section-top.section .col-left {
	width: 55.27vw;
	padding: 0vw 5.27vw 0 8.93vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#section-top.section .col-right {
	width: 44.73vw;
}

#section-top.section .col-right .image-wrapper,
#section-top.section .col-right img {
	width: 44.66vw;
	height: calc(100vh - 4.39vw);
	height: 44.66vw;
	object-fit: cover;
}

#section-top.section .copy-url a {
	font-size: calc(14px + (20 - 14) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 400;
	line-height: 135.714%;
	letter-spacing: 0.28px;
	display: flex;
	align-items: center;
}

#section-top.section .copy-url img {
	width: 1.61vw;
	height: 1.39vw;
	margin-right: 0.56vw;
}

#section-top.section .title-wrapper {
	margin: 1.11vw 0 2.36vw;
}

#section-top.section h1 {
	font-size: calc(39px + (55 - 39) * ((100vw - 1366px) / (1920 - 1366)));
	font-family: "Inter", sans-serif;
	line-height: 112.821%;
}

#section-content p,
#section-top.section p {
	font-size: calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 400;
	letter-spacing: 0.095px;
}

#section-content.section {
	margin-top: 8.78vw;
	border-bottom: 1px solid #dadada;
	padding-bottom: 7.03vw;
}

#section-content.section h4,
#section-content.section h3,
#section-content.section h2 {
	font-size: calc(22px + (30 - 22) * ((100vw - 1366px) / (1920 - 1366)));
	font-family: "GeneralSans-Medium";
	font-weight: 500;
	line-height: 118.182%;
	letter-spacing: 0.22px;
	margin-bottom: 2.2vw;
}

#section-content.section .section-width {
	width: 65.59vw;
	margin: auto;
}

#section-content.section img.size-full,
#section-content.section .gallery {
	margin: 86px 0;
}

#section-content.section img.size-full {
	margin: 56px 0;
}

#section-content.section .gallery .gallery-item,
.gallery-item img {
	height: 27.96vw;
	object-fit: cover;
}

#section-content.section .gallery .gallery-item:first-child img {
	border-right: 1px solid #dadada;
}

.gallery-item {
	margin: 0;
}

#section-content.section .gallery img.size-full {
	margin: 0;
}

#section-content.section .gallery img {
	border: none;
}

#section-content.section .share-wrapper {
	margin-top: 1.46vw;
	width: 13.54vw;
	height: 2.42vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
}

#section-content.section .share-wrapper .share-text {
	font-size: calc(14px + (20 - 14) * ((100vw - 1366px) / (1920 - 1366)));
	width: 6.95vw;
}

#section-content.section .share-wrapper .share-icon {
	width: 5.49vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#section-content.section .share-wrapper .share-icon img {
	width: 1.9vw;
	height: 1.9vw;
}

#extra-section.section #section-5.section {
	background-color: #ededed;
}

#extra-section.section #section-5.section .services-wrapper {
	grid-template-columns: 1fr 1fr;
}

#extra-section.section #section-5.section .button-section {
	justify-content: center;
}

#extra-section.section #section-5.section .button-section {
	background-color: #ededed;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}

#extra-section.section #section-5.section .button-section img {
	margin-left: 1.18vw;
}

#extra-section.section #section-5.section .item:hover .button-section {
	background-color: #252525;
	border-color: #dadada;
}

#section-related.section {
	margin-bottom: 7.03vw;
}

#section-related.section .image-wrapper {
	height: 25.33vw;
}

#section-related.section h3 {
	margin: 4.44vw 0 3.06vw 8.47vw;
	font-family: "GeneralSans-Medium";
	font-size: calc(29px + (109 - 29) * ((100vw - 992px) / (3840 - 992)));
	font-weight: 600;
}

/*-----------------------------------------------------------
	Footer 
-------------------------------------------------------------*/

footer {
	position: relative;
}

footer {
	background-color: #252525;
	height: 17.5vw;
}

footer .section-content {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 12.08vw;
	border-bottom: 1px solid #dadada;
}

footer .social-media {
	width: 47.36vw;
	min-width: 600px;
	display: flex;
	justify-content: space-between;
}

footer .social-media a {
	font-size: calc(20px + (28 - 20) * ((100vw - 1366px) / (1920 - 1366)));
	display: flex;
	align-items: flex-end;
	transition: 0.5s;
	position: relative;
	line-height: 1;
}

footer .social-media a:hover {
	color: #e30615;
}

/* Ikona czerowna */

footer .social-media a .icon-wrapper {
	width: 2.05vw;
	height: 2.05vw;
	margin-right: 1.32vw;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	transition: opacity 0.5s ease-in-out;
}

footer .social-media a .icon-wrapper:before {
	content: "";
	width: 2.05vw;
	height: 2.05vw;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}

/* Ikona biała */

footer .social-media a .icon {
	transition: opacity 0.5s ease-in-out;
	width: 2.05vw;
	height: 2.05vw;
	margin-right: 1.32vw;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	transition: opacity 0.5s ease-in-out;
}

/* INSTAGRAM */

footer .social-media a:nth-child(1) .icon {
	background-image: url("/wp-content/themes/turulo/images/inst-white.png");
}

footer .social-media a:nth-child(1) .icon-wrapper:before {
	background-image: url("/wp-content/themes/turulo/images/inst-red.png");
}

footer .social-media a:nth-child(1):hover .icon-wrapper:before {
	opacity: 1;
}

footer .social-media a:nth-child(1):hover .icon {
	opacity: 0;
}

/* FACEBOOK */

footer .social-media a:nth-child(2) .icon {
	background-image: url("/wp-content/themes/turulo/images/fb-white.png");
}

footer .social-media a:nth-child(2) .icon-wrapper:before {
	background-image: url("/wp-content/themes/turulo/images/fb-red.png");
}

footer .social-media a:nth-child(2):hover .icon-wrapper:before {
	opacity: 1;
}

footer .social-media a:nth-child(2):hover .icon {
	opacity: 0;
}

/* LINKEDIN */

footer .social-media a:nth-child(3) .icon {
	background-image: url("/wp-content/themes/turulo/images/link-white.png");
}

footer .social-media a:nth-child(3) .icon-wrapper:before {
	background-image: url("/wp-content/themes/turulo/images/link-red.png");
}

footer .social-media a:nth-child(3):hover .icon-wrapper:before {
	opacity: 1;
}

footer .social-media a:nth-child(3):hover .icon {
	opacity: 0;
}

/* PINTEREST */

footer .social-media a:nth-child(4) .icon {
	background-image: url("/wp-content/themes/turulo/images/pint-white.png");
}

footer .social-media a:nth-child(4) .icon-wrapper:before {
	background-image: url("/wp-content/themes/turulo/images/pint-red.png");
}

footer .social-media a:nth-child(4):hover .icon-wrapper:before {
	opacity: 1;
}

footer .social-media a:nth-child(4):hover .icon {
	opacity: 0;
}

/**/

footer p,
footer a {
	color: #ffffff;
}

.copyright {
	width: 29vw;
	display: flex;
	justify-content: space-between;
	margin: auto;
	align-items: center;
	height: 5.42vw;
}

.copyright p,
.copyright a {
	font-size: calc(13px + (18 - 13) * ((100vw - 1366px) / (1920 - 1366)));
}

.copyright a:hover {
	color: white;
}

/* SECTION DARMOWE PRÓBKI EXTRA FOOTER */

.home .extra,
.page-template-page-o-nas .extra {
	display: none;
}

#section-8.section.extra .col-left,
#section-8.section.extra .col-right {
	max-width: 50%;
}

#section-8.section.extra .col-left {
	background-color: #252525;
}

#section-8.section.extra .col-left h2,
#section-8.section.extra .col-left p {
	color: white;
}

#section-8.section.extra .col-left h2 {
	font-size: calc(34px + (48 - 34) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 500;
	line-height: 114.706%;
	margin-bottom: 3.07vw;
}

#section-8.section.extra .col-left .support-wrapper {
	width: 24.6vw;
	margin: 6.66vw 0 0 8.93vw;
}

#section-8.section.extra .image-wrapper,
#section-8.section.extra .image-wrapper img {
	width: 100%;
	height: 32.21vw;
	object-fit: cover;
}

#section-8.section.extra .button-section a {
	border-top: 1px solid #dadada !important;
}

/* SECTION 10 */

#section-10.section {
	padding: 7.03vw 8.93vw;
}

#section-10.section .section-width {
	width: 100%;
}

#section-10.section .section-content {
	justify-content: space-between;
}

#section-10.section h2 {
	font-size: calc(55px + (77 - 55) * ((100vw - 1366px) / (1920 - 1366)));
	line-height: 140%;
	margin-bottom: 3.51vw;
}

#section-10.section .section-content .col-left {
	width: 21.52vw;
}

#section-10.section .section-content .col-right {
	width: 32.8vw;
}

#section-10.section .text-editor p,
#section-10.section .text-editor a {
	font-size: calc(22px + (30 - 22) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 400;
	line-height: 109.091%;
	letter-spacing: 0.22px;
	color: #252525;
}

#section-10.section .text-editor p:nth-child(1) {
	margin-bottom: 2.05vw;
}

#section-10.section .text-editor p:nth-child(2) a {
	display: inline-block;
	margin-bottom: 0.73vw;
	padding-left: 0.73vw;
}

#section-10.section .images {
	margin-top: 3.81vw;
}

#section-10.section .images img {
	height: 6.3vw;
}

/* CONTACT FORM */

::-webkit-input-placeholder {
	color: #909090;
	font-family: GeneralSans-Light;
	font-size: calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 400;
}

:-ms-input-placeholder {
	color: #909090;
	font-family: GeneralSans-Light;
	font-size: calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 400;
}

::-ms-input-placeholder {
	color: #909090;
	font-family: GeneralSans-Light;
	font-size: calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 400;
}

::placeholder {
	color: #909090;
	font-family: GeneralSans-Light;
	font-size: calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #909090;
	font-family: GeneralSans-Light;
	font-size: calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 400;
}

.contact-form input {
	width: 100%;
	padding: 0.95vw 0.88vw;
	border: 1px solid #dadada;
	color: #909090;
	font-family: GeneralSans-Light;
	font-size: calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 400;
}

.full-width p,
.half-width p {
	margin-bottom: 0.9vw;
}

.field-name {
	font-size: calc(12px + (17 - 12) * ((100vw - 1366px) / (1920 - 1366)));
}

.field-name p {
	margin-bottom: 0.37vw;
}

.field-group {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.contact-form textarea {
	width: 100%;
	height: 6.52vw;
	padding: 0.95vw 0.88vw;
	border: 1px solid #dadada;
	padding: 0.95vw 0.88vw;
	color: #909090;
	font-family: GeneralSans-Light;
	font-size: calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366)));
	font-weight: 400;
}

.contact-form textarea {
	margin-bottom: 0.2vw;
}

.agreement p {
	margin-bottom: 0.9vw;
}

.wpcf7-list-item {
	width: 100%;
	margin: 0 !important;
}

.wpcf7-list-item input {
	padding: 0;
	height: 2.42vw;
	width: 2.42vw;
	border: none;
	margin: 0;
}

/* Zmiana checkboxa */

/* Najpierw ukryj domyślny znacznik zaznaczenia */
.wpcf7-form input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	height: 2.42vw;
	width: 2.42vw;
	border: 1px solid #dbdbdb; /* Czarna obramówka */
	position: relative;
	cursor: pointer;
	overflow: hidden;
	transition: 0.5s;
}

.wpcf7-form input[type="checkbox"]:checked::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url(/wp-content/themes/turulo/images/X.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	transition: 0.5s;
}

/*************************/

span.wpcf7-list-item-label,
span.wpcf7-list-item-label a {
	color: #565656;
}

.wpcf7-list-item label {
	display: grid;
	align-items: center;
	grid-template-columns: 2.42vw auto;
	gap: 1.6vw;
}

span.wpcf7-list-item-label a {
	text-decoration: underline;
}

.button-submit input {
	font-family: "Inter", sans-serif;
	font-size: calc(16px + (22 - 16) * ((100vw - 1366px) / (1920 - 1366)));
	color: white;
	padding: 1.39vw;
	background-color: #252525;
	border: 1px solid #252525;
	font-weight: 400;
	letter-spacing: 0.2px;
	transition: 0.7s;
	cursor: pointer;
}

.button-submit input:hover {
	color: #252525;
	background-color: #eaeaea;
}





.button-section.read-more-btn {
    width: max-content;
	height: 3vw;
	margin-left: auto;
}

.button-section.read-more-btn a {
    width: auto;
    height: 3vw;
    font-size: 16px;
    cursor: pointer;
}










/*-----------------------------------------------------------
	Page Loader 
-------------------------------------------------------------*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	height: 100%;
	background: #ffffff;
	z-index: 9999999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s ease-out;
}

#status {
	width: 123px;
	height: 55px;
	margin: auto;
	opacity: 1;
	transition: opacity 0.3s ease-out;
}

/*-----------------------------------------------------------
HAMBURGER
-------------------------------------------------------------*/

.hamburger {
	padding: 0;
	display: flex;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {
	opacity: 1;
}

.hamburger.is-active:hover {
	opacity: 1;
}

.hamburger-box {
	width: 11.67vw;
	height: 6.11vw;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	transition: 0.5s;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 11.67vw;
	height: 1px;
	position: absolute;
	transition: 0.2s !important;
	background-color: #000000;
}

.hamburger-inner {
	display: block;
	top: calc(50% - 1px);
	margin: 0 auto;
	left: 0;
	right: 0;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -2.78vw;
}

.hamburger-inner::after {
	bottom: -5px;
}

/* Specific */

.black .hamburger-inner,
.black .hamburger-inner::before,
.black .hamburger-inner::after,
.specific .hamburger-inner,
.specific .hamburger-inner::before,
.specific .hamburger-inner::after {
	background-color: #ffffff;
}

/*
* Emphatic
*/

.hamburger--emphatic {
	overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
	transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
	left: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
		top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
	top: 2.78vw;
	right: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
		top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
	left: -80px;
	top: -80px;
	transform: translate3d(80px, 80px, 0) rotate(45deg);
	transition: left 0.125s ease-out, top 0.05s 0.125s linear,
		transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
	right: -80px;
	top: -80px;
	transform: translate3d(-80px, 80px, 0) rotate(-45deg);
	transition: right 0.125s ease-out, top 0.05s 0.125s linear,
		transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
