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

 Theme Name:   Divi Child Theme
 Description:  Child Theme Divi by latwastrona.com
 Author:       Latwastrona
 Author URI:   https://latwastrona.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/*@import url('https://fonts.cdnfonts.com/css/metropolis-2');*/

.main-section{
	max-width: 1360px;
	padding: 0 15px;
	margin: 0 auto;
}
.home_header{
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.header_main{
	display: flex;
	justify-content: space-between;
	padding: 13px 0 5px !important;
  background: white;
  align-items: center;
}
.header_main .logo img{
	width: 100%;
	height: auto;
	max-width: 180px;
}
.header_main .main_nav_style ul{
  justify-content: flex-end;
}
.header_main .main_nav_style ul li:first-child{
  margin-left: 0;
}
.header_main .menu_new_style li ul{
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border-left: 0;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.header_main .menu_new_style li ul li ul{
  transform: translateX(0%);
}
.header_main .menu_new_style li ul li a{
  font-weight: 600;
}
.header_main .menu_new_style li ul li a:hover{
  background: transparent;
  color: #b29069 !important;
}
.header_main .menu_new_style li ul li a:hover.submenu-has-sub-menu::after{
  filter: none !important;
}
.main_menu_left{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-top: 40px;
}
.main_menu_left li{
  margin-bottom: 7px !important;
  text-align: center;
  list-style: none;
}
.main_menu_left li a{
  margin-bottom: 0;
  padding: 5px 15px 8px !important;
  font-size: 16px;
  border: 1px solid transparent;
  color: #333333;
  transition: all .3s;
  position: relative;
  display: flex;
}
.main_menu_left li a:before,
.main_menu_left li a:after{
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  width: 0;
  background: #706357;
  transition: all .3s;
}
.main_menu_left li a:before{
  right: calc(100% + 10px);
}
.main_menu_left li a:after{
  left: calc(100% + 10px);
}
.main_menu_left li a:hover,
.main_menu_left li a:focus,
.main_menu_left li.active a{
  border-color: #706357;
  text-decoration: none;
  background: #706357;
  color: white;
}
.main_menu_left li a:hover:before,
.main_menu_left li a:hover:after,
.main_menu_left li a:focus:before,
.main_menu_left li a:focus:after{
  width: 15px;
}
.main_menu_left li.active a:before,
.main_menu_left li.active a:after{
  width: 15px;
}


.main_nav_container #main-menu{
	display: flex;
}
.main_nav_container #main-menu li{
	margin-left: 20px;
}

.hero-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 767px){
  .hero-slider{
    max-height: 540px;
  }
}
@media (max-width: 1023px){
	.hero-slider{
		margin-top: 75px;
	}
}

.hero-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-slider .swiper-slide:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.35);
}
.hero-slider .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  padding: 0 20px;
}

.hero-slider .slide-content.active {
  opacity: 1;
  pointer-events: auto;
}

.slide-title {
  font-size: 48px;
  color: #fff;
  margin: 0;
  transform: translateY(-50px);
  opacity: 0;
  transition: all 0.8s ease;
  text-transform: uppercase;
}

.hero-slider .slide-content.active .slide-title {
  transform: translateY(0);
  opacity: 1;
}

.slide-subtitle {
  font-size: 20px;
  color: #fff;
  margin: 0 0 25px 0;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.8s ease 0.2s;
}
@media (max-width: 767px){
	.slide-title{
		font-size: 28px;
	}
	.slide-subtitle {
  		font-size: 18px;
  	}
}
.hero-slider .slide-content.active .slide-subtitle {
  transform: translateY(0);
  opacity: 1;
}

.hero-slider .slide-button {
  display: inline-block;
  padding: 12px 30px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease 0.4s;
}

