/*
* Theme Name: Theme404
* Author: Adrian Turulski
* Author e-mail: adrianturulski@gmail.com
* Text Domain: Theme404
*/

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


@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Rubik:wght@700&display=swap');

html{
	scroll-behavior: smooth;
}


 /**/

#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;
}

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


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Rubik', sans-serif;
	font-style: normal;
	margin-top: 0;
}

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

h3 {
	font-size: 27px;
}

h4 {
	font-size: 20px;
	line-height: 1.5;
}

h5 {
	font-size: 13px;
}

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

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

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2vw;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0;
	padding: 0;
	color: #4C4C4C;
	background-color: #FAF9E5;
}

span.nowrap {
	white-space: nowrap;
}

body p {
    margin-top: 0;
}

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

.small,
small {
	display: block;
}

a:focus,
a:hover {
	color: #4C4C4C;
	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;
}

.repeater.simple-carousel-mobile{
	display: none;
}


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


.language-switcher.mobile,
.menu-mobile{
	display: none;
}

.header-wrapper {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	transition: top .7s;
	padding: 0 2.78vw;
	background-color: #FAF9E5;
}


.header-wrapper.nav-down {
    transition: .5s;
}

.header-wrapper.nav-up {
    transition: .5s;
}


.header {
	min-height: 80px;
	height: 5.56vw;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	transition: .5s;
}

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

.part-center.parts{
	width: 30%;
	min-width: 305px;
	justify-content: center;
}

.part-right.parts .section-width{
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part-right.parts .section-width .support-wrapper{
	max-width: 240px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.part-right.parts .section-width .social-media{
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.part-right.parts .section-width .social-media a{
	height: 30px;
}

.menu-desktop{
	width: 100%;
}

.language-switcher {
	width: 70px;
	margin-right: 2vw;
}

.header-wrapper .header .language-switcher ul{
	min-width: auto;
}

.language-switcher a{
	font-size: calc(13px + (36 - 13) * ((100vw - 1366px) / (3840 - 1366)));
}

.header-wrapper .header .language-switcher ul li a.current-page-item{
	color: #C198FF !important;
}



/*
.nav-down{
	transition: .5s;
}

.nav-up {
	top: -105px;
	transition: .5s;
}

*/

.logo{
	height: 50px;
}

.logo img {
    width: 234px;
}

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

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

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

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

.header-wrapper .header ul li a {
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
    cursor: pointer;
	text-transform: uppercase;
	color: #4C4C4C
}

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

.header-wrapper .header a:hover{
	color: #C198FF;
}

.special-menu a{
	font-size: calc(13px + (36 - 13) * ((100vw - 1366px) / (3840 - 1366)));
	cursor: pointer;
}

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

/*-----------------------------------------------------------
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:  #FAF9E5;
	flex-direction: column;
}

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

.overlay-section .section-width {
	position: absolute;
	top: 46.40vw;
	width: 53vw;
	height: 100.80vw;
}

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

.overlay-section .menu-wrapper{
	height: 100%;
}

.overlay-section .section-content .col-right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

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

.overlay-section .section-content ul {
    padding-left: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.overlay-section .section-content li {
	list-style: none;
	padding: 0;
	text-align: center;
	position: relative;
}

.overlay-section .section-content li:nth-child(2):before,
.overlay-section .section-content li:nth-child(3):before{
	content: '';
	width: 47.20vw;
	height: 8.00vw;
	position: absolute;
	top: -19.20vw;
	left: 50%;
	transform: translateX(-50%);
	background-image: url('/wp-content/themes/Simpli/images/4-precle-mobile-menu.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.overlay-section .section-content li a {
	font-size: calc(24px + (63 - 24) * ((100vw - 375px) / (991 - 375)));
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	line-height: 120%; /* 28.8px */
	transition: .5s;
	text-align: center;
	text-transform: uppercase;
}

.overlay-section .section-content li.current-menu-item a {
	font-weight: 700 !important;
}

.overlay-section .section-content li a:hover{
	padding-left: 20px;
	transition: .5s;
}

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

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

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



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

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

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

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

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

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

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


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

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

.section-width{
	width: 100%;
}

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

.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;
}

#sb_instagram #sbi_images {
	margin-bottom: 0;
}


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

