/*
	Theme Name: wibo 
	Description: Szablon stworzony dla wibo
	Version: 1.0
	Author: Noveo
	Author URI: http://noveo.pl/

*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

/* outfit-100 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100;
  src: url('/wp-content/themes/wibo/fonts/outfit-v15-latin_latin-ext-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-200 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 200;
  src: url('/wp-content/themes/wibo/fonts/outfit-v15-latin_latin-ext-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/wibo/fonts/outfit-v15-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/wibo/fonts/outfit-v15-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/wibo/fonts/outfit-v15-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/wibo/fonts/outfit-v15-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/wibo/fonts/outfit-v15-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/themes/wibo/fonts/outfit-v15-latin_latin-ext-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-900 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/wibo/fonts/outfit-v15-latin_latin-ext-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

form.woocommerce-checkout #customer_details textarea.input-text,
body,
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar{
	font:400 16px/1.4 'Outfit', Lato, sans-serif;
	
}

body {
	color:#747474;
	margin: unset; 
}

body {
	padding-top:93px;
}

body.home {
	padding-top:0px;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
	transition: 0.4s;
}
a:hover {
	color:#444;
} 


h1{
	margin: unset;
	font-size: 48px;
	font-weight: 600;
	line-height: 48px;
}
.head-title h1,
h2{
	margin: unset;
	font-size: 32px;
	line-height: 32px;
	font-weight: 600;
}
h3{
	margin: unset;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
}
h4{
	margin: unset;
}
h5{
	margin: unset;
}
h6{
	margin: unset;
}


.head-abs{
	position: fixed!important;
	top: 0px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	z-index: 9999;
}

.stickymenu .head-abs {
    position: fixed;  
    max-width: 100%;
    width:100%;
}

.stickymenu .header {
}


.logo-img {
    transition: 0.4s;
    height: 48px!important;
}


.stickymenu .logo-img {
}



.head-abs:after{
	content:"";
	height: 0%;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0px;
	z-index: -1;
	transition: 0.4s;
	content: "";
	height: 100%;
	background: #00000054;
} 
 		
		
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1200px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {display: flex;justify-content: space-between;}
/* logo */
.logo {display: flex;align-items: center;}
 
/* nav */
.nav {display: flex;align-items: center;border-radius: 10px;padding: 35px 15px;transition: 0.4s;margin-left: auto;}

.nav ul{
    padding: unset;
    list-style: none;
    display: flex;
    margin: unset;
    gap: 20px;
}
.nav li{
    position: relative;
    white-space: nowrap;
}

.header .sub-menu   li{
    background: #00000054;
}

.nav a:hover,
.current_page_parent > .wrap-li a,
.current-menu-ancestor > a,
.current-menu-ancestor > .wrap-li a,
.current-menu-item > .wrap-li a,
.current-menu-item > a, 
.current-page-ancestor > a{
	transition: 0.4s;
	color: #ffffff !important;
}

.wrap-li{
	margin-right: 20px;
	position: relative;
}

  
.header  .nav .sub-menu{
	display: none;
	flex-direction: column;
	z-index: 99999;
	opacity: 0;
	transition: 0.4s;
}


@keyframes load {
  0%   {opacity:0;} 
  100% {opacity: 1}
}
 
.header .sub-menu a{
	padding-left: unset;
	display: block;
	margin: unset;
	padding: 10px 10px;
}


.nav a{
    color: #ffffffc9;
    font-weight: 600;
    text-decoration: unset!important;
    /* text-transform: lowercase; */
}

.home .nav a{
	color:white;	
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
 

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
		height: auto;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


#toggle{
 display: none;
}

 



.form-row-cf{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

 
.form-item-cf{
    width: 100%;
    display: flex;
    flex-direction: column;
}

 

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
    width: 100% !important;
    font-size: 14px;
    color: black!important;
    padding: 16px !important;
    font-weight: normal;
    border: 1px solid #d9d9d9;
    border-radius: 64px;
}

.form-row-cf .form-item-cf:first-of-type input{
	margin-top: unset;
}


.wpcf7-text:active, .wpcf7-text:focus, .wpcf7-textarea:active, .wpcf7-textarea:focus {
    outline: none!important;
    border:none;
    color: black;
    border: 1px solid #d9d9d9;
}


 



