/*
Theme Name: Szkoła Jazdy Drift Wrocław
Theme URI: http://inford.eu
Author: inford.eu
Author URI: http://inford.eu
Description: Template for Szkoła Jazdy Drift Wrocław
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neteo
Tags: INFORD
*/


:root {
 /*--main1: #F7941D; */ 
 --main1: #13afeb; 
 --main2: #232323;
 --footer-main: #063264;
}

html {
 margin:0!important;
 margin-top:0!important;
 padding: 0; 
}

body {
 margin: 0;
 padding:0;
 background-color: #fff; 
 background-size: cover;
 background-position: top;
 background-attachment: fixed;
 width:100%; 
 color:#070001;
 font-weight:400;
 font-size: 15px;
 line-height:1.7;
 font-family: 'Montserrat', sans-serif; 
 animation-name: fadeIn;
 animation-duration: 1.5s;
 
}

    @keyframes fadeIn {
      0%	  { opacity: 0;}	 
	  100% { opacity: 1;}
	}

body.no-scroll {
 overflow-y: hidden;	
}

.mobile {
 display: none;	
}

.menu-button {
 position: absolute;
 right: 10px;
 top:14px;
}

a {
 color: var(--logocolor);	
 transition: all .3s ease; 
 text-decoration: none;
}

a:hover {
 color: var(--main2);
 text-decoration: none; 
}

h1 {
 color: var( --main2 );
 font-weight: 600; 
 font-family: 'Bebas Neue', sans-serif;
 font-family: 'Oswald', sans-serif;
 /* font-family: 'PT Sans Narrow', sans-serif;
font-family: 'Ubuntu', sans-serif; */
 font-family: 'Montserrat', sans-serif;
}

 h2, h3, h4, h5, h6 {
 color: #111;
 font-weight: 600;
 font-family: 'Bebas Neue', sans-serif;
 font-family: 'Oswald', sans-serif;
 /*font-family: 'PT Sans Narrow', sans-serif;
 font-family: 'Ubuntu', sans-serif; */
 font-family: 'Montserrat', sans-serif;
}

h1 {
 font-size:	26px;
}

h2 {
 font-size:	22px;
}

h3 {
 font-size:	19px;
 
}

h4 {
 font-size:	17px;
}

h5 {
 font-size:	16px;
}

h6 {
 font-size:	15px;
}

.relative {
 position: relative	
}

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

.fs-12 {
 font-size: 12px; 
}

.fs-13 {
 font-size: 13px; 
}

.text-orange {
 color: var(--main1);	
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.border-1 {
 border-size: 1px;	
}

.border-2 {
 border-size: 2px;	
}

.border-white {
 border-color: #fff;
} 

.container {
 max-width: 1260px;	
}

.container-fluid {
 max-width: 1920px;	
}

.card {
 border-radius: 0;	
}

.photo-about {
 border: 3px solid #fff;	
 overflow: hidden;
 border-radius: 50%;
}

.modal {
 z-index: 9999999;
 top: 5%; 
}

.modal .modal-content {
 border-radius: 0;	
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
  /*border-radius: 0!important;*/
}

.wp-block-image.is-style-rounded {
 /*border-radius: 0!important;*/
 overflow: hidden; 
}

.wp-block-image img {
 /*border-radius: 0rem;*/
 transition: all .3s ease;	
}

.wp-block-columns .wp-block-image:hover img {
 transform: scale(1.05);	
} 

.wp-block-button__link {
 background-color: var(--main1);
 color: #fff;
 transition: all .3s ease;
}

.wp-block-button__link:hover {
  background-color: var(--main2)!important;
}


.btn {
 background-color: var(--main1);
 color: #fff;
 border: none;
 border-radius: 0;
 transition: all .3s ease; 
}

.btn-primary {
 color: #fff;
 background: var(--main1);	
}

.btn-secondary {
 background: var(--logocolor);	
}

.btn:hover {
 background: var(--main1);
 color: #fff; 
 opacity: 0.8;
}

.wp-block-image.size-full {
 width: 100%;
 height: auto; 
}

.wp-block-separator {
 border-top: 0;	
 border-bottom: 1px solid rgba(0,0,0,.2);
}

#header {
 padding: 5px 10px;
 position: fixed;
 background: #fff;
 top:0;
 left: 0;
 right: 0;
 height: auto;
 width: 100%;
 color: #000;
 z-index: 9999999;  
 transition: all .3s ease;
 box-shadow: 0 0 8px rgba(0,0,0,.3); 
}

#header .col-md-4 {
 display: flex;
 align-items: center; 
}

.contact-header {
 color: #fff;
 font-size: 0.8rem;
}

.fixed-header .contact-header {
 display: none;	
}

.col-logo {
 display: flex;
 align-items: center;	
}

.logo {
 position: absolute;
 width: 0;
 height: 0;
 z-index: -10;
 visibility: hidden;
 transition: all .3s ease;
 
}

.logo-white {
 position: relative;
 max-height: 70px; 
 transition: all .3s ease;	
}


#header.fixed-header { 
 /*padding-bottom:2px;
 box-shadow: 0 0 8px rgba(0,0,0,.3); 
 z-index: 999999999;*/
 background: rgba(255,255,255,1);
}

.fixed-header .logo {
 /*position: relative;
 width: auto;
 height: 100%;
 opacity: 1;
 z-index:10;
 visibility: visible;
 max-height: 50px!important; 
 transition: all .3s ease;	 */
}

.fixed-header .logo-white {
 /*max-height: 0px!important; 
 z-index: -10;
 width: 0;
 height: 0;
 visibility: hidden;*/
}