.title-wrapper {
	width: 100%;
	margin: auto;
}

.section h2{
	font-family: 'PantonRust';
	margin: 0;
	font-size: 90px;
	font-weight: 400;
	line-height: 99%;
	text-align: center;
}


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

.button-section {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	display: flex;
	position: relative;
	transition: .5s;
}

.button-section a {
	position: relative;
	color: #FAFAFA;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

.button-section,
.button-section a {	
	border-radius: 50px;
    height: 60px;
	background-color: #C198FF;
}

.button-section a img{
	width: 20px;
	height: 20px; 
	margin-left: 1.04vw;
	transition: .7s;
}

.button-section:hover a img,
.item:hover .button-section a img {
	margin-left: 2.08vw;
}

.button-section a:hover,
.item:hover .button-section{
	background-color: #9A7ACC;
}

 
/*8888888888888888888888888888888888888888*/

/* SECTION 1 */

#section-1.section {
	min-height: calc( 100vh - 1.39vw );
	padding-top: 5.5vw;
	background-size: cover;
	scroll-margin-block-start: 6vw;
}

#section-1.section .section-width{
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
    background-position: center;
	border-radius: 12px;

}

.home #section-1.section .section-width{
	height: 42.5vw;
}

#section-1.section .section-content{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#section-1.section h1{
	line-height: 99%;
	color: #FFFFFF;	
	text-align: center;
	margin-bottom: 0;
}

#section-1.section h1:first-child{
	font-family: 'PantonRust';
	font-size: 4vw;
	margin-bottom: 19px;	
}

#section-1.section h1:last-child{
	font-size: 90px;
	font-weight: 700;
	text-transform: uppercase;
}

#section-1.section .button-section{
	max-width: 440px;
	margin: auto;
	margin-top: 38px;
}

/* SECTION 2 */

#section-2.section {
	margin-top: 6.94vw;
	margin-bottom: 13.89vw;
	scroll-margin-block-start: 8vw;
}

#section-2.section .title-wrapper{
	margin-bottom: 8.33vw;
}

#section-2.section .repeater{
	width: 78.61vw;
	margin: auto;
}

#section-2.section .titles-wrapper h3{
	font-size: 36px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}

#section-2.section .titles-wrapper h3:last-child{
	color: #BCBBBC;
}

#section-2.section  .repeater .item{
	width: 22.5vw;
	max-width: 430px;
}

.repeater{
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 4vw;
}

.repeater .item{

}

.repeater .item .text-editor{
	margin: 2.78vw 0 2.08vw 0;
}



/* SECTION 3 */

#section-3.section {
    margin-bottom: 13.89vw;
    padding-left: 2.78vw;
    padding-right: 0;
}

#section-3.section .image-wrapper{
	position: relative;
}

#section-3.section .image-wrapper h3{
	position: absolute;
	left: 2.08vw;
	bottom: 1.39vw;
	color: #FAFAFA;
	font-size: 36px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}

#section-3.section .repeater{
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	overflow: hidden;
}

#section-3.section .item{
	margin: 0 10px;
}

#section-3.section .slick-track{
	margin: 0 -10px
}

#section-3.section .item .image-wrapper img,
#section-3.section .item .image-wrapper{
	border-radius: 12px;
	width: 30.56vw;
	height: 35.56vw;
	object-fit: cover;
}



/* SECTION 4 */

#section-4.section{
	margin-bottom: 13.89vw;
	scroll-margin-block-start: 8vw;
}

#section-4.section h3{
	margin: 0 0 1.67vw 2.15vw;
	color: #4C4C4C;
	font-size: 36px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;

}

#section-4.section .button-section{
	margin-top: 1.67vw;
}

#section-4.section .repeater .image-wrapper{
	overflow: hidden;
	position: relative;
	width: 27vw;
	height: 27vw;
	border-radius: 12px;
}

#section-4.section .repeater .item img{
	transition: .5s;
}

#section-4.section .repeater .item:hover img{
	transform: scale(1.05);
}

/* SECTION 5 */

#section-5.section {
	margin-bottom: 13.89vw;
	scroll-margin-block-start: 8vw;
}

#section-5.section .titles-wrapper{
	margin: auto;
}