::-webkit-input-placeholder { /* Chrome */
  color: #c3c3c3;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c3c3c3;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c3c3c3;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #c3c3c3;
  opacity: 1;
}


input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    border: none;
    color: white;
    display: block;
    padding: 18px 24px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 40px;
    text-decoration: unset !important;
    background: black;
    font-family: 'Outfit';
}



.wpcf7-text:active::-webkit-input-placeholder,
.wpcf7-text:focus::-webkit-input-placeholder,
.wpcf7-textarea:active::-webkit-input-placeholder,
.wpcf7-textarea:focus::-webkit-input-placeholder{ 
    color:black;
}
.wpcf7-text:active::-ms-input-placeholder,
.wpcf7-text:focus::-ms-input-placeholder,
.wpcf7-textarea:active::-ms-input-placeholder,
.wpcf7-textarea:focus::-ms-input-placeholder{ 
    color:black;
}
.wpcf7-text:active::-moz-placeholder,
.wpcf7-text:focus::-moz-placeholder,
.wpcf7-textarea:active::-moz-placeholder,
.wpcf7-textarea:focus::-moz-placeholder{ 
    color:black;
}
.wpcf7-text:active::-moz-placeholder,
.wpcf7-text:focus::-moz-placeholder,
.wpcf7-textarea:active::-moz-placeholder,
.wpcf7-textarea:focus::-moz-placeholder{ 
    color:black;
} 

.form-column-cf{display: flex;justify-content: center;margin-top: 48px;}



@media only screen and (max-width:700px) {

    .form-column-cf{
		flex-direction: column;
	}

	.form-row-cf{
		width:100%;
	}

}



.bg-single{
	height: 450px;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}

.bg-single.no-img{background-color: black;}



@keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-element {
  animation: fade-in 0.8s;
}
.hidden {
  opacity: 0;
}

			.gallery-size-full .gallery-item {
			    padding: 5px;
			}

.foot-bg {background: #000000;position: relative;}
.logo-item:hover{
	opacity:0.7;
}
.foot-cols {display: flex;justify-content: space-between;padding: 128px 0px;flex-wrap: wrap;}
.foot-col a {transition: 0.4s;}

.foot-col a:hover{
opacity:0.7;
}
.foot-col p{
	margin-top: 0px;
}
.foot-col ul{
    margin: unset;
    padding: unset;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 14px;
}
.foot-col li{}
.foot-col a{
    color: #FFFFFF;
    text-decoration: unset !important;
}

.foot-title {margin-bottom: 24px;color: #989898;}
.hr-bar {height: 2px;background: #ADADAD;}

.copyright{
	text-align: center;
	padding: 20px 0px;
	margin: unset;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #989898;
	font-weight: 400;
	font-size: 14px;
}

.copy-left{ 
}

.foot-spac{
	margin: 0 10px;
}

.foot-col img{
	margin:unset;
}


.foot-logo{
	
height: 30px;
	
margin-left: 20px;
}


 

span.wpcf7-list-item{
  margin-left:unset;
}

.copysend{
  display: none!important;
}

 

.page-bread span{
	display: flex;
	flex-wrap: wrap;
}


.page-bread p {
	margin:unset;
	display: flex;
}

.page-bread{
	display:flex;
	flex-wrap: wrap;
}

 .tns-item:not(.tns-slide-active)    + .tns-slide-active   + .tns-slide-active  { 
  /*center slider*/
}



.simple-margin{
	word-break: auto-phrase; 
	margin: 80px auto; 
}

	.menu-wrap-list {
	    position: absolute;
	    top: 38px;
	    overflow-y: scroll;
	    padding-bottom: 40px;
	    left: 0px;
	    width: 100%;
	    height: calc(100vh - 48px);
	    display: none;
	    background: white;
	    transition: 0.4s;
	}

.stickymenu .menu-wrap-list{
}

.foot-col-1{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 50%;
}

.foot-col-1 img{
    max-width: 250px;
}

					
table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #7f1f9c;
  color: white;
}

 

 
	.gallery  img{
	    border: unset!important;
	    height: auto;
	}
	div.gallery {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-wrap: wrap;
	}

.arrow-menu{
	position: absolute;
	right: -25px;
	top: 50%;
	transform: translate(0, -50%) rotate(0deg);
	width: 30px;
	height: 20px;
	text-align: center;
	z-index: 99999;
	transition: 0.4s;
}
.arrow-menu {
    display: flex!important;
    transform: translate(0, -50%)  rotate(0deg);
    align-items: center;
    justify-content: center;
}
.arrow-menu.rotatearrow svg {
    transform: translate(0, -50%) rotate(180deg);
}

.sub-menu.opensubmenu {
    display: flex!important;
}

.bread-sep{
	color: #ff814a;
	margin: 0 10px;
}
.woocommerce-products-header a,
#breadcrumbs span a {
	color: #ff814a;
}
.woo-bread,
#breadcrumbs span,
#breadcrumbs {
	display: flex;
	margin: unset;
	flex-wrap: wrap;
}
.breadcrumb_last{ 
	color: #a5a8b3;
}