#catmenu {
 opacity: 0;
 margin-bottom: 0px;
 z-index:101;	
 border: 0px solid;
 transition: all .3s ease;	
 display: flex;
 justify-content: flex-end;

}
	
.fixed-header #catmenu {
 margin-top:0;	
}
	
#catmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#catmenu li {
 position: relative!important;
 float:left;
 margin: 0px;
 padding: 0px;
}

#catmenu li a, #catmenu li a:link, #catmenu li a:visited {
	display: inline-block;	
	font-size:14px;	
	font-weight: 400;
	padding: 8px 12px 8px 12px;
	color: rgba(0,0,0,1);
	transition: all .3s ease;
	text-transform: uppercase;
}

#catmenu li.home-top-menu { 
 padding-top: 15px;
}

#catmenu li.home-top-menu a { 
 padding-right: 10px;
}

#catmenu .top-booking a {
 background: var(--main1);
 color: #fff!important; 
}


.fixed-header #catmenu li a, .fixed-header #catmenu li a:link , .fixed-header #catmenu li a:visited {
  padding: 6px 11px 6px 11px;

}

.fixed-header #catmenu li a {
 color: #111;
}


.fixed-header #catmenu li a:hover {

}

.fixed-header #catmenu li a:hover:before {
	
}

#catmenu li a:hover, #catmenu li a:active {	

}

#catmenu li a:before {
 opacity: 0;
 position: absolute;
 top: 5px; 
 width: 1%;
 transition: all .3s ease;
}

#catmenu li a:hover {
 color: var(--main1); 
}

 
#catmenu li.menu-book a {
 background: var(--main1);
 color: #fff;
 border-radius: 0; 
} 
 
#catmenu li:last-child a:hover:before {
 /*left: calc(50% + 9px); 
 width: calc(100% - 18px);	*/
}
 
#catmenu li ul li a:before {
 display: none;	
}

.home .current-menu-item a {
 background: transparent;
 color: #fff; 
}

#catmenu li.current-menu-item a {
 /*color: #085474;
 border-bottom:1px solid #085474;*/	
}

.current-menu-ancestor {
 border-bottom:0!important;
}


#catmenu li:last-child a {
 margin-right:0;
 
}

	
#catmenu li li a, #catmenu li li a:link, #catmenu li li a:visited {
	width: 100%;
	float:none;
	margin: 0px;
	color: #000;
	font-size:14px;
	line-height: 1.3;
	padding: 6px 12px 6px 12px;
	text-align: left;
}
	
#catmenu li li a:hover, #catmenu li li a:active,
.fixed-header #catmenu li li a:hover {
}


#catmenu li ul {
 z-index: 9999;
 position: absolute;
 left: -999em;
 background: #fff;
 min-width: 190px;
 margin: 0px;	
 padding:10px 5px;
 border-bottom: 5px solid var(--logocolor);
 box-shadow: 0 2px 5px rgba(0,0,0,.1);
 border-radius: 0;  
}



#catmenu li ul a { 

}

#catmenu li ul a:hover, #catmenu li ul a:active { 
 background: transparent!important;
 color: var(--logocolor);
}

/*
#catmenu li > li {  
 width: 100%;
 padding: 0 10px;
}*/
	

#catmenu .sub-menu > li {
 border: 0px solid #cc0000;	
 width: 100%;
 display: block;
}

#catmenu .sub-menu > li > a {
 color: #000!important; 
}

#catmenu li li li {
 border: 0px solid #00cc00!important;	
 width: 100%!important;
 display: block!important;
 float: none!important; 
}


#catmenu li li li.menu-section-element a {
 font-weight: 500!important;
 opacity: 0.3; 
 font-size: 12px;
}

#catmenu .sub-menu li li a {
 color: #000!important;	
 min-height: auto!important;
 font-size: 14px;
 font-weight: normal;
}



#catmenu li ul ul {
 position: relative; 
 border: 0px solid #003344;	
 box-shadow: none;
}

#catmenu li.menu-top-cart {
 position: relative;
}

#catmenu li.menu-top-cart:hover .cart-count {
 opacity: 0.8; 
}

#catmenu li.menu-top-cart a {
 color: var(--logocolor);
 position: relative; 
 font-size: 16px;
 padding-left: 5px;
 padding-right: 5px;
}

.fixed-header #catmenu li.menu-top-cart a {
 color: var(--logocolor);
 position: relative; 
 font-size: 16px;
 padding-left: 5px;
 padding-right: 5px;
}


#catmenu li.menu-top-cart a:hover {
 background: none;	
}

#catmenu li.menu-top-cart .cart-count {
 background: #a4d460;
 color: #fff;
 width: 16px;
 height: 16px;
 font-size: 9px;
 border-radius: 50%;
 text-align: center;
 position: absolute;
 top: 3px;
 right:-9px;  
}

#catmenu li.menu-top-cart .top-cart-total {
 font-size: 0.8rem;
 margin-left: 5px;
 display: inline-block; 
}



/*
#catmenu li ul ul {
	margin: -31px 0 0 170px;
	}

#catmenu li:hover ul ul, #catmenu li:hover ul ul ul, 
#catmenu li.sfhover ul ul, #catmenu li.sfhover ul ul ul {
	left: -999em;
	}
*/	

#catmenu li:hover ul, #catmenu li li:hover ul, 
#catmenu li li li:hover ul, #catmenu li.sfhover ul, 
#catmenu li li.sfhover ul, #catmenu li li li.sfhover ul {
 left: 0;
}

#catmenu li:hover, #catmenu li.sfhover { 
 position: static;
}



.top-menu-social  {
 color: #000;
 cursor: pointer; 
 margin-left: 5px!important; 
 display: flex;
 align-items: center;
}