#section-5.section .text-editor-wrapper{
	width: 62.50vw;
	margin: 4.17vw auto 13.89vw;
	display: flex;
	justify-content: space-between;
	gap: 1.39vw;
}

#section-5.section .text-editor-wrapper .text-editor{
	width: 50%;
}

#section-5.section .images-wrapper{
	width: 78.26vw;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.39vw;
}

#section-5.section img{
	border-radius: 14px;
}


/* SECTION 6 */

#section-6.section {
	margin-bottom: 13.89vw;
}

#section-6.section .titles-wrapper{
	width: 72vw;
	margin: auto;
}

#section-6.section .titles-wrapper h2{
	font-size: 60px;
}

#section-6.section .support-container{
	width: 100%;
	position: relative;
}

#section-6.section .support-container .image-wrapper{
	position: absolute;
	right: -2.78vw;
    top: -4vw;
	height: 120%;
}

#section-6.section .support-container .image-wrapper img{
    width: 52vw;
    position: sticky;
    top: 0;
}

#section-6.section .support-wrapper{
	width: 62.50vw;
	display: flex;
	justify-content: space-between;
	gap: 1.39vw;
	margin: auto;
}

#section-6.section .col-left{
	padding-top: 4.17vw;
}

#section-6.section .button-section{
	margin-top: 3.61vw;
}



/* SECTION 7 */

#section-7.section{
	margin-bottom: 13.89vw;
}

#section-7.section .support-title-wrapper,
#section-7.section .support-container{
	width: 100%;
	position: relative;
}


#section-7.section .support-container{
	margin-top: 0.83vw;
}

#section-7.section .support-title-wrapper .col-left{
	max-width: 100%;
}

#section-7.section .support-title-wrapper,
#section-7.section .support-wrapper{
	width: 78.26vw;
    margin: auto;
}

#section-7.section .title-wrapper{
	text-align: left;
	margin: 0;
}

#section-7.section .title-wrapper h2{
	font-family: 'Rubik', sans-serif;
	text-align: left;
	color: #4C4C4C;
	font-size: 64px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}

#section-7.section .support-wrapper .col-left{
	padding-top: 3vw;
	max-width: fit-content;
}

#section-7.section .support-wrapper .col-left .text-editor h3{
	font-size: 36px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}

#section-7.section .support-wrapper .col-left .text-editor a{
	color: #C198FF;
	font-family: 'PantonRust';
	font-size: 80px;
	font-weight: 400;
	line-height: 99%;
	text-transform: lowercase;
}

#section-7.section .support-wrapper .col-left .text-editor p{
	font-size: 24px;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 10px;
}

#section-7.section .images-wrapper{
	position: absolute;
	right: 0;
	top: 0;
	width: 37.36vw;
	display: flex;
	justify-content: space-between;
	gap: 1.39vw;
}

#section-7.section .col-right .images-wrapper img{
	width: 18.68vw;
	height: 18.68vw;
}

/* SECTION 8 */

#section-8.section{
	margin-bottom: 13.89vw;
}

#section-8.section .section-width{
	width: 78.47vw;
	margin: auto;
}

#section-8.section .title-wrapper{
	text-align: left;
	margin-top: 8.33vw;
}

#section-8.section .image-wrapper img{
	border-radius: 12px;
}

#section-8.section .support-wrapper{
	width: 62.50vw;
	margin: 4.17vw auto 0;
	display: flex;
	justify-content: space-between;
	gap: 1.39vw;
}

#section-8.section .button-section{
	margin-top: 4.17vw;
}


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

.page-template-default #section-1.section{
	min-height: fit-content;
	position: sticky;
    top: 0;
    z-index: 1;
    background-color: #FAF9E5;
}

.home #section-1.section{
	position: relative;
}

.page-template-default #section-1.section .section-content{
	width: 51.32vw;
	height: 5.56vw;
	margin: auto;
	justify-content: space-between;
	min-width: 680px;
}

.page-template-default #section-1.section .section-content .line{
	background-color: #C198FF;
	border-radius: 50px;
	width: 8px;
	height: 43px;
}

.page-template-default #section-1.section h2{
	font-family: 'Rubik', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}






.szlak-preclowy {
    margin: auto;
    width: 100%;
    padding: 0 2.78vw;
    display: flex;
    justify-content: center;
    margin-top: 4.5vw;
}