.hero-slider .slide-content.active .slide-button {
  opacity: 1;
  transform: translateY(0);
}
.name_klara{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 15px;
	font-size: 16px;
	color: white;
	z-index: 2;
	text-transform: uppercase;
}
@media (max-width: 1023px){
	.name_klara{
		top: 30px;
	}
}
  /* Swiper arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  width: 44px;
  height: 44px;
  border: 1px solid white;
}
.swiper-button-prev{
  left: 25px;
}
.swiper-button-next{
  right: 25px;
}
@media (max-width: 1023px){
	.swiper-button-next,
	.swiper-button-prev{
		top: 60%;
	}
	.swiper-button-prev{
	  left: 15px;
	}
	.swiper-button-next{
	  right: 15px;
	}
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 22px;
}
.hero-slider .swiper-pagination{
  bottom: 75px !important;
}
@media (max-width: 767px){
  .hero-slider .swiper-pagination{
    bottom: 25px !important;
  }
}
/* Swiper dots */
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #fff;
}

footer{
	position: relative;
	z-index: 0;
}
body.hidden_active{
	height: 100vh;
    overflow: hidden;
}
.header_mobile{
	display: none;
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: white;
    z-index: 3;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.header_mobile a{
	display: flex;
	text-decoration: none;
	transition: all .3s;
}
.header_mobile a:hover{
	opacity: .7;
}
.header_mobile img{
	height: 46px;
	width: auto;
}
@media (max-width: 1023px){
	.header_mobile{
		display: flex;
    	
	}
}
#menu_mobile_triger{
  top: 0;
  height: 100vh !important;
  overflow: scroll;
  flex-grow: 1;
  padding: 40px 0 !important;
  position: sticky;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023px){
  #menu_mobile_triger{
    border-right: 0;
    width: 100% !important;
    z-index: 3;
    position: fixed;
    top: 70px;
    height: calc(100vh - 70px) !important;
    left: 0;
    background: white !important;
    transform: translateX(-100%);
    transition: all .3s;
    opacity: 0;
  }
  #menu_mobile_triger.active{
  	opacity: 1;
  	transform: translateX(0);
  }
}

#burger-menu {
  cursor: pointer;
  height: 27px;
  width: 27px;
  overflow: visible;
  position: relative;
  z-index: 2;
}
#burger-menu span,
#burger-menu span:before,
#burger-menu span:after {
  background: #333333;
  display: block;
  height: 2px;
  opacity: 1;
  position: absolute;
  transition: 0.3s ease-in-out;
}
#burger-menu span:before,
#burger-menu span:after {
  content: "";
}
#burger-menu span:before {
  left: 0px;
  top: -10px;
  width: 27px;
}
#burger-menu span {
  right: 0px;
  top: 13px;
  width: 27px;
}
#burger-menu span:after {
  left: 0px;
  top: 10px;
  width: 27px;
}
#burger-menu.active span:before {
  top: 0px;
  transform: rotate(90deg);
  width: 27px;
}
#burger-menu.active span {
  transform: rotate(-45deg);
  top: 13px;
  width: 27px;
}
#burger-menu.active span:after {
  top: 0px;
  left: 0;
  transform: rotate(90deg);
  opacity: 0;
  width: 0;
}

.main_btn{
	border: 1px solid white;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 10px 25px;
  border-radius: 100px;
	color: white;
	transition: all .3s;
  background: #b29069;
}
.main_btn:hover{
	background: #323143;
	text-decoration: none;
}
.masonry-grid {
  column-count: 3;
  column-gap: 20px;
}

@media (max-width: 1024px) {
  .masonry-grid {
    column-count: 2;
  }
}

@media (max-width: 767px) {
  .masonry-grid {
    column-count: 2;
  }
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s;
  display: flex;
}

.masonry-item:hover {
  transform: translateY(-5px);
}

.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
}

.masonry-item .content {
  padding: 20px;
}

.masonry-item h3 {
  font-size: 18px;
  margin: 0;
}

.masonry-item p {
  margin: 10px 0 0;
  font-size: 16px;
  color: #666;
}


.project_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.project_gallery_masonry,
.project_content{
  width: 48%;
}
.project_content{
  margin-bottom: 30px;
}
.project_content__title{
  margin-top: 0;
}
.project_content__desc h3{
  color: #706357;
}
.project_gallery_masonry_show_mobile{
  display: none;
}

.project_gallery_masonry {
  column-count: 2;
  column-gap: 20px;
}