.top-menu-social a {
 width: 30px;
 height: 30px;
 display: inline-block; 
 color: #fff;
 line-height:1;
 text-align: center;
 padding: 7px 0 2px 0!important;
 border-radius: 50%;
}

.fixed-header .top-menu-social a {
 background: #000;	
}

#catmenu li.top-menu-social a:hover:before {
 display: none!important; 
}

.top-menu-social a i {
 color: #fff;	
}

.fixed-header #catmenu .top-menu-search {

}


.container.container-header {
 padding-top: 10px;
 padding-bottom: 10px; 
 max-width: 1300px; 
}

.container.container-header .row {
 align-items: center;	
}

#top-search-container {
 display: none;
 transiton: all .3s ease; 
 background: rgba(255,255,255,0.9);
 position: fixed;
 top:0;
 left:0;
 right: 0;
 bottom: 0; 
 text-align: center;
 padding: 40px; 
 z-index:9999999;
}

	#top-search-container .layer-close {
	 position: absolute;
	 right: 40px;
	 top: 10px;
	 font-size: 40px;
	 font-weight: 600;
	 cursor: pointer;  
	}

	#searchform {
     position: absolute;
     width: 100%;
	 max-width: 800px;
	 top: 50%;
     left: 50%;
     transform: translate(-50%, -50%)!important;
	 -ms-transform: translate(-50%, -50%)!important;	 
	 -webkit-transform: translate(-50%, -50%)!important;
	 -moz-transform: translate(-50%, -50%)!important;
	 -o-transform: translate(-50%,-50%)!important;	
	 border: 0px solid #cc0000;
	}
	
	#s {
     width: 100%;
	 height: 50px;
	 padding: 10px 50px 10px 10px;
	 line-height: 1;	 
	}
	
	#searchsubmit {
     position: absolute;
     right: 0;
	 top:0;
	 border:none;
     background: #395173;
	 color: #fff;
	 font-size: 27px;
	 line-height: 1;
	 display: inline-block;
	 height: 50px;
	 width: 50px;
     text-align: center;
     transition: all .3s ease;
     cursor: pointer;	 
	}
	
	#searchsubmit:hover {
	 opacity: .8;	
	}


#home-top {
 margin-top: 100px;
 color: #fff;
}

#home-top h1 {
 color: #fff;
 font-weight: 900; 
 font-size: 40px;
}

#home-top ul {
 list-style: none;
 margin: 0 0 15px 0;
 padding: 0; 
}

#home-slider {
 position: relative;
 width :100%;
 overflow: hidden; 
}

#home-slider,
#home-slider .carousel,
#home-slider .carousel-item {
 height: 80vh;	
}


#home-slider img {
 animation-name: topSliderDesktop;
 animation-duration: 10s;
 animation-iteration-count: 1;
 animation-fill-mode: forwards;
}

	@keyframes topSliderDesktop {
		
		0%   { transform: scale(1);	}
		100% { transform: scale(1.1);}
	}
	
	
#home-slider .top-bg-container {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 height: 90px;
 z-index:999;
 opacity: 1;
}

.top-bg-container img {
 width: 100%;
 height: auto; 
}
 

#home-slider .carousel-caption {
 position: absolute;
 top: 50%;
 left: 50%;
 bottom: auto;
 right: auto;
 width: 100%;
 max-width: 1260px;
 transform: translate(-50%,-50%);
 padding: 0px;
 color: #fff;
 text-align: left;
}

/*#home-slider .carousel-caption:before {
 content: "";
 position: absolute;
 left: 0px;
 top: 0px;
 width: 110px;
 height: 5px;
 background: #ff6000; 
}*/


#home-slider .carousel-item h2 {
 font-size: 35px;
 font-weight: 300;
 color: #fff; 
}

#home-slider .carousel-item h3 {
 color: #fff;	
}

#home-slider .btn-slide-more {
 padding: 12px 20px;
 line-height:1;
 background: var(--main2);
 color: #fff;
 font-size: 14px; 
 border-radius: 0;
 margin-right: 10px;
}

#home-slider .btn-slide-more-2 {
 padding: 12px 20px;
 line-height:1;
 background: var(--main1);
 color: #fff;
 font-size: 14px; 
 border-radius: 0;
}

#home-slider .btn-slide-more:hover,
#home-slider .btn-slide-more-2:hover {
 opacity: 0.8;
 color: #fff; 
} 

#home-slider .carousel-control-next,
#home-slider .carousel-control-prev {
 z-index: 99999;
 height: 30px;
 top: 50%;
 width: 50px; 
}

.page-top-background {
 display: none;
 position: absolute;
 bottom: -3px; 
 z-index: 99;
}

.page-top-background-2 {
 display: none;
 position: absolute;
 bottom: 26px; 
 z-index: 89;
}


.std-section {
 position: relative;
 padding: 80px 0px;	
 overflow: hidden;
}

.no-padding-section {
 position: relative;
 padding: 0;	
}

.p-10 {
 padding-left: 5%;
 padding-right: 5%; 
}

.list-style-none {
 list-style: none;
 margin: 0;
 padding: 0; 
}


#slider-layer {
 position: absolute;
 bottom: 0;
 right: 0;
 width: 100%;
 opacity: 0.5;
 z-index:99;
}

#about {
 background: #f3f3f3; 
}


.wp-block-columns.home-cols {
 margin-bottom: 0!important;
 gap: 0!important; 
}

.wp-block-columns.home-cols .wp-block-image {
 margin-bottom: 0!important;	
}

.home-cols {
}



.wp-block-columns.home-cols .wp-block-separator {
 border-bottom: 1px solid var(--main3);	
 max-width: 200px;
 width: 90%;
 margin: 1rem auto;
 opacity: 1;
}