.page-template-default #section-2.section{
	margin-top: 5.35vw;
}

.page-template-default #section-2.section .section-content{
	display: block;
}

.page-template-default #section-2.section .title-wrapper{
	margin: 0;
}

.page-template-default #section-2.section h2{
	margin-bottom: 3.75vw;
}

#klasyki,
#preclodogi{
	margin-bottom: 13.89vw;
}


.product-wrapper{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(1, auto);
	grid-gap: 1.39vw;
}

.product-wrapper .post-item{
	text-align: center;
	position: relative;
	width: 30.56vw;
	height: 30.56vw;
	overflow: hidden;
	border-radius: 16px;
}

.product-wrapper .meta{
	position: absolute;
	border-radius: 16px;
	left: 0;
	width: 30.56vw;
	height: 30.56vw;
	display: flex;
    flex-direction: column;
    justify-content: center;
	transition: .7s;
	bottom: -100%;
}

.product-wrapper .post-item:hover .meta{
	bottom: 0;
}

.product-wrapper .meta h3{
	margin-bottom: 1.74vw;
	font-size: 36px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}

.product-wrapper .meta p{
	font-size: 24px;
	font-weight: 500;
	line-height: 150%;
}

.product-wrapper .image-wrapper,
.product-wrapper .special-image,
.product-wrapper .post-item img{
	width: 30.56vw;
	height: 30.56vw;
	border-radius: 16px;
}

.product-wrapper .special-image{
	display: flex;
	justify-content: space-between;
	align-items: center;
	mix-blend-mode: multiply;
}

.product-wrapper .special-image img{
	width: 26.81vw;
	height: 19.31vw;
	
}



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

footer{
	width: 78.33vw;
	margin: auto;
}

footer .section{
	padding: 0;
}


/* Section foot 1*/

#section-foot-1.section{
	margin-bottom: 8.33vw;
}

#section-foot-1.section .title-wrapper{
	margin: 2rem auto ;
	
}

#section-foot-1.section .title-wrapper h2{
	font-family: 'Rubik', sans-serif;
	color: #4C4C4C;
	font-size: 5vw;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}

#section-foot-1.section .subtitle-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
	margin-bottom: 13.89vw;
	flex-direction: column;
	gap: 2rem;
}

#section-foot-1.section .subtitle-wrapper h3{
	color: #C198FF;
	font-family: 'PantonRust';
	font-size: 5vw;
	font-weight: 400;
	line-height: 99%;
}

#section-foot-1.section .subtitle-wrapper img {
	width: 25vw;
	transition: 0.5s;
}

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

#section-foot-1.section .hasztag-wrapper .text-editor{ 
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#section-foot-1.section .hasztag-wrapper .text-editor p{
	margin-bottom: 0;
}

#section-foot-1.section .subtitle-wrapper img:hover{
	opacity:50%;
	transition: 0.5s;
}


/* Section foot 2*/

#section-foot-2.section .section-content{
	align-items: center;
}

#section-foot-2.section .col-left{
	width: 38.47vw;
}

#section-foot-2.section .col-left .image-wrapper img{
	width: 38.47vw;
}

#section-foot-2.section .col-right{
	width: 30.49vw;
}




/* Section foot 3*/

#section-foot-3.section{
	margin-top: 3.54vw;
}

#section-foot-3.section .section-content{
	align-items: flex-end;
}

#section-foot-3.section .col-left .support-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#section-foot-3.section .col-left .support-wrapper .button-section,
#section-foot-3.section .col-left .support-wrapper .button-section a{
	background-color: transparent;
	color: #C198FF;
	font-size: 24px;
	font-weight: 700;
	line-height: 150%; /* 36px */
	justify-content: flex-start;
	height: auto;
}

#section-foot-3.section .col-left .support-wrapper .button-section:hover img{
	filter: none;
}

#section-foot-3.section .col-left .support-wrapper .social-media{
	min-width: 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#section-foot-3.section .col-left .support-wrapper .social-media a{
	height: 30px;
}

#section-foot-3.section .col-right {
    width: 30.49vw;
}

#section-foot-3.section .col-right .text-editor{ 
	margin-bottom: 8vw;
}

#section-foot-3.section .col-right .contact-details .phones{
	display: flex;
	gap: 4%;
}