input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #ffffff;
	min-width: 20px;
	min-height: 20px;
	cursor: pointer;
	display: inline-block;
	border: 1px solid gray;
	border-radius: 100%;
}

input[type="checkbox"]:checked {
	background-color: #000000;  
	border-color: #000000;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70%;
}
 


.acceptance-container span{
	cursor:pointer;
}



.swiper-horizontal{
	overflow:hidden;
}
.swiper-button-next, .swiper-button-prev{
	width:initial;
	height:initial

}




.activehamb .hamburger-icon:nth-of-type(1){
	transform: translate(-2px, 8px) rotate(45deg);
}
.activehamb .hamburger-icon:nth-of-type(2){
    opacity:0
}
.activehamb .hamburger-icon:nth-of-type(3){
    transform: translate(-2px, -4px) rotate(-45deg);
}




.table-arrow-mobile{
	display:none;
}




@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 500px;  
    opacity: 1;
  }
}





.head-subpage{
	margin: 40px 0;
}

.arrow-menu svg {
  transition: transform 0.3s ease;
}

.arrow-menu.active-arrow svg {
  transform: rotate(180deg);
}



select {
    appearance: none;
    background-image: url(data:image/svg+xml;charset=UTF-8,<svg\ xmlns=\"http://www.w3.org/2000/svg\"\ viewBox=\"0\ 0\ 24\ 24\"\ fill=\"none\"\ stroke=\"black\"\ stroke-width=\"2\"\ stroke-linecap=\"round\"\ stroke-linejoin=\"round\"><path\ d=\"M6\ 9l6\ 6\ 6-6\"/></svg>);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 22px;
    padding-right: 20px;
    background-position-x: 95%
}


h1, 
h2,
h3, 
h4{
  visibility: hidden;
  color: black;
}
  


h1 span.word, 
h2 span.word, 
h3 span.word,
h4 span.word {
  opacity: 0;
  display: inline-block;
  transform: translateY(3px);
}


h1 span.word.show, 
h2 span.word.show,
h3 span.word.show,
h4 span.word.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.3s ease;
}


.right-menu {display: flex;align-items: center;color: white;gap: 24px;}
.btn {width: fit-content;}
.btn a{display: block;padding: 18px 24px;font-size: 18px;font-weight: 600;text-transform: uppercase;letter-spacing: 1px;border-radius: 40px;text-decoration: unset !important;text-align: center;}


.btn1 {}
.btn1 a{color: white;background: black;}
.lang-swich {}
.right-menu .btn a{
	font-size: 14px;
	padding: 24px 32px;
}
.wpml-ls-legacy-dropdown{
	width: 60px;
}

 .wpml-ls-legacy-dropdown a{
	 background: unset;
	 border: unset;
	 color: white;
	 text-decoration: unset !important;
	}



.baner {min-height: 700px;display: flex;align-items: center;background-position: center!important;background-size: cover!important;border-radius: 0px 0px 48px 0px;} 
.baner-box {display: flex;flex-direction: column;gap: 32px;}
.baner-title {
} 


.baner-title *{
	color:white;
}


section{
	margin: 128px 0;
}


.simpe-title{
text-align:center;
}

 
.windows-box {
}
.simple-title {text-align: center;text-transform: uppercase;margin-bottom: 48px;}
.windows-list {display: grid;grid-template: repeat(1, 1fr) / repeat(3, 1fr);gap: 24px;}
.window-item {text-align: center;padding: 84px 0px;color: white;background-position: center!important;background-size: cover!important;display: flex;flex-direction: column;align-items: center;justify-content: center;}

.gallery-box .window-item{
	padding: unset;
	position: relative;
}

.window-text {
} 