#welcome {
 padding-top: 20px!important;
 padding-top: 50px!important; 
}

#welcome h2 {
 position: relative;
 margin-bottom: 55px;
 color: var(--blue);
}



#welcome .wp-block-button__link {
 color: #fff;
 font-size: 13px;
 border-radius: 0;
}


.why-us h4 {
 min-height: 50px;	
}

.container-full {
 position: relative;	
 padding-top: 60px;
 padding-bottom: 60px; 
}

.container-full:before {
 content: " "; 
 position: absolute;
 top: 0; 
 left: -50vw;
 right: -50vw; 
 bottom: 0;
 z-index:-1;	 
}

.bg-gray,
.container-full.bg-gray:before {
 background: #f3f3f3;	
}

.bg-dark-gray,
.container-full.bg-dark-gray:before {
 background: #232323;	
}

.ico-wrapper {
 display: block;
 width: 70px;
 height: 70px;
 border-radius: 50%;
 text-align: center;
 line-height: 80px;
 font-size: 40px;
 margin-bottom: 20px;
 background: var(--main1);
 color: #fff;
 transition: all .3s ease;
}


.section-title {
 position: relative;
 margin-bottom: 40px;
}

.section-title-center {
 text-align: center;
 position: relative;
 margin-bottom: 70px;
}


.section-title:after {
 content: "";
 position: absolute;
 display: block;
 width: 60px;
 height: 1px;
 border-top: 1px solid var( --main1 );
 bottom: -15px;
 left: 0; 
}

.section-title-center:after {
 content: "";
 position: absolute;
 display: block;
 width: 60px;
 height: 1px;
 border-top: 1px solid var( --main1 );
 bottom: -15px;
 left: 50%; 
 transform: translateX(-50%);
}


.section-title.section-title-white:after,
.section-title-center.section-title-white:after{
 border-top: 2px solid #fff;	 	
}

.section-title.section-title-gold:after,
.section-title-center.section-title-gold:after{
 border-top: 2px solid var(--main1);	 	
}

.site-href {
 position: absolute;
 top: -74px; 
}

.no-padding {
 padding-left: 0;
 padding-right: 0; 
}

/*
.read-more {
 font-size: 14px;
 line-height: 1;
 color: #fff;
 background: var(--blue);
 display: inline-block;
 padding: 7px 15px; 
}

.read-more:hover, 
#home-offer .read-more:hover {
 background: var(--main1);
 color: #000; 
}
*/

.breadcrumb {
 background: #fff;
 font-size:0.7rem;
 padding: 0;
 margin-bottom: 30px; 
 opacity: 0.6; 
}

.breadcrumb .fa-angle-double-right {
 margin-top: 5px;
 padding-left: 8px;
 padding-right: 8px; 
}

.single-content {
 padding-top: 30px; 	
}

.single-thumb {
 margin-bottom: 30px;	
}

#tags:before {
 content: "Tagi";
 display: block;
 position: absolute;
 top: -31px;
 left:0;
}


#tags {
 position:relative;
 margin-top: 50px;
 border-top:1px solid #eee;
 padding-top: 10px; 
 margin-bottom: 40px;
}

#tags a {
 display: inline-block;
 margin: 4px; 
 padding: 4px 9px;
 font-size: 0.8rem;
 font-weight: 400;
 background: #00398A;
 color: #fff;
 transition: all .3s ease;
}

#tags a:hover {
 opacity: 0.7;
 color: #fff; 
}


#offer-table {
 border: 0px solid #cc0000;	
 margin-bottom: 90px;
}


#offer-table .col-md-3:first-child .wrapper {
 margin-top: -25px;
 height: calc(100% + 50px) !important;
}

#offer-table .col-header  {
 padding: 20px 15px; 
 border-bottom: 1px solid rgba(255,255,255,.5);
}

#offer-table .wrapper {
 background: #f9f9f9; 
 border: 1px solid #fff; 
 transtion: all .3s ease;
}

#offer-table .wrapper:hover { 
 opacity: 0.9; 
}

#offer-table .col-header h3 {
 font-size: 22px;
 font-weight: 300;
 color: #fff; 
 margin-bottom: 0;
}

#offer-table .col-price {
 font-size: 35px;
 color: #fff;	
 padding-bottom: 15px;
 opacity: 0.8;
 min-height: 98px;
}

#offer-table .col-price span {
 font-size: 60%;	
}

#offer-table .col-desc {
 padding: 20px 15px;
 background: #f9f9f9; 
}

#offer-table ul {
 list-style: none;
 margin: 0;
 padding: 0; 
}

.archive-content {
 padding-top: 30px; 	
}

.archive-content .row-post  {
 margin-bottom: 50px;
 padding-bottom: 50px; 
 border-bottom: 1px solid #eee; 
}


.archive-content .row-post .wrapper {
 position: relative;
 overflow: hidden;
 border-radius: 0; 
}

.archive-content .row-post img {
 transition: all .3s ease;
}

.archive-content .row-post .wrapper:hover img {
 transform: scale(1.05); 
}

.archive-content .row-post h3 {
 margin-bottom:5px;
 font-weight: 500;
}

.archive-content .read-more {
 position: absolute;
 bottom: -6px;
 right: 15px;
 background: var(--main1);
 color: #000; 
 font-weight: 300; 
 font-size: 13px;
}

.archive-content .read-more:hover {
 background: var(--blue);
 color: #fff; 
}


.navigation {
 margin-bottom: 30px;	
}

.wp-pagenavi a, .wp-pagenavi span {
 padding: 6px 10px;	
}

.top-bg-container {
 position: absolute;	
}



#home-attractions {
 background: #f3f3f3;	
}