#section-foot-3.section .col-right .contact-details .label,
#section-foot-3.section .col-right .contact-details a{
	display: block;
	color: #C198FF;
	font-family: 'Rubik', sans-serif;
	font-size: 21px;
	font-weight: 700;
}

#section-foot-3.section .col-right .contact-details .label {
    color: #4A4A44;
    width: 15%;
    min-width: 80px;
}

#section-foot-3.section .col-right .contact-details a:first-child{
	margin-bottom: 1.18vw;
}

/* Section foot 4*/


#section-foot-4.section{
	margin: 6.18vw 0 3.33vw;
}


#section-foot-4.section .col-left{
	width: 38.47vw;
}

#section-foot-4.section .col-right{
	width: 30.49vw;
	display: flex;
	justify-content: space-between;
}

#section-foot-4.section .col-right a{
	font-size: 14px;
	font-weight: 400;
	line-height: 140%; 
	margin-bottom: 0;
}


/* CONTACT FORM */

::-webkit-input-placeholder {
	color: #909090;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: calc(16px + (45 - 16) * ((100vw - 1366px) / (3840 - 1366)));
	font-weight: 400;
}

:-ms-input-placeholder {
	color: #909090;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: calc(16px + (45 - 16) * ((100vw - 1366px) / (3840 - 1366)));
	font-weight: 400;
}

::-ms-input-placeholder {
	color: #909090;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: calc(16px + (45 - 16) * ((100vw - 1366px) / (3840 - 1366)));
	font-weight: 400;
}

::placeholder {
	color: #909090;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: calc(16px + (45 - 16) * ((100vw - 1366px) / (3840 - 1366)));
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #909090;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: calc(16px + (45 - 16) * ((100vw - 1366px) / (3840 - 1366)));
	font-weight: 400;
}


.contact-form input{
	width: 100%;
	padding: .95vw .88vw;
	border: 1px solid #DADADA;
}

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

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

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

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

.contact-form textarea{
	width: 100%;
	height: 6.52vw;
	padding: .95vw .88vw;
	border: 1px solid #DADADA;
}

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

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

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

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

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

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

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

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

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



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

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

#status {
	height: auto;
	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: 8vw;
	height: 10vw;
	display: inline-block;
	position: relative;
	transition: border .8s ease-in-out;
}

.hamburger-inner{
	transition: .8s;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
	width: 30px;
	height: 2px;
	position: absolute;
	transition: .2s !important;
	background-color: #4C4C4C;
	border-radius: 50px;
}

.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: -9px; 
}

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



/* Specific */








/*
* 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: 9px;
	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;
  }
  
  .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); 
  }










/* Mapki */

#section-2.section iframe {
	height: 300px;
	width: 100%;
	margin-top: 20px;
}

.gm-style-iw-ch,
.gm-style-iw-chr{
	display: none;
}

.gm-style .gm-style-iw-c{
	padding: 15px 12px 3px !important;
}

.gm-style .gm-style-iw-c h3 {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.gm-style .gm-style-iw-c{
	font-family: 'Roboto Condensed', sans-serif;
}

.gm-style .gm-style-iw-c a{
	font-family: 'Roboto Condensed', sans-serif;
	color: #C198FF;
}

.home #section-2.section .button-section{
	display: none;
}

/* Polityka prywatności */

#pp.section{
	padding-top: 11.12vw;
}

#pp.section .titles-wrapper{
	margin: auto;
}

#pp.section .section-width .text-editor{
	width: 62.50vw;
	margin: 4.17vw auto 13.89vw;
}

#pp.section .section-width .text-editor h2 {
	font-family: 'Rubik', sans-serif;
	font-size: 45px;
	margin: 4vw 0 2vw;
}

@media (max-width: 991px) {


    #pp.section {
        padding-top: 32vw;
    }

    #pp.section h2 {
        font-size: calc(32px + (84 - 32)*((100vw - 375px) /(991 - 375)));
    }

	#pp.section .section-width .text-editor {
		width: 100%;
		margin: 14.17vw auto;
	}

    #pp.section .section-width .text-editor h2 {
        font-size: calc(24px + (63 - 24)*((100vw - 375px) /(991 - 375)));
        margin: 5.33vw 0;
    }

}