.project_gallery_masonry .masonry-item {
  break-inside: avoid;
  margin-bottom: 20px;
}

.project_gallery_masonry .masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
@media (max-width: 767px){
  .project_wrapper {
    padding: 15px;
    flex-direction: column;
  }
  .project_gallery_masonry,
  .project_content{
    width: 100%;
  }
  .project_gallery_masonry{
    display: none;
  }
  .project_gallery_masonry.project_gallery_masonry_show_mobile{
    display: block;
    column-count: 2 !important;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  .project_wrapper {
    padding: 20px;
  }
}
@media (min-width: 1024px){
  .project_wrapper {
    padding: 30px;
  } 
  .project_content{
    position: sticky;
    top: 50px;
  }
}
.project_content_item p{
  min-width: 30%;
  display: inline-flex;
}
.project_content_item{
  padding-top: 10px;
  border-bottom: 1px solid #ededed;
}
.project_content__rok{
  border-bottom: none; 
}
.project_content__cena{
  display: flex;
  font-size: 20px;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 20px;
}
.project_content__cena p{
  margin-right: 10px;
  margin-bottom: 3px;
}
.project_content__cena span.price{
  font-size: 30px;
}
.project_content__cena span.old_price{
  opacity: .4;
  text-decoration: line-through;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.project_content__status span{
  padding: 5px 12px;
  display: inline-flex;
  color: white;
  background: #706357;
  margin-bottom: 15px;
}
.form-trigger-wrapper {
  height: auto;
  transition: height 0.2s ease;
  overflow: hidden;
}

.projekt_form_triger{
  display: inline-flex;
  background: #333333;
  border: 1px solid #333333;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 0 25px;
  font-size: 16px;
  margin-top: 20px;
  transition: all .4s;
}
.projekt_form_triger:hover{
  cursor: pointer;
  background: white;
  color: #333333;
}
.projekt_form input[type="text"],
.projekt_form input[type="tel"],
.projekt_form input[type="email"]{
  width: 100%;
  height: 44px;
  padding: 0 15px;
  border: 1px solid #333333;
  font-weight: 400;
}
.zgloszenie_acceptence{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.zgloszenie_acceptence label{
  font-weight: 400;
  display: flex;
}
.zgloszenie_acceptence label input[type="checkbox"]{
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 10px !important;
  accent-color: #333333;
}
.zgloszenie_acceptence label a{
  color: #898989;
}
.zgloszenie_acceptence label a:hover{
  color: #333333;
}
.projekt_form{
  border: 1px solid #ededed;
  padding: 25px 25px 45px;
  margin-top: 35px;
}
.projekt_form h4{
  font-size: 24px;
}
.projekt_form p{
  margin-bottom: 0;
}
.projekt_form .screen-reader-response{
  display: none;
}


.breadcrumbs{
  position: relative;
  z-index: 2;
}
.breadcrumbs a{
  color: #333333;
}
.breadcrumbs .breadcrumb_last{
  opacity: .6;
}


.aktualnosci_blog .et_pb_ajax_pagination_container{
  display: flex;
  flex-wrap: wrap;
}
.aktualnosci_blog .et_pb_ajax_pagination_container article{
  width: 32%;
  margin-right: 1.5%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 25px;
}
.aktualnosci_blog .et_pb_ajax_pagination_container article:nth-child(3n){
  margin-right: 0;
}
@media (max-width: 767px){
  .aktualnosci_blog .et_pb_ajax_pagination_container article{
    margin-right: 0;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  .aktualnosci_blog .et_pb_ajax_pagination_container article{
    margin-right: 2%;
    width: 49%;
  }
  .aktualnosci_blog .et_pb_ajax_pagination_container article:nth-child(3n){
    margin-right: 2%;
  }
  .aktualnosci_blog .et_pb_ajax_pagination_container article:nth-child(2n){
    margin-right: 0;
  }
}

.aktualnosci_blog .post-meta{
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255,255,255,.55);
  height: 30px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.aktualnosci_blog .entry-featured-image-url{
  height: 370px;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 0;
}
.aktualnosci_blog .entry-featured-image-url img{
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.aktualnosci_blog .entry-title{
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  transform: translateY(0%);
  transition: all .3s;
}
.aktualnosci_blog .entry-title a{
  padding: 15px;
  background: #706357;
  color: white;
  font-size: 16px;
  line-height: 24px;
  border-radius: 4px;
  display: flex;
}
.aktualnosci_blog .et_pb_ajax_pagination_container article:hover{
  cursor: pointer;
}
.aktualnosci_blog .et_pb_ajax_pagination_container article:hover .entry-title{
  transform: translateY(120%);
}

.social-menu{
  padding-left: 0 !important;
}
.social-menu:not(.social-menu-phone) a{
  background: #706357;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: all .3s;
}
.social-menu:not(.social-menu-phone) a:hover{
  background: #463f38;
}
.social-menu:not(.social-menu-phone) a img{
  filter: invert(1);
}
.social-menu.social-menu-phone a:hover{
  color: #333333;
}



.header_preheader_section{
  background: #323143;
}
.header_preheader{
  display: flex;
  justify-content: space-between;
  color: white;
  height: 40px;
}
.header_preheader a{
  color: white;
}
.header_preheader_left a,
.header_preheader_left span{
  margin-right: 15px;
  position: relative;
}
.header_preheader_left span:after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: white;
  opacity: .2;
}
.header_preheader_left span a{
  background: white;
  color: #323143;
  margin-left: 10px;
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: 600;
}
.header_preheader_right,
.header_preheader_left{
  display: flex;
  align-items: center;
  font-size: 14px;
}
.header_preheader ul{
  display: flex;
  align-items: center;
}
.header_preheader_right ul{
  margin-left: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.header_preheader_right ul li{
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.header_preheader_right ul li:after{
  /*content: '';*/
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: white;
  opacity: .2;
}
.header_preheader_right ul li:last-child:after{
  display: none;
}
.header_preheader_right__social{
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px){
  .header_preheader_right{
    /*display: none;*/
  }
  .header_preheader_left{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header_preheader_left span:after{
    display: none;
  }
}
ul.header_preheader_right__social li{
  margin-left: 0;
  padding-left: 0;
}
.header_preheader_right__social li a{
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: white;
  border-radius: 4px;
  margin-left: 10px;
  transition: all .3s;
}
.header_preheader_right__social li a:hover{
  color: #b29069;
  text-decoration: none;
}
.header_preheader_right__social li:first-child a{
  margin-left: 0;
}
.header_phone{
  color: #323143;
  font-weight: 600;
  font-size: 16px;
  transition: all .3s;
}
.header_phone:hover{
  text-decoration: none;
  color: #b29069;
}
.header_phone i{
  width: 44px;
  height: 44px;
  background: #e6e6e6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  border-radius: 50%;
}

.gtranslate_wrapper{
  padding: 0;
  border: 1px solid #323143;
  border-radius: 100px;
  background: #323143;
}
.gtranslate_wrapper a.glink span{
  color: white !important;
}

.btn_border_red{
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b29069;
  font-weight: 600;
  color: white;
  border-radius: 100px;
  padding: 0 25px;
  background: #b29069;
  transition: all .3s;
}
.btn_border_red:hover{
  background: transparent;
  text-decoration: none;
  color: #b29069;
}


.btn_border_red_invert{
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b29069;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
  color: #b29069;
  border-radius: 100px;
  padding: 0 25px;
  background: transparent;
  transition: all .3s;
}
.btn_border_red_invert:hover{
  background: #b29069;
  text-decoration: none;
  color: white;
}

.btn_border_blue_invert {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #485460;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
  color: #485460;
  border-radius: 0px;
  padding: 0 25px;
  background: transparent;
  transition: all .3s;
}

.btn_border_blue_invert:hover {
  background: #485460;
  text-decoration: none;
  color: white;
}


/* kraje swiper */

.slider-wrapper {
  margin-top: -50px;
}

.swiper {
  width: 100%;
  padding-bottom: 10px;
  padding-top: 70px;
}

.swiper-slide {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  text-align: right;
}
a.swiper-slide{
  color: #333;
}
a.swiper-slide:hover{
  color: #333;
  text-decoration: none !important;
}
.country-desc{
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin-top: 10px;
  padding: 15px 15px 10px;
  border-top:1px solid rgba(0,0,0,.12);
}
.country-image {
  height: 290px;
  background: #ccc;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 35% 30px
}
.country-flag{
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  position: relative;
  margin-top: -40px;
  transition: all .3s;
}
.country-flag:before{
  content: '';
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 50px;
  height: 50px;
  background: #323143;
  border-radius: 50%;
  content: "\f061"; 
  font-family: "FontAwesome";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: white;
  transition: all .3s;
}
a.swiper-slide:hover .country-flag:before{
  transform: rotate(-45deg);
  background: #b29069;
}
.country-name {
  padding: 10px 0 0 10px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.country-name span{
  background: white;
  border-radius: 100px;
  position: relative;
  top: -10px;
  display: inline-flex;
  padding: 10px 20px 0;
  font-size: 18px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  top: 25px;
  background: #b29069;
  border: 1px solid #b29069;
  color: white;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  right: 70px;
  left: auto;
}

/* kraje swiper end */

.produkty.swiper{
  padding-top: 15px;
}
.produkty.swiper .swiper-pagination{
  top: auto;
  bottom: -20px;
}

.produkty.swiper .swiper-pagination .swiper-pagination-bullet{
  width: 20px;
  height: 6px;
  border-radius: 100px;
  background: #323143;
  transition: all .3s;
}

.produkty.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 30px;
  background: #b29069;
}
.produkty.swiper .produkty_item__desc{
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
  height: auto;
  /*background: #323143;*/
  background: rgba(50,49,67,.85);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  padding: 20px;
}
.produkty.swiper .produkty_item__img{
  min-height: 280px;
}
.produkty.swiper .produkty_item__desc h2,
.produkty.swiper .produkty_item__desc h3,
.produkty.swiper .produkty_item__desc h4,
.produkty.swiper .produkty_item__desc h5,
.produkty.swiper .produkty_item__desc h6{
  min-height: initial;
}
.produkty.swiper .produkty_item__desc h2 a,
.produkty.swiper .produkty_item__desc h3 a,
.produkty.swiper .produkty_item__desc h4 a,
.produkty.swiper .produkty_item__desc h5 a,
.produkty.swiper .produkty_item__desc h6 a{
  /*color: white;*/
}

.produkty_item.swiper-slide{
  position: relative;
  border-radius: 0;
  border: none;
}
.produkty_item.swiper-slide:hover{
  box-shadow: none;
}
.produkty_item.swiper-slide .produkty_item__desc{
  position: relative;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  text-align: left;
  top: initial !important;
  left: initial !important;
  bottom: initial !important;
  padding: 15px 0 0;
  border-radius: 0;
  background: none;
  color: #333;
}
.produkty.swiper .swiper-button-next, .produkty.swiper .swiper-button-prev {
  top: -50px;
  border-radius: 1px !important;
  border-color: #b29069;
}
.produkty.swiper .swiper-button-next:hover, .produkty.swiper .swiper-button-prev:hover {
  background: #b29069;
}
.produkty.swiper .swiper-button-next:after, .produkty.swiper .swiper-button-prev:after{
  color: #b29069;
}
.produkty.swiper .swiper-button-next:hover:after, .produkty.swiper .swiper-button-prev:hover:after{
  color: white;
}
.partner-swiper img {
    height: 75px;
    width: 90%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.3s ease;
    filter: grayscale(1);
    opacity: .7;
}
.swiper.partner-swiper{
  padding-top: 10px;
}
@media (max-width: 767px){
  .hidden_mobile{
    display: none;
  }
  .gtranslate_wrapper{
    padding: 0 !important;
    top: -4px;
    position: relative;
  }
  .header_main{
    justify-content: flex-start;
  }
  .header_preheader_left a{
    margin-right: 7px;
  }
  .logo_group_desc{
    display: none;
  }
  .home_header a.glink.gt_switcher-popup{
    background: none;
    border: none;
    margin-left: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
  }
  .home_header a.glink.gt_switcher-popup span{
    color: white !important;
  }
  .home_header a.glink.gt_switcher-popup span:nth-child(2),
  .home_header a.glink.gt_switcher-popup span:nth-child(3){
    display: none;
  }
  .phone_mobile{
    background: #e6e6e6;
    color: #323143;
  }
  .header_main .logo img{
    width: auto;
    height: 50px;
    object-fit: contain;
  }
}
.phone_mobile,
.menu_mobile{
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.menu_mobile:before{
  content: '\f00d';
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background: #323143;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 20px;
  transition: all .3s;
  overflow: hidden;
  white-space: nowrap;
}
.menu_mobile.active:before{
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.header_main .menu_new_style li a.has-sub-menu::after {
  content: "\f078"; 
  font-family: "FontAwesome";
  transform: rotate(0);
}
.header_main .menu_new_style li ul li a.submenu-has-sub-menu::after{
  background: none;
  content: "\f078"; 
  font-family: "FontAwesome";
  transform: rotate(-90deg);
  top: 44%;
  right: 25px;
}

.mm-menu_position-right{
  z-index: 3;
  transform: translateX(100%);
  transition: all .3s;
  top: 114px;
  height: calc(100vh - 116px);
}
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened{
  transform: translateX(0);
}
.mm-menu {
    /*--mm-color-background: #323143;
    --mm-color-text: #ffffff;*/
}

.mm-navbars_top .mm-navbar:first-child{
  display: flex;
}
.mm-navbars_top .mm-navbar:first-child a{
  width: 50%;
  background: #b29069;
  color: white;
}
.mm-navbars_top .mm-navbar:first-child a i{
  margin-right: 7px;
}
.mm-navbars_top .mm-navbar:first-child a:first-child{
  border-right: 1px solid rgba(255,255,255,.12);
}
.mm-navbars_top .mm-navbar:last-child{
  background: #b29069;
  color: white;
  font-weight: 500;
}
.mm-navbars_top .mm-navbar:last-child .mm-btn:before{
  border-color: white;
}



/* do usunięcia */
.header_main .logo img{
  /*filter: grayscale(1) contrast(4);*/
}
.btn_main_header{
  background: #323143;
  border: 1px solid #323143;
}
.btn_main_header:hover{
  background: transparent;
  color: #323143;
}
@media (min-width: 1024px){
  .move_under_title .et_pb_image_wrap{
    margin-top: -70px;
    margin-left: -70px;
  }
  .move_under_title img{
    height: 550px;
    width: auto !important;
    max-width: initial;
    display: flex;
  }
  .home_header .header_preheader{
    margin-top: 0;
    transition: all .3s;
  }
  .home_header.active .header_preheader{
    margin-top: -40px;
  }



  .move_under_title.move_under_title_custom .et_pb_image_wrap{
    margin-top: -30px;
    margin-left: 0;
  }
  .move_under_title.move_under_title_custom img{
    height: 450px;
    width: auto !important;
    max-width: initial;
    display: flex;
  }
}


.home_header_dark,
.header_main_dark{
  background: #323143;
}

.header_main_dark .main_nav_style ul li a{
  color: white;
}
.header_main_dark .header_phone{
  color: white;
}
.header_main_dark .header_phone .fa-phone:before{
  color: #323143;
}
.header_main_dark .btn_main_header{
  background: white;
  border-color: white;
  color: #323143;
}
.header_main .gtranslate_wrapper{
  height: 50px;
  display: flex;
  align-items: center;
}
.header_main .gtranslate_wrapper a.glink span{
  font-size: 16px;
}
.header_main_dark .gtranslate_wrapper{
  background: transparent;
  height: 50px;
  border: 1px solid white;
  display: flex;
  align-items: center;
}
.header_main_dark .gtranslate_wrapper a.glink span{
  font-size: 16px;
}
.header_main_dark .logo img{
  filter: grayscale(1) contrast(1) invert(1);
}
.main_btn, .btn_main, .gtranslate_wrapper, .header_phone i, .btn_border_red, .btn_border_red_invert{
  border-radius: 1px !important;
}
@media (min-width: 1024px){
  .header_main .gtranslate_wrapper a.glink.gt_switcher-popup img{
    margin-right: 5px;
  }
  .header_main_dark .gtranslate_wrapper a.glink.gt_switcher-popup img{
    margin-right: 5px;
  }
  .header_main_dark .header_preheader{
    position: relative;
  }
  .header_main_dark .header_preheader:before{
    content: '';
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
  }
}

.logo_group_desc{
  font-size: 16px;
  line-height: 24px;
  margin-left: 25px;
  font-weight: 600;
}
@media (min-width: 1024px){
  .home_header .header_main{
    background: transparent !important;
  }
  body.home .home_header:not(.active){
    background: transparent !important;
    border-bottom: 1px solid rgba(255,255,255,.0) !important;
  }
  body.home.et_fixed_nav.et_show_nav #page-container{
    padding-top: 0;
  }
  body.home .home_header:not(.active) .logo img{
    opacity: 0;
    transition: all .3s;
  }
  body.home .home_header .logo img{
    opacity: 1;
  }
  body.home .home_header:not(.active) .logo:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url('/wp-content/themes/divi-child-theme/img/restese_logo_white.png') center left no-repeat;
    background-size: contain;
    transition: all .3s;
    opacity: 1;
  }
  body.home .home_header:not(.active) .logo_group_desc{
    color: white;
  }
  body.home .home_header .logo:before{
    opacity: 0;
  }
  body.home .home_header:not(.active) .btn_main_header{
    background: #b29069;
    border: 1px solid #b29069;
  }
  body.home .home_header .header_preheader_section{
    background: #111111;
    transition: all .3s;
  }
  body.home .home_header:not(.active) .header_preheader_section{
    background: rgba(0,0,0,.0);
  }
  body.home .home_header:not(.active) .btn_main_header:hover{
    background: transparent;
    color: #b29069;
  }
  body.home .home_header:not(.active) .gtranslate_wrapper{
    background: transparent;
    border-color: transparent;
  }
  body.home .home_header:not(.active) .header_main .main_nav_style ul li a{
    color: white;
  }
  body.home .home_header:not(.active) .header_main .header_phone{
    color: white;
  }
  body.home .home_header:not(.active) .header_main .menu_new_style li ul li a,
  body.home .home_header:not(.active) .header_main .header_phone i{
    color: #333;
  }
}
.home_header .header_main .main_nav_style ul li a{
  position: relative;
}
.home_header .header_main .main_nav_style ul li a:active,
.home_header .header_main .main_nav_style ul li a:focus{
  text-decoration: none;
}
.home_header .header_main .main_nav_style ul li a:before{
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  top:calc(100% - 10px);
  background: #b29069;
  transition: all .3s;
}
.home_header .header_main .main_nav_style ul li a:active:before,
.home_header .header_main .main_nav_style ul li a:focus:before,
.home_header .header_main .main_nav_style ul li a:hover:before{
  width: 100%;
}
.home_header .header_main .main_nav_style ul li a:hover{
  color: #b29069;
}
.main_screen_bottom_list{
  display: flex;
}
.main_screen_bottom_list__item{
  text-transform: uppercase;
  color: white;
  font-weight: 600;
}
.main_screen_bottom_list span{
  margin: 0 10px;
  color: #b29069;
  font-weight: 900;
  position: relative;
  top:-1px;
}


.adwantages_slider {
  width: 100%;
  height: 600px;
  /*position: relative;*/
}

.adwantages_slider .slider-inner {
  display: flex;
  height: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.adwantages_slider .slide-content {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 40%;
  height: 70%;
  z-index: 2;
  /*padding: 50px 50px 50px 0;*/
}

.adwantages_slider .slide-text {
  max-width: 500px;
  transition: opacity 0.3s ease;
}

.adwantages_slider .slide-text h3 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
}

.adwantages_slider .slide-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #444;
}

.adwantages_slider .nav-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  position: absolute;
  right: 0;
  padding-right: 15px;
  bottom: -20px;
  width: 100%;
  background: #b29069;
  height: 60px;
}
.adwantages_slider .nav-buttons:before{
  content: '';
  position: absolute;
  right: 32%;
  top: 0;
  width: 800px;
  background: white;
  height: 100%;
  z-index: 2;
}
.adwantages_slider .image-slider .swiper-slide{
  border-radius: 0;
}

.adwantages_slider .swiper-button-next,
.adwantages_slider .swiper-button-prev {
  background: transparent;
  width: 40px;
  height: 40px;
  border-radius: 1px;
  border: 1px solid white;
  position: static;
  margin: 0;
  transition: all .3s;
}
.adwantages_slider .swiper-button-next:hover,
.adwantages_slider .swiper-button-prev:hover{
  background: white;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
  transition: all .3s;
}
.adwantages_slider .swiper-button-next:hover:after,
.adwantages_slider .swiper-button-prev:hover:after{
  color: #b29069;
}

.adwantages_slider .image-slider {
  flex: 1;
}

.adwantages_slider .image-slider .swiper-slide {
  height: 100%;
}

.adwantages_slider .slide-image {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.adwantages_slider .swiper{
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
}
.adwantages_slider .slide-caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  font-size: 16px;
  background: rgba(0,0,0,0.4);
  padding: 8px 12px;
  border-radius: 4px;
}

@media (max-width: 1023px){
  .produkty.swiper{
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    padding: 15px;
  }
  .produkty.swiper .swiper-button-prev{
    right: 85px;
  }
  .produkty.swiper .swiper-button-next{
    right: 15px;
  }
  .adwantages_slider{
    height: 450px;
  }
  .adwantages_slider .slide-content{
    width: 60%;
    padding: 20px 30px 30px 20px;
  }
  .adwantages_slider .slide-content p{
    margin-bottom: 0;
  }
  .adwantages_slider .nav-buttons{
    height: 50px;
    gap: 0 15px;
  }
  .adwantages_slider .swiper-button-next, .adwantages_slider .swiper-button-prev{
    width: 30px;
    height: 30px;
  }
}

/* Contact Form 7 */
.contact-form-grid {display:grid;grid-template-columns:1fr 2fr;gap:20px}
.contact-form-grid p{margin:0;padding:0}
.contact-form-grid .left-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.contact-form-grid .left-fields p:nth-child(5){grid-column:1/-1}
.contact-form-grid input,.contact-form-grid select,.contact-form-grid textarea{box-sizing:border-box;width:100%;padding:12px;border:1px solid #ddd;border-radius:2px;background:#fff;font-size:14px}
.contact-form-grid .right-fields textarea{display:block;height:185px;resize:vertical}

.contact-consent {margin-top:10px}
.contact-consent .wpcf7-acceptance{display:flex;margin:0}
.contact-consent .wpcf7-list-item{margin:0}
.contact-consent .wpcf7-list-item-label{margin-left:7px;font-weight:400}

.contact-form-actions{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:20px;width:100%;margin-top:20px}
.contact-form-turnstile{display:flex;align-items:center;justify-content:flex-start;min-width:0}
.contact-form-submit{display:flex;align-items:center;justify-content:flex-end;min-width:0}
.contact-form-submit .wpcf7-submit{box-sizing:border-box;width:250px;margin:0;padding:15px 30px;border:0;background:#9f815e;color:#fff;cursor:pointer}
.contact-form-submit .wpcf7-submit:disabled{cursor:not-allowed;opacity:.6}
.contact-form-submit .wpcf7-spinner{margin:0 0 0 10px}

@media (max-width:1024px){
  .contact-form-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:767px){
  .contact-form-grid{grid-template-columns:1fr}
  .contact-form-grid .left-fields{grid-template-columns:1fr}
  .contact-form-grid .left-fields p:nth-child(5){grid-column:auto}
  .contact-form-grid .right-fields textarea{height:160px}
  .contact-form-actions{grid-template-columns:1fr;gap:15px}
  .contact-form-submit{display:block;width:100%}
  .contact-form-submit .wpcf7-submit{display:block;width:100%}
  .contact-form-submit .wpcf7-spinner{display:block;margin:10px auto 0}
}

/*CCM okienko */
@media (min-width: 768px) {
  .cky-consent-container {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 9999 !important;
  }
}