#home-newsroom {
 
}

#home-newsroom .img-wrapper,
#home-attractions .img-wrapper {
 position: relative;
 overflow: hidden;
 transition: all .3s ease;
 border-radius: 0;
}

#home-newsroom .img-wrapper a,
#home-attractions .img-wrapper a {
 display: block;	
}

#home-newsroom .img-wrapper img,
#home-attractions .img-wrapper img {
 transition: all .3s ease;
  
}

#home-newsroom .img-wrapper:hover img,
#home-attractions .img-wrapper:hover img {
 transform: scale(1.1);	
}


.row-counter {
	
}


.row-counter .col-counter {
 text-align: center;
 border:0px solid #cc0000; 
 position: relative; 
 padding-bottom: 60px; 
}

.row-counter .counter-desc {
 margin-bottom: 10px;
 min-height: 45px; 
 font-size: 13px;
 line-height: 1.4;
 width: 90%;
 text-align: center;
 padding-left: 15px;
 padding-right: 15px; 
 position: absolute;
 bottom: 20px; 
 transform: translateY(100%);
}

.row-counter .counter {
 font-size: 40px;
 font-weight: 500;
 color: var(--blue);
 text-align: center;
 margin: auto;
 width: 170px;
 height: 170px; 
 border-radius: 50%;
 border: 3px solid #fff;
 line-height: 156px;
}

.row-counter .count-bottom-desc {
 position: absolute;
 bottom: 40px;
 left: 50%;
 transform: translateX(-50%);
 font-size: 80%;
}


/*----------------------blog -----------------------*/

#page-blog-section {
 	
}


/*---------------------------sidebar -----------------------------*/

#sidebar {
 padding-top: 5px;	
}

#sidebar .row-more-post {
 border-bottom: 1px solid #f3f3f3;
 padding-bottom: 6px;
 margin-bottom: 6px;
 align-items: center; 
}

#sidebar .row-more-post .sidebar-post-thumbnail {
 border: 1px solid #f3f3f3;	
}

#sidebar .menu-title {
 margin-bottom: 10px;	
}

#sidebar ul.nav-left {
 margin: 0;
 padding:0;
 list-style: none;	
}

#sidebar ul.nav-left li {
 display: block;
}

#sidebar ul.nav-left li a {
 display: block;
 border-bottom: 1px solid #f3f3f3;
 padding: 6px 1px 6px 1px;
 color: #333;
 transition: all .3s ease;
}

#sidebar ul.nav-left li a:before {
 content: "\f105";
 display: inline-block; 
 margin-right: 8px;
 font-family: FontAwesome;
 color: #00398A;
}

#sidebar ul.nav-left li a:hover {
 padding: 6px 1px 6px 10px;	
}

.sidebar-container {
 background: #f3f3f3;
 padding: 15px 10px;
 margin-bottom: 30px; 
}

.sidebar-contact {
 margin-top: 30px;
 margin-bottom: 60px;
 background: var(--main1);
 color: #fff; 
 border-radius: 0;
 padding: 15px 10px;
}

.sidebar-contact * {
 color: #fff;	
}


.sidebar-contact h4 {
 font-weight: 400;	
}



#home-contact {
 overflow: hidden;
}

#home-contact .container-contact {
 position: relative;
 z-index: 9999; 
}



#home-contact h2 {
 text-align: center;
 margin-bottom: 10px; 
}

#home-contact h4 {
 text-align: center;
 margin-bottom: 30px; 
 font-weight: 300;

}

#home-contact .col-home-contact-data {
 padding-right: 0;	
}

#home-contact .col-home-contact-data h2 {
 text-align: left; 	
 margin-bottom: 30px;
}

.col-home-contact-data .wrapper {
 position: relative;
 background: #ffcd02;
 color: #fff;
 padding: 40px 30px;
 height: 100%; 
 display: flex;
 flex-wrap: wrap;
 align-items: center;
}
.col-home-contact-data .wrapper .desc {
 position: relative;
 z-index: 99;
 color: #000; 
}



.col-home-contact-data .wrapper:before {
 content: "";
 position: absolute; 
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-image: url(images/hero-img.jpg);
 background-size: cover;
 opacity: 0.1; 
}

.col-home-contat-form {
 padding: 30px 20px; 
}

#contact-form {
 /*max-width: 800px;*/
 width: 100%;
 margin: auto; 
}

#contact-form .form-control {
 font-size:14px;	
}

#contact-form INPUT[type=text],
#contact-form INPUT[type=email] {
 width: 100%;
 height: 50px;
 padding: 8px 15px; 
 border: 1px solid rgba(0,0,0,.2);
 color: #666;
 font-size:14px;
 border-radius: 0;
 margin-bottom: 15px;
}

#contact-form SELECT,
#contact-form INPUT[type=DATE] {
 width: 100%;
 height: 50px;
 padding: 8px 15px; 
 border: 1px solid rgba(0,0,0,.2);
 color: #666;
 font-size:14px;
 border-radius: 0;
 margin-bottom: 15px; 
}

#contact-form textarea {
 width: 100%;
 height: 180px;	
 padding: 8px 15px;
 border: 1px solid rgba(0,0,0,.2);
 color: #444;
 font-size:14px;
 border-radius: 0;
 margin-bottom: 15px;
}

#contact-form INPUT:focus, #contact-form textarea:focus {
 border: 1px solid var( --main1 );
}

.accept-text {
 font-size: 12px;
 text-align: justify;
 line-height: 1.2; 
}

.wpcf7-quiz-label {
 display: block;
 margin-bottom: 5px; 
}

#contact-form span.wpcf7-list-item {
 display: inline-block;
 margin: 0 10px 0 0;
 float: left;
}