.window-text h2,
.window-text h3,
.window-text h4,
.window-text h5,
.window-text h6{
	color:white;
}


.window-text h2{
	font-size:40px;
	text-transform: uppercase;
}


.gallery-box .window-item:first-of-type img,
.window-item:first-of-type{
	border-radius: 64px 0px 0px 0px;
}

.gallery-box .window-item:last-of-type img,
.window-item:last-of-type{
	border-radius: 0px 0px 64px 0px;
}


.window-text p:last-of-type{
	margin-bottom:unset;
	
}

.windows-box .btn{
	margin: 0 auto;
	margin-top: 48px;
}


.wrapper {}
.tiles-box {display: grid;grid-template: repeat(1, 1fr) / repeat(2, 1fr);gap: 24px;margin: 180px 0;}
.tile-item {min-height: 584px;background-position: center!important;background-size: cover!important;padding: 24px 48px;color: white;display: flex;flex-direction: column;justify-content: space-between;padding-bottom: 48px;text-decoration: none !important;}
.tile-label {
    text-transform: uppercase;
    border: 1px solid;
    width: fit-content;
    padding: 10px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
}
.tile-desc {color: white;text-transform: uppercase;}
.tile-btn {display: block;padding: 18px 24px;font-size: 18px;font-weight: 600;text-transform: uppercase;letter-spacing: 1px;border-radius: 40px;background: black;width: fit-content;margin-top: 48px;}

.tile-down{
	
}



.tiles-box .tile-item:nth-child(2n-1){
	border-top-right-radius: 62px;
	position: relative;
	top: -50px;
}

.tiles-box .tile-item:nth-child(2n) {
	border-bottom-left-radius: 62px;
	position: relative;
	bottom: -50px;
}


.chess-wrap {
}
.chess-add-text {margin-bottom: 48px;}
.chess-item {display: flex;}
.chess-left {width: 60%;padding-right: 126px;display: flex;flex-direction: column;justify-content: center;}
.chess-label {width: fit-content;padding: 12px 18px;border: 1px solid #EBEBEB;border-radius: 30px;color: #8A8A8A;font-size: 12px;font-weight: 600;}
.chess-text {margin-bottom: 48px;} 
.chess-right {width: 40%;}

.chess-text-up{
	justify-content: flex-start;
}


.chess-btns{
	display: flex;
	gap: 8px;
}

.chess-btns .btn:nth-child(even) a{
	background: #00000026;
	color: black;
}

.video-bg {
  position: relative;
}

.video-bg video {
  width: 100%;
  display: block;
  cursor: pointer;
  border-radius: 0px 0px 0px 64px;
}

.video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
  transition: opacity .3s ease, transform .3s ease;
}

.video-play-btn.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.9);
}

.cta-box {padding: 128px 0;border-radius: 64px 0px 0px 0px;background-position: center;background-size: cover;} 
.cta-text {
} 

.cta-box .btn{
	margin:  0 auto;
}

.cta-box .wrapper{
	display: flex;
	flex-direction: column;
	gap: 48px;
}



.footer-col-2{
	display: flex;
	justify-content: space-between;
	width: 50%;
}

.foot-col{
	
}


.copyright a{
	color: #FFFFFF;
	font-weight: 600;
}

.foot-col-1 p{
	color: #989898;
}

.social-list{
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: flex;
	gap: 8px;
}



.head-title{
	text-transform:uppercase;
}






 

.timeline-track {
  padding: 48px 0;
  margin-top: 70px;
}