.verify {
 margin-top:18px;	
 font-size: 12px;
 line-height: 1.2; 
}

#contact-form .wpcf7-submit:disabled {
 opacity: 0.7;
 background: var(--main1);	
}

#contact-form .wpcf7-submit {
 /*width: 100%;
 height: 50px; 
 background: var(--logocolor); 	
 color: #fff;
 cursor: pointer;
 border: none;
 font-size: 14px;
 border-radius: 35px;
 transition: all .3s ease;*/
 padding: 8px 20px;
 margin-top: 19px; 
 border-radius: 0;
}

#contact-form .wpcf7-submit:hover {
 background: var(--main2);
 color: #fff;
 opacity: 1;
}


.wpcf7 form.sent .wpcf7-response-output {
 border-color: var(--main1);
 background: var(--main1);
 color: #000;
 padding: 15px; 
}

#home-contact .col-home-contat-map iframe {
 border-radius: 0;	
}



.counters .col-counter {
 text-align: center;
 border:0px solid #cc0000; 
 position: relative; 
}

.counters .counter-desc {
 margin-bottom: 10px;
 min-height: 45px; 
}

.counters .counter {
 font-size: 30px;
 font-weight: 500;
 color: var(--blue);
 text-align: center;
 margin: auto;
 margin-bottom: 12px;
 width: 170px;
 height: 170px;  
 border-radius: 50%;
 border: 4px solid var(--main1);
 line-height: 156px;
}

.counters .count-bottom-desc {
 position: absolute;
 bottom: 40px;
 left: 50%;
 transform: translateX(-50%);
 font-size: 80%;
}



/*------------------ page ---------------------*/

.page-top {
 position: relative;	
 margin-bottom: 0px;
 background: #000; 
 min-height: 50px;
}

.page-top .page-top-img {
 width: 100%;
 height: auto; 
}

.page-top .block-social {
 position: absolute;
 right: 20px;
 bottom: 20px;  
}

.page-content {
 padding-top: 50px;	
 padding-bottom: 30px; 	
}

.page-full-container-content {
 padding-bottom:0!important;	
}

.page-content .fas {
 color: var(--main1);
 width: 20px; 
}


.page-contact-content {
 padding-bottom: 0px; 	 	
}

.page-content-full-width .container-fluid {
 padding-left: 0;
 padding-right: 0; 
}

.page-content-full-width .page-content {
 padding-bottom: 0;
}

.page-content-full-width .wp-block-columns {
 margin-bottom:0;	
}

.page-content-full-width .wp-block-image {
 margin-bottom:0;	
}

.page-content-full-width .wp-block-column:not(:first-child) {
 margin-left: 0;
}

.page-content-full-width .offer-cols .wp-block-column.col-wp-2 {
 max-width: 50%!important;	
}

.page-content-full-width .col-padding {
 padding: 30px;
}

.wp-block-group.has-background {
 padding: 4%;	
}

.page-title {
 color: var( --main1 );
 position: relative;
 margin-bottom: 60px;
}

.page-title:after {
 content: "";
 position: absolute;
 bottom: -7px;
 left: 0;
 width: 100%;
 height: 1px;
 border-top:1px solid #d5d5d5;  
}

.page-title:before {
 content: "";
 position: absolute;
 bottom: -9px;
 left: 0;
 width: 80px;
 height: 1px;
 border-top:3px solid var(--logocolor); 
 z-index:9999; 
}


.page-title.text-center:before {
 left: 50%;
 width: 80px;
 height: 1px;
 transform: translateX(-50%);
 border-top:3px solid var(--logocolor); 
 z-index:9999; 
}

.offer-form {
 padding: 25px 20px;
 background: rgba(23,147,71,.2);	
}


iframe {
 max-width: 100%!important;	
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 25px;
 height: 0;	
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%	
}


.map {
 margin-bottom: -8px;	
}


/*-------------------------search---------------------------*/

.search-content .row-search {
 margin-bottom: 30px;	
}

.search-content .product-thumb {
 width: 100%;
 transition: all .3s ease; 
 border:1px solid #f3f3f3;
}



footer {
 position: relative;	
 background: var(--footer-main);
 color: #fff; 
 padding: 0 15px 0 15px; 
 font-size: 0.92rem;
}

footer h3,
footer h4,
footer h5,
footer a {
 color: #eee;	
}

footer h3 {
 margin-bottom: 20px;	
 font-size: 23px;
}

footer h5 {
 font-size: 18px;
}


.footer-logo-container {
 display: flex;
 justify-content: space-between;
 align-items: flex-start;	
}

.logo-footer {
 max-width: 160px!important;
 height: auto; 
 width: 90%;
 margin-bottom: 20px;
}

.widget-continer-f1 img {
 max-width: 250px !important;
 margin-top: 80px;
 opacity: 1;
}

footer .col-md-2,
footer .col-md-3,
footer .col-md-4 {
 /*border-right: 1px solid rgba(255,255,255,.1);	*/
}

.footer-col-4 {
 
}

footer .col-md-3:last-child {
 border: none;	
}

footer .fa,
footer .fas, 
footer i {
 color: var(--footer-main);
}

footer ul {
 list-style: none;
 margin: 0 0 20px 0;
 padding:0; 
}

footer ul a {
 display: block;
 font-size: 14px;
 padding: 4px 4px 4px 4px; 
 border-bottom: 1px solid rgba(255,255,255,.2); 
 color: #fff;
}

footer ul a:hover {
 color: #fff; 	
 padding: 4px 2px 4px 10px;  
}

#block-social .soc-ico {
 margin-top: 20px;
 display: inline-block;
 width: 36px;
 height: 36px;
 border-radius: 50%;
 text-align: center;
 background: var(--footer-main);
 color: #000;
 line-height: 36px;
 font-size: 17px; 
 margin-right: 8px; 
 transition: all .3s ease;
}

#block-social .soc-ico i {
 color: #000!important;	
}

#block-social .soc-ico:hover {
 background: var(--main1); 
}


#footer-newsletter .newsletter-input-wrapper {
 position: relative;
 border:0px solid #000;
 width: 100%; 
 height: 40px;
 padding: 0;
 margin-bottom: 8px;
}

#footer-newsletter p {
 margin: 0;
 padding: 0; 
}

#footer-newsletter .wpcf7-form-control-wrap {
 position: unset!important;	
}

#footer-newsletter INPUT[type=email] {
 position: absolute;
 top: 0;
 left: 0;
 width: 99.98%!important;
 height: 100%!important; 
 border-radius: 50px; 
 border: none;
 padding-left: 8px;
 padding-right: 20%; 
}

#footer-newsletter INPUT[type=submit] {
 position: absolute;
 right: 0;
 top: 0;
 min-width: 20%;
 height: 100%; 
 border-radius: 50px;  
 border: none;
 background: var(--main1);
 color: #fff;
 padding-left: 15px;
 padding-right: 15px;
 font-size: 13px;
}

#footer-newsletter .accept-text {
 display: flex;	
}

#footer-newsletter .wpcf7-list-item {
 margin: 0;	
}

.wpcf7-spinner {
 position: absolute;	
}


#copyright {
 font-size: 0.8rem;
 color: #fff; 
 background: #010101;
 padding: 25px 0;
}

#copyright a {
 color: #inherit;
 color: #fff;
 opacity: 0.6; 
}

.col-performance {
 text-align: right;	
}


.btn-top {
 position: fixed;
 display: block;
 opacity: 0;
 width: 36px;
 height: 36px;
 text-align: center;
 font-size: 25px;
 line-height: 38px;
 border-radius: 0;
 background: var(--main1);
 right: -60px;
 bottom: 40px;
 transition: all .3s ease;
 color: #fff;
}

.btn-top:hover {
 opacity: 0.8;

}

.btn-top-show {
 display: block;
 opacity: 0.9;
 z-index: 9999; 
 right: 20px;
 bottom: 45px;  
}


#cookie_info {
 width:90%;
 background: #f3f3f3;
 display: flex;
 flex-wrap: nowrap;
 justify-content: space-around;
 padding:35px 20px 25px 20px;
 font-size:14px;
 line-height: 1.4;
 position: fixed;
 bottom:30px;
 left:5%;
 color: #222;
 border-radius: 0; 
 box-shadow: 0px 0 30px rgba(1, 41, 112, 0.2);
 z-index:-1;
 opacity: 0;
 animation-name: cookieShow; 
 animation-duration: .5s;
 animation-delay: 2s;
 animation-fill-mode: forwards;  
}

@keyframes cookieShow {
 0%   { z-index: -1; opacity: 0; }	
 100% { z-index: 999999999; opacity: 1;}
}

#cookie_info .fa-cookie-bite {
 font-size: 100px;
 color: var(--logocolor); 
 margin-right: 35px;
}

#cookie_info a {
 color: inherit;
}

#cookie_close {
 font-size:14px;
 font-weight: bold;
 cursor: pointer;
 padding: 12px 30px;
 background: var(--main1);
 border-radius: 0;
 color: #fff;
 display: inline-block;
}

.icons-cookies {
 max-width: 40px;
 height: auto; 
 float: left;
 margin-right: 20px;
}



@media all and (max-width:1250px) {
  
  #our-services .col-offer .wrapper {
   background-size: auto 110%;
  }
  
  #our-services .col-offer .wrapper:hover {
   background-size: auto 125%;
  }

  
} /* media 1250 */	


@media (max-width:1100px) and ( orientation:landscape ) {
 
 .logo {
  max-height: 60px !important;
  width: auto !important;
 }	 
 
 
 #home-slider .slide img {
  height: auto!important;	 
  width: 100%!important; 
  max-width: 100%!important;
  position: relative;  
  animation: none;
  left: 0!important;  
 } 
 
 .hero-content h5 {
  display: none;	 
 } 
 
} /* media */