.timeline-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.timeline-item {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.timeline-item.active {
  opacity: 1;
  bottom: 9px;
}

.timeline-dot {
  display: block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.timeline-item.active .timeline-dot {
  background: #000;
  transform: scale(1.8);
}

.timeline-year {
  font-size: 18px;
  bottom: 0px;
}

.timeline-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.timeline-nav button {
  background: none;
  border: none;
  cursor: pointer;
}


.timeline-title{
	position: absolute;
	color: black;
	display: none;
	white-space: nowrap;
	font-size: 24px;
	margin: 0 auto;
	text-align: center;
	width: fit-content;
	right: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.active .timeline-title{
	display: block;
	bottom: 120%;
}


.active .timeline-year{
	font-size: 32px;
	color: black;
	position: relative;
	bottom: 10px;
}


.timeline-track::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #D9D9D9;
    z-index: -1;
    bottom: 130px;
}

.timeline-item.active .timeline-dot:before {
    content: "";
    position: absolute;
    height: 2px;
    pointer-events: none;
    z-index: 9999;
    width: 20px;
    top: 4px;
    left: 0px;
}


.timeline-item.active .timeline-dot:after {
    content: "";
    position: absolute;
    height: 2px;
    pointer-events: none;
    z-index: 9999;
    width: 20px;
    top: 4px;
    right: 0px;
}


.timeline-item.active .timeline-dot::before {
    margin-left: 8px;
    background: linear-gradient(
        to right,
        #000 0%,
        rgba(0,0,0,0) 100%
    );
}

.timeline-item.active .timeline-dot::after { 
    margin-right: 8px;
    background: linear-gradient(
        to left,
        #000 0%,
        rgba(0,0,0,0) 100%
    );
}


.gallery-box img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.head-parent span{
	font-size: 18px;
	font-weight: 600;
	color: black;
	margin-bottom: 32px;
	display: block;
}
 
 
.main-list {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
 
.list-row {
  display: grid;
  background: #fff;
  display: grid;
  grid-template: repeat(1, 1fr) / repeat(3, 1fr);
}
 

.list-title {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
 

.list-sublist {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.sublist-item {color: black;font-size: 24px;font-weight: 500;height: 100%;border-bottom: 1px solid #D4D4D4;display: flex;align-items: center;padding: 0 24px;}

.sublist-item:first-child {
  border-top: none;
}
.sublist-item:last-child {
  border-bottom: none;
}
 

.list-img {
  background-size: cover;
  background-position: center;
  min-height: 384px;
}


.list-row:first-of-type .list-img{
	border-top-right-radius: 48px;
}
.list-row:last-of-type .list-title{
	border-bottom-left-radius: 48px;
}




.column-wrap {padding: 128px 0;} 
.column-box {
}
.simple-title {
}
.column-list {display: grid;grid-template-columns: repeat(auto-fit, minmax(0, 1fr));gap: 24px;}
.column-colored .column-item{
	background: white;
}

.column-item {background: #F4F4F4;padding: 64px;text-align: justify;}
.column-title {margin-bottom: 24px;}
.column-desc {
}



.column-colored .column-item:first-of-type{
    border-radius: unset;
    border-bottom-left-radius: 48px;
}
.column-colored .column-item:last-of-type{
    border-radius: unset;
    border-top-right-radius: 48px;
}


.column-desc ul{
	padding: unset;
	padding-left: 15px;
}

.column-item:first-of-type{
	border-top-left-radius: 48px;
}

.column-item:last-of-type{
	border-bottom-right-radius: 48px;
}


.chess-revers .chess-item{justify-content: space-between;gap: 126px;}


.chess-revers .chess-item .chess-left{
	order: 1;
	padding-right: unset;
}


.wrapper a{
	text-decoration:underline;
} 
.contact-box {display: flex;gap: 24px;align-items: center;}
.contact-left {width: 50%;border-top-left-radius: 48px;background: black;color: white;padding: 64px;}
.contact-list {display: flex;flex-direction: column;gap: 48px;}
.contact-item {display: flex;flex-direction: column;gap: 24px;}
.contact-item-head {font-size: 24px;}
.contact-link-item {display: flex;align-items: center;gap: 8px;}
.contact-item-link-content {
}
.contact-right {width: 50%;background-position: center;background-size: cover;height: -webkit-fill-available;border-bottom-right-radius: 48px;}

.contact-item-link-content a{
	color:white;
	text-decoration:unset;
}

.wpcf7-textarea{
	border-radius: 27px;
}

.wpcf7-not-valid-tip{
	text-align: center;
	font-size: 12px;
}

.form-item-cf label{
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 600;
}




.form-item-cf select{
	width: 100% !important;
	font-size: 14px;
	color: black !important;
	padding: 16px !important;
	font-weight: normal;
	border: 1px solid #d9d9d9;
	border-radius: 64px;
	cursor: pointer;
	color: #747474!important;
}



.wpcf7-form{
	max-width: 588px;
	margin: 0 auto;
}

.acceptance-container{
	font-size: 12px;
	color: #747474;
	margin-top: 24px;
}


.send-btn{
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.tile-item:hover{
	color:white;
	opacity:0.7;
}

input[type="submit"]{
	transition:0.4s;
}

input[type="submit"],
.contact-item-link-content a,
.btn a{
	transition:0.4s;
	transform: scale(1);
}
input[type="submit"]:hover,
.contact-item-link-content a:hover,
.btn a:hover{
	transform: scale(1.05);
}


.head-subpage-section{
	margin: 38px 0;
}


.page-id-245 .chess-wrap .btn a{
	text-transform:unset;
}






*{
	
}



/* RWD */

@media only screen and (min-width:1800px) {

}
 
@media only screen and (max-width:1535px) {

}
 

@media only screen and (max-width:1365px) {

}
 


@media only screen and (min-width:1151px) { 
	.header  .menu-item-has-children:hover .sub-menu{
	     display: flex;
	     animation-duration: 1s;
	     animation-fill-mode: forwards;
	     animation-name: slideDown;
	     border-top: 35px solid #ffffff00;
	     flex-direction: column;
	     gap: 0px;
	}
	.header .menu-item-has-children .sub-menu {max-height: 0;opacity: 0;transition: max-height 1s ease, opacity 1s ease;position: absolute;}

	.header  .menu-item-has-children.force-hover .sub-menu{
	     display: flex;
	     animation-duration: 1s;
	     animation-fill-mode: forwards;
	     animation-name: slideDown;
	     border-top: 35px solid #ffffff00;
	     flex-direction: column;
	     gap: 0px;
	}
}

@media only screen and (max-width:1150px) {

	.contact-box{
		flex-direction: column;
	}


	.contact-right,
	.contact-left{

		width:100%;
	}

	.contact-right{
		height: 85vw;
	}


	.column-wrap {
	    padding: 32px 0;
	}

	.contact-left,
	.column-item{
		padding: 26px;
	}

	.column-list {
	    display: grid;
	    grid-template: repeat(1, 1fr) / repeat(1, 1fr);
	    gap: 24px;
	}

	.list-row:last-of-type .list-title,
	.list-row:first-of-type .list-img{
		border-radius:unset;
	}

	

	.sublist-item{
		padding: 20px 0;
		font-size: 18px;
	}

	.list-img{
		height: 85vw;
		min-height: unset;
	}

	.list-title{
		padding: 60px 0px;
	}


	.chess-btns{
		flex-direction: column;
	}
	
	.list-row {
	    display: grid;
	    background: #fff;
	    display: grid;
	    grid-template: repeat(1, 1fr) / repeat(1, 1fr);
	}
	
	


	

	section {
	    margin: 48px 0;
	}
	
	.head-subpage-section{
		margin: 38px 0;
	}


	.baner{
		min-height: unset;
		padding: 120px 0px;
	}

	.tile-item{
		min-height: unset;
		padding: 20px;
		top: unset!important;
	}

	.copyright{
		flex-direction: column;
		gap: 24px;
	}

	.foot-cols{
		flex-direction: column;
		gap: 24px;
		padding: 48px 0px;
	}

	.foot-col-1{
		width: 100%;
		text-align: center;
	}

	.footer-col-2{
		width: 100%;
	}
	

	.tiles-box {
	    display: grid;
	    grid-template: repeat(1, 1fr) / repeat(1, 1fr);
	    gap: unset;
	}
 
	.chess-item{
		flex-direction: column;
		gap: 24px;
	}

	.chess-left{
		width: 100%;
		padding: unset;
	}
	.chess-revers .chess-item .chess-left{
		order: unset;
	}

	.chess-revers .chess-item{
		gap: 24px;
	}

	.chess-right{
		width: 100%;
		order: -1;
	}
	
	
	.tile-btn,
	.btn a{
		font-size: 14px;
	}


	.tile-label{
		font-size: 12px;
	}
	
	.tile-desc{
		font-size: 20px;
		margin-top: 20px;
	}

	.window-text h2 {
	    font-size: 24px;
	    text-transform: uppercase;
	}
	
		h1{ 
			font-size: 32px; 
			line-height: 32px;
		}
	
		.head-title h1,
		h2{ 
			font-size: 24px;
			line-height: 24px; 
		}
	
		h3{ 
			font-size: 18px;
			line-height: 18px; 
		}

	.simple-title{
		margin-bottom: 24px;
	}
	
	.windows-list {
	    display: grid;
	    grid-template: repeat(1, 1fr) / repeat(2, 1fr);
	    gap: 24px;
	}

	.right-menu{
		position: relative;
		right: 80px;
		z-index: 999;
	}

	.right-menu .btn{
		display: none;
	}

	.head-abs{
		padding: 10px 0px;
	}

	
	.woocommerce ul.order_details{
		flex-direction: column;
		margin: unset;
		padding: unset;
		gap: 10px;
	}

	.woocommerce ul.order_details li{
		border: unset;
	}

	.table-arrow-mobile{
		display:block;
	}


    .arrow-menu svg {
        width: 18px;
        height: 10px;
    }

	.arrow-menu svg path{
		stroke:#000000;
	}
    
	header .nav.show-mobile ul{
		display: none;
		position: initial;
	}
	header .sub-menu{
		padding: 0px!important;
	}
	header .sub-menu li{
		margin: 0px!important;
		padding-left: 0px;
	}

	.header .nav .sub-menu{
		position:initial;
		opacity: 1;
		gap: 5px;
		padding-left: 10px!important;
		padding-top: 10px!important; 
	}

	.nav li{
		margin-left: unset;
	}

	 header .nav ul{
	    overflow: hidden;
	    position: absolute;
	    background: white;
	    flex-direction: column;
	    width: 100%;
	    padding: 19px;
	    z-index: 999;
	    border-top: unset!important;
	    left: 0px;
	    transition: 0.4s;
	    margin: unset;
	    display: none;
	}
	header .nav ul a{
		padding: 5px;
		display: inline-block;
		font-size: 20px;
		width: 100%;
		background:unset;
		color: black!important;
		padding: unset;
	}

	.current-menu-ancestor > .wrap-li a,
	header .nav ul a:hover{
		color:black!important;
	}

	.home .nav a{
		color: black!important;
	}

	.header .sub-menu li{
		background: unset;
	}
	

    .logo{
    	margin-left: 20px;        
    	z-index: 9999;
        position: relative;
    }
 
	.head-abs .wrapper{width: 100%;}


	.wrapper-mobile {
	    width: 100%;
	}
 

	header .nav{
		z-index: 999;
		position: absolute;
		left: 0px;
		top: 0px;
		height: 100%;
		width: 100%;
		background: unset;
		backdrop-filter: unset;
		padding: unset;
	}
 
    .stickymenu header .nav ul{
    }

	#toggle{
	    display: flex;
	    padding: 10px;
	    text-align: right;
	    font-size: 40px;
	    width: 100%;
	    padding-right: 10px;
	    flex-direction: column;
	    align-items: flex-end;
	    position: absolute;
	    margin-left: unset;
	    width: 51px;
	    right: 20px;
	    z-index: 99999; 
	}

	.logo-img{
	height: 28px!important;
	}
	
	 .arrow-menu{
		 display: initial!important;
		 right: 0px;
		}

	.hamburger-icon{
	    width: 31px;
	    height: 2px;
	    background-color: #ffffff;
	    margin: 2px 0;
	    display: block;
	    transition: 0.4s;
	}
	  
	.head-wrap{
		width: 100%;
	}


	.nav > ul{	
		height: 100vh;
		overflow-y: scroll;
		padding-bottom: 50px!important;
	}



	

  .timeline-track {
    overflow: hidden;
    margin-top: unset;
    padding: 24px 0;
  }

  .timeline-items {
    display: flex;
    justify-content: center;
  }

  .timeline-item {
    display: none;
    text-align: center;
  }

  .timeline-item.active {
    display: block;
  }
 
  .timeline-item .timeline-title {
    display: block;
    margin-bottom: 12px;
    position: relative;
    white-space: normal;
  }
 
  .timeline-item .timeline-year {
    display: block;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
  }
 
  .timeline-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000;
  }

.timeline-track::before {
    bottom: 114px;
}

	
}






@media only screen and (max-width:642px) {
	.alignnone{
		margin-right: unset;
	}
	
	.copyright{
		flex-direction: column;
	}
 
	.windows-list {
	    display: grid;
	    grid-template: repeat(1, 1fr) / repeat(1, 1fr);
	    gap: 24px;
	}

	.footer-col-2{
		flex-direction: column;
		align-items: center;
		gap: 24px;
		text-align: center;
	}

	.cta-box{
		padding: 48px 0;
	}

	
}
 





 @media only screen and (min-width: 200px) and (max-width: 1620px)  { 
 
}