@media all and (max-width:768px) {
 
 .desktop { 
  display: none;
 }

	
 #catmenu {
  display: none;		
 }	
 
 #header {
  position: relative;
  top: 0;
  border-radius: 0; 
  padding: 0;  
  background: #f3f3f3; 
 }
 
 .page #header {
  position: relative;	 
 }
 
 .contact-item:first-child,
 .contact-item:nth-child(3) {
  display: none;	 
 }
 

 .page-top-background {
  bottom: -43px;	 
 }
 
 .page-top-background-2 {
  bottom: -31px;	 
 }
 
 
 #header .col-md-4 {
  display: block;	 
 }
 
 
 
 #header .col-logo {
  justify-content: space-between; 
 }
  
  #header .logo-link {
   flex-basis: auto; 
   position: relative;
   z-index: 9999;   
  }
 
   
  #header .logo-white {
   width: auto;   
   max-width: 100%; 
   max-height: 40px;
   height: auto;
  } 
 
  #mobile-menu {   
   transition: all .3s ease;
   position: fixed;
   top: 0;
   right: -200vw;
   width: 100%;
   padding-top: 100px;
   padding-left: 15px;
   height: 100vh;
   overflow-y: scroll;
   background: #000; 
  }
  
  #mobile-menu.menu-show {
   top: 0;
   right: 0;
   width: 100%;
   padding-top: 100px;   
  }
  
  #mobile-menu.menu-show:before {
   content: "";
   width: 100%;
   height: 78px;
   background: #000;
   position: fixed;
   top: 0;
   z-index:9;
  }
  
		.menu-button {
		 display: block;	 
		 position: relative;
		 top: 0;
		 right: 0;
		 cursor: pointer;		
		 width: 40px;
		 height: 40px;
		 border-radius: 50%;
		 background: transparent;
		 color: #000;
		 text-align: center;
		 font-size: 30px;
		 line-height: 40px;
		 z-index: 9999;
		 transition: all .4s ease;
		}
		
		.menu-button.menu-button-close {
		 transform: rotate(720deg);
		 color: #fff;
		}
	
		  
	  #mobile-menu ul {
	   display: block;
       list-style: none;
	   margin: 0;
	   padding: 0;	   
	  }
	  
	  #mobile-menu ul li a {
       display: block;
	   padding: 8px 10px;
	   line-height: 1.3;
	   font-size: 16px;
	   color: #fff;
	   border-bottom: 1px solid rgba(255,255,255,.1);
	  }
	  
	  #mobile-menu .top-menu-social {
       padding: 6px 4px		  
	  }

	  #mobile-menu ul li li a {
	   padding: 7px 10px 7px 20px;
	   font-size: 14px;
	  }	

	  #mobile-menu .mobile-menu-additional {
       color: #fff;		  
	  }	

	  #mobile-menu .mobile-menu-additional a i {
       margin-right: 7px;		  
	  }

 .site-href {
  position: absolute;
  top: 0px; 
 }
 
 #home-slider,
 #home-slider .carousel,
 #home-slider .carousel-item {  
  height: auto!important;	
 }

 #home-slider {
  margin-bottom: 0px;	 
 }
 
 #home-slider .carousel-indicators {
  display: none;	 
 }
 
 
 /*
 #welcome .wp-block-column {
  margin-bottom: 30px;	 
 }

 .home-columns.wp-block-columns {
  justify-content: space-between;	 
 }

 .home-columns.wp-block-columns .wp-block-column {
  flex-basis: 48%!important; 
  flex-grow: 0!important;  
 }
 
 .home-columns-abs .wp-block-column:not(:first-child) {
  margin-left: 0;
 }
 
 .home-columns.wp-block-columns h3 {
  font-size: 17px;
 }
 
 .home-columns-abs .wp-block-column::after {
  top: 0%;
 }
 

 #welcome .wp-block-column {
  margin-bottom: 60px;	 
 }
 */
 .std-section {
  padding: 60px 15px;	 
 } 
 
 
 
 .no-padding-section .wp-block-column {
 	 
 }
 
 .foto-l-cols .wp-block-column:first-child {
  order: 1  
 }

 .foto-l-cols .wp-block-column:last-child,
 .foto-r-cols .wp-block-column:first-child {
  padding-top: 60px;
  padding-bottom: 40px;  
 }
 
	
 #home-contact {
  text-align: center;
  padding-bottom: 1px!important;  
 }	
 	
	
 footer {
 text-align: center;
 }	

 .logo-footer {
  max-width: 200px;
  margin-bottom: 0px;  
 }
 
 .widget-continer-f1 img {
  margin-top: 10px;
  margin-bottom: 50px;  
 }
 
 
 footer .col-md-3 {
 border-right: none;	 
 }
 
 #block-social {
  margin-top: 10px;
  margin-bottom: 30px;  
 }

 #copyright,
 .col-performance.text-end {
  text-align: center!important; 
 }
 
 .col-performance {
  padding-top: 20px;
  padding-bottom: 6px;  
 }
 
 /*
	 .equal {
	 position: absolute;
	 left:0;
	 bottom: -322px;
	 opacity: 0;
	 height: 0;
	 width: 100%;
	 animation-name: equal;
	 animation-duration: 2s;
	 animation-delay: 1.5s;
	 animation-fill-mode: forwards!important; 
	 animation-timing-function: ease-out  
	}

	@keyframes equal {
		0%   {opacity: .3; height: 0; bottom: -322px }
		100% {opacity: .6; height: auto; bottom: -22px }	
	}
 */
 
 
	
} /* media */	



@media (min-width:576px){.progress-wrap.active-progress{opacity:1}}

.progress-wrap {
 position:fixed;
 right:1.5rem;bottom:50px;width:2.3rem;height:2.3rem;cursor:pointer;display:block;border-radius:100%;box-shadow:inset 0 0 0 .1rem rgba(128,130,134,.25);z-index:9999999;opacity:0;visibility:hidden;transform:translateY(.75rem);transition:all .2s linear,margin-right 0s}

@media (prefers-reduced-motion:reduce){.progress-wrap{transition:none}}

.progress-wrap.active-progress {
 visibility:visible;
 transform:translateY(0);
 opacity: 1;
}

.progress-wrap:after { 
 position:absolute;
 font-family:bootstrap-icons;
 content:"\f145";
 text-align:center;
 line-height:2.3rem;
 font-size:1.2rem;
 color: var(--logocolor);
 left:0;
 top:0;
 height:2.3rem;
 width:2.3rem;
 cursor:pointer;
 display:block;
 z-index:1;
 transition:all .2s linear;
}

@media (prefers-reduced-motion:reduce){.progress-wrap:after{transition:none}}.progress-wrap svg path{fill:none}

.progress-wrap svg.progress-circle path { 
 stroke:#3f78e0;
 stroke: var(--logocolor);
 stroke-width:4;
 box-sizing:border-box;
 transition:all .2s linear}

@media (prefers-reduced-motion:reduce){.progress-wrap svg.progress-circle path{transition:none}}

@media (min-width:576px){.progress-wrap.active-progress{opacity:1}}
