@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


body{
	 font-family: "Poppins", sans-serif;
	background: #000000;
	font: normal normal normal 18px/25px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
}

a {outline : none;}

header.site-header {
  position: fixed;
  top: 52px;
  left: 0px;
  width: 100%;
  z-index: 2000;
	transition: 0.3s;
}

header.site-header.sticky_header {
	 top: 0px;
}

.gm-top-belt-w{
	border: 1px solid rgba(255, 255, 255, 0.23);
border-radius: 20px;

	padding:40px 0px;
	background: #000;
	transition: 0.3s;
}

.sticky_header .gm-top-belt-w{ 
	border:1px solid transparent;
border-radius: 0px;
}
.sticky_header .gm-content-wb {
width:100%;	
max-width: 100%;
}

.go-content-menu{
	position:relative;
}

.site-branding{
	position: absolute;
  top: -90px;
  left: -24px;
	transition: 0.3s;
}
.site-branding img{
	
	transition: 0.3s;
}

.sticky_header .site-branding {
	top: -40px;
  

}
.sticky_header .site-branding img{
height: 100px;
  width: auto;

}



.main-navigation {
  display: block;
  width: auto;
  margin-left: 400px;
}

.main-navigation a {
font: normal normal bold 16px/25px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
	transition-duration: 0.3s;
	border-bottom: 1px solid transparent;
}

.main-navigation .current-menu-item a{
	border-bottom: 1px solid;
	color: #DFCB6B;
}
.main-navigation a:hover {
border-bottom: 1px solid;
	text-decoration: none !important;
}

.main-navigation li {
  position: relative;
  margin-right: 30px;
}

.gm-full-section{
	width:100%;
	clear:both;
}

.gm-content-wb {
  max-width: 1640px;
	margin:0px auto;

}

.gm-content-w {
  max-width: 1400px;
	margin:0px auto;

}
.gm-full-section-m{
	margin:150px 0px;
}

.gm-to-right{
	text-align: right !important;
}
.gm-to-left{
	text-align:left !important;
}
.gm-home-intro-txt{
	width:50%;
}
.gm-home-intro-txt-w{
	margin: 0px 0px 30px;
  width: 100%;
  display: block;
  float: left;
}
.gm-video-content-home{
width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.gm-video-content-home video{
width: 100%;

}

.gm-full-section-v-txt{
	position: absolute;
  margin: 0px;
  bottom: 20%;
  left: 0px;
	
}

.gm-btn-fb{
	padding: 1px 0px !important;
}

.gm-home-intro-txt .gm-btn-belt a{
	float:left;
}


.gm-home-3boxes{
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
	align-content: center;
  align-items: center;
  text-align: center;
}

.gm-home-3boxes-item{
	width:calc(100%/3 - 4px);
	border-right: 2px solid #fff;
}

.gm-home-3boxes-item:last-child{
border:0px solid;
}

.gm-content-2col{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	
}

.gm-content-2col-item {
	width:40%;
	position: relative;
}

.gm-content-2col-item-txt{
	
}

.gm-content-2col-item-img{
	
}
.gm-content-2col-item-img img{
	background: #030303F5 0% 0% no-repeat padding-box;
box-shadow: 0px 2px 6px #E5A900;
border: 1px solid #FFFFFF;
border-radius: 35px;
opacity: 1;
	padding: 15px;
}
.gm-content-2col-item-full{
	width:100%;
	margin:150px 0px 0px;
}


.gm-home-4boxes{
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
	align-content: center;
  align-items: center;
  text-align: center;
}

.gm-home-4boxes-item{
	width:calc(100%/4 - 6px);
	border-right: 2px solid #fff;
}

.gm-home-4boxes-item:last-child{
border:0px solid;
}

.gm-box-txt{
	
}



.gm-full-section .gm-box-txt p{
	font: normal normal normal 50px/76px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
	margin:0px;
}
.gm-box-txt div{
	font: normal normal normal 22px/33px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}

.gm-subpage-content {
  padding: 250px 0px 0px;
  width: 100%;
}

.gm-contact-3box{
	display: flex;
  width: 100%;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  text-align: center;
}

.gm-contact-3box-item{
background: #363636 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  opacity: 1;
  width: 30%;
  padding: 65px 4%;
}

.gm-contact-3box-item p{
	margin: 30px 0px !important;
}

.gm-content-2col-contact .gm-content-2col-item-img img {
  background: none;
  box-shadow: unset;
  border: 0px solid #FFFFFF;
  border-radius: 0px;
  opacity: 1;
  padding: 0px;

}

.gm-content-2col-contact .gm-content-2col-item {
  width: 42%;
}

.gm-btn-style3{
	border: 1px solid #FFFFFF;
  border-radius: 14px;
  color: #fff;
  background: #363636 0% 0% no-repeat padding-box;

  padding: 16px 33px;

  letter-spacing: 0px;
  text-decoration: none;
  transition-duration: 0.3s;
display: inline-block;	
}
.gm-btn-style3:hover{
background: #212121;
}
.gm-btn-style3:hover a{
color:#fff;
}
.gm-content-w3{
max-width:980px;
margin:0px auto;
}

.gm-to-center{
	text-align:center;
}

.gm-content-faq{
	margin:30px 0px 0px;
}

.gm-faq{
	border: 1px solid #FFFFFF;
border-radius: 14px;
opacity: 1;
	padding:24px 40px;
	margin:0px 0px 20px;
}

.gm-faq_question{
		position:relative;
	cursor:pointer;
}

.gm-question{
	text-align: left;
font: normal normal normal 22px/28px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;

}

.gm-faq_answer_container{
	margin: 20px 0px 0px;
	display:none;
}
.gm-faq_answer_container-open{
	display:block;
}
.gm-faq_answer{
	text-align: left;
font: normal normal normal 18px/28px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}

.gm-question-p{
	text-align: left;
font: normal normal 300 28px/28px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
	position:absolute;
	right:0px;
}

.gm-subpage-content-blog h1{
	text-align: left;
font: normal normal bold 80px/100px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
	margin: 0px 0px 30px;
}

.gm-news-loop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	gap:30px 0px;
}

.gm-news-loop-item {
  width: 32%;
}

.gm-news-image{
	border-radius: 35px;
opacity: 1;
}

.gm-news-c{
	
}

.gm-news-title{
	text-align: left;
font: normal normal bold 22px/33px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}
.gm-news-more{
	font: normal normal normal 18px/25px Poppins;
letter-spacing: 0px;
color: #CECECE !important;
opacity: 1;
	text-decoration:none;
}

.gm-news-more:hover{
	
}


.gm-content-single{
	 display: flex;
	width:100%;
	gap: 6%;
}


.gm-content-single-left{
	width: 38%;
  flex: 0 0 38%;
  position: sticky;
  top: 250px;
  height: fit-content;

}

.gm-news-img-icon{
	border-radius: 35px;
opacity: 1;
		position: sticky;
  top: 0px;
}

.gm-news-img-icon img{
	width:100%;
}

.gm-title-single-post{
	text-align: left;
font: normal normal bold 40px/50px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
	margin:0px 0px 30px;
}

.gm-content-single-right{
font: normal normal normal 18px/28px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
	
		width:54%;
	
flex: 1;
}


.gm-content-banner{
	/*
background: #030303F5 0% 0% no-repeat padding-box;
box-shadow: 0px 2px 6px #E5A900;
border: 1px solid #FFFFFF;
border-radius: 35px;
opacity: 1;
	*/
	
position: relative;

  width: 100%;
 

	margin:120px 0px 0px;
	
	
	box-shadow: 0px 2px 6px #E5A900;
border: 1px solid #FFFFFF;
border-radius: 35px;
opacity: 1;
	overflow: hidden;
  padding: 20px;
}

.gm-content-banner-w{
	width: 100%;
 background-size: cover;
	  height: 487px;
	border-radius: 35px;
	background: url(../img/baner-6.png);
}

.gm-content-banner img{
	position:absolute;
	width:100%;
	object-fit:cover;
	z-index:10;
	height: 577px;
}

.gm-banner-txt{
display: flex;
  height: 100%;
  position: relative;
  z-index: 1000;
  width: 50%;
  float: right;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  margin: 0px 5% 0px 0px;
}

.gm-full-section  .gm-banner-txt h2{
	font: normal normal bold 50px/70px Poppins;
}


.gm-content-single-right p:last-child{
	margin:0px;
}
.gm-content-single-full{
	width: 100%;
}
.gm-image-grid {
	width: 100%;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(10, 1fr);
grid-column-gap: 30px;
grid-row-gap: 30px; 
	margin:30px 0px 0px;
	float: left;
	
}

.gm-image-grid-1 { grid-area: 1 / 1 / 3 / 2; }
.gm-image-grid-2 { grid-area: 1 / 2 / 4 / 3; }
.gm-image-grid-3 { grid-area: 3 / 1 / 6 / 2; }
.gm-image-grid-4 { grid-area: 4 / 2 / 6 / 3; }
.gm-image-grid-5 { grid-area: 6 / 1 / 8 / 2; }
.gm-image-grid-6 { grid-area: 6 / 2 / 9 / 3; }
.gm-image-grid-7 { grid-area: 8 / 1 / 11 / 2; }
.gm-image-grid-8 { grid-area: 9 / 2 / 11 / 3; } 


.gm-image-gridd{
overflow:hidden;
	border-radius: 25px;
}

.gm-image-gridd img{
	width:100%;
	object-fit:cover;
	height:100%;
	border-radius: 25px;
	float:left;
	transition: transform 0.4s ease-in-out;
}
.gm-image-gridd img:hover{
	transform: scale(1.1);
}

.gm-full-section-mb{
	margin:0px 0px 150px;
}


.gm-content-2col-item-txtt{
	width:50%;
	position:relative;
}




.gm-content-2col-item-imgg{
	width:42%;
}

.gm-featured-image{
	width:100%;
}

.gm-featured-image img{
	width:100%;
}

.gm-absolute-info-b{
	width:100%;
	position:absolute;
	bottom:0px;
}

.gm-additional-info{
width:100%;
}

.gm-content-2col-item-fulll{
	margin:100px 0px;
}

.gm-additional-info-l{
	width:42%;
	
	text-align: right;
font: normal normal 300 60px/60px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}


.gm-additional-info-r{
	width:50%;
	
	text-align: left;
font: normal normal normal 22px/28px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}

.gm-additional-info-child{
		display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin:0px 0px 50px;
}

.gm-related-items{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
justify-content: start;
}

.gm-related-item{
	width:calc((100% - 60px)/4);
	position:relative;
	
}
.gm-related-thumb{
box-shadow: 0px 2px 6px #E5A900;
border: 1px solid #FFFFFF;
border-radius: 35px;
opacity: 1;
	padding:8px;
	overflow:hidden;
}

.gm-related-thumb img{
border-radius: 25px;
  opacity: 1;
  display: table;
	transition: transform 0.4s ease-in-out;
}

.gm-related-thumb img:hover {
    transform: scale(1.08);
}

.gm-related-title{
position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 0px 35px;
}

.gm-related-title a{
	text-align: left;
font: normal normal 300 28px/42px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
	position:relative;
	width:100%;
	display: inline-block;
	text-decoration:none;
	   transform: scale(1.08);
}

.gm-related-title a span{
	position:absolute;
	right:0px;
	  transform: scale(1.08);
}

 .gm-related-title a:hover span{

	right:-5px;
	
} 


.gm-related-items-p{
	margin: 40px 0px 0px;
  width: 100%;
}

.gm-bg-image{
background: url(../img/zlote_tlo.png);
    background-repeat: repeat;
    background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.gm-catalogue-content{
height: 800px;
  max-width: 980px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.gm-full-section h2 span{
font: normal normal 300 60px/70px Poppins;	
}

.gm-full-section h1{
	font: normal normal bold 80px/90px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
	margin: 0px 0px 30px;
}

.gm-full-section h2{
	font: normal normal bold 60px/70px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
	margin: 0px 0px 30px;
}
.gm-full-section h3{
	font: normal normal bold 40px/50px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
	margin: 0px 0px 20px;
}


.gm-section-txt-c a{
	color:#fff !important;
	text-decoration:underlinel
}

.gm-full-section p{
	font: normal normal normal 18px/25px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
	margin: 0px 0px 20px;
}
.gm-home-gallery-c
{
width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 40px 2%;
	
	
}
.gm-full-section-mb0{
	margin-bottom:0px !important;
}

.gm-full-section-mt0{
	margin-top:0px !important;
}

.gm-home-gallery-c-item{
	width:22%;
	overflow:hidden;
	border-radius: 25px;
}
.gm-home-gallery-c-item:nth-child(5){
	margin-left:6%;
}
.gm-home-gallery-c-item img{
	width:100%;
	border-radius: 25px;
	transition: transform 0.4s ease-in-out;
	float:left;
}
.gm-home-gallery-c-item img:hover{
transform: scale(1.1);
}

.gm-btn-belt{
	text-align:center;
	margin:30px 0px 0px;
	float: left;
	width: 100%;
}
.gm-btn-belt a{
opacity: 1;
	padding:16px 33px;
	font: normal normal normal 16px/25px Poppins;
letter-spacing: 0px;
text-decoration:none;
	transition-duration: 0.3s;
}

.gm-btn-belt a.gm-btn-style1{
	background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 14px;

color: #000000;
display: inline-block;
	
	border:1px solid transparent;
}
.gm-btn-belt a:not(:first-child){
	margin-left:20px;
}


.gm-btn-belt a.gm-btn-style1:hover{
	border: 1px solid #FFFFFF;

	color:#fff;
	background: #363636 0% 0% no-repeat padding-box;
}

.gm-btn-belt .gm-btn-style2{
	
	
	
	border: 1px solid #FFFFFF;
border-radius: 14px;
	color:#fff;
	background: #363636 0% 0% no-repeat padding-box;
}

.gm-btn-belt .gm-btn-style2:hover{
	color: #000000;
	background: #FFFFFF 0% 0% no-repeat padding-box;
}






.gm-video-content{
	max-width:100%;
	border-radius: 35px;
	float: left;
margin: 100px 0px;
	position: relative;
	overflow: hidden;
}

.gm-video-control{
	position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;

}

.gm-video-control button{
	/*background: #363636 0% 0% no-repeat padding-box;

  border: 1px solid #FFFFFF;
  opacity: 0.58;*/
  width: 211px;
  height: 211px;
  border-radius: 100%;
  color: #fff;
	background: url(../img/play.svg);
	text-indent: -1000px;
  overflow: hidden;
}

.gm-video-content video{
border-radius: 35px;
  float: left;
  max-width: 100%;
  margin: -65px 0px;
	width:100%;
}
.gm-top-belt {

}

.gm-info-top-block {
float: right;
margin-top: -45px;

}

.gm-info-top-block ul {
	list-style: none;
	padding:0px;
	margin:0px;
}

.gm-info-top-block ul li {
  float: left;
  margin: 0px 0px 0px 40px;
  padding: 0px 0px 0px 0px;
}

.gm-info-top-block .gm-btn-style2, .gm-contact-3box-item .gm-btn-style2{
  border: 1px solid #FFFFFF;
  border-radius: 14px;
  color: #fff;
  background: #363636 0% 0% no-repeat padding-box;
	opacity: 1;
  padding: 16px 33px;
  font: normal normal normal 16px/25px Poppins;
  letter-spacing: 0px;
  text-decoration: none;
  transition-duration: 0.3s;
}


.gm-contact-3box-item .gm-btn-style2 {

  display: inline-block;
}


.gm-contact-3box-item .gm-btn-style2:hover, .gm-info-top-block .gm-btn-style2:hover {
background: #212121;
 
}

.gm-contact-3box-item .gm-btn-style2:hover a, .gm-info-top-block .gm-btn-style2:hover a{

text-decoration:underline;
	color:#fff;
}

.gm-contact-3box-item a.gm-btn-style2:hover{

text-decoration:underline;

}

.gm-info-top-block ul li a {
 color: #fff;
  text-decoration: none;
}

.gm-li-email {
background: url(../img/icon_mail.svg) no-repeat left center;
    background-size: auto;
  font: normal normal normal 16px/25px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-decoration: none;
  background-size: 24px 17px;
  padding: 0px 0px 0px 30px;
}

.gm-li-phone {
background: url(../img/icon_phone.svg) no-repeat left center;
    background-size: auto;
  font: normal normal normal 16px/25px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-decoration: none;
  background-size: 24px 17px;
  padding: 0px 0px 0px 30px;
	
}
.gm-c-li-phone{
margin:0px 0px 20px;	
}

.gm-content-wb a{
 transition-duration: 0.3s;	
}
.gm-content-wb a:hover{
color:#fff;
	text-decoration:underline;
}
.menu-toggle .bar {
  height: 3px;
  width: 100%;
background-color: #fff;
  transition: all 100ms ease-in-out;
}

.main-navigation.toggled .bar:nth-of-type(1) {
  transition: all 300ms ease-in-out;
  transform: rotate(45deg);
  transform-origin: top left;
  width: 28px;
}

.main-navigation.toggled .bar:nth-of-type(2) {
  transition: all 300ms ease-in-out;
  transform-origin: center;
  width: 0;
}

.main-navigation.toggled .bar:nth-of-type(3) {
  transition: all 300ms ease-in-out;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  width: 28px;
}

.gm-menu-belt {
  width: 100%;
  float: left;
  border-bottom: 2px solid #E9E880;
  background: #5D7260;
  padding: 30px 0px;
}

.menu-toggle {
  display: flex;
  cursor: pointer;
  position: relative;
  margin: 20px 0px 0px 0px;
  flex-direction: column;
  justify-content: space-between;
  height: 22px;
  width: 22px;
  background: unset;
  border: 0px solid;
  padding: 0px;
  float: right;
	display: none;
}


.gm-home-intro {
  width: 100%;
  float: left;
}

p{
	margin:0px 0px 20px;
}

.gm-footer-up-txt{
font: normal normal normal 16px/32px Poppins;
	padding:50px 0px;
}
.gm-footer-up-txt p{
font: normal normal normal 16px/32px Poppins;

}

.gm-footer-up-txt p:last-child{
	margin:0px;
}

.gm-footer-columns{
	padding:50px 0px;
	border-top: 2px solid #FFFFFF;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.gm-footer-columns-item{
	
}

.gm-footer-columns-item h4{
	margin:0px 0px 20px;
}

.gm-footer-columns-item ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.gm-footer-columns-item ul li{
	margin:0px 0px 5px;
}
.gm-footer-columns-item ul li a{
	font: normal normal normal 16px/25px Poppins;
letter-spacing: 0px;
color: #CECECE;
	text-decoration:none;
}

.gm-footer-social a{
	display: inline-block;
	margin:0px 10px 0px 0px;
}

.gm-footer-cities{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:30px 0px;
	padding:50px 0px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	margin:0px 0px 100px;
}


.gm-footer-cities-item{
	width:11%;
}
.gm-footer-cities-item a{
font: normal normal normal 14px/21px Poppins;
letter-spacing: 0px;
color: #CECECE;
	text-decoration:none;
	 transition-duration: 0.3s;
}
.gm-footer-cities-item a:hover{
	text-decoration:underline;
}
.gmSwiper2 {
  width: 100%;
  height: 100%;
}

.gm-swiper-slide2 {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 1200px !important;
  background: unset !important;
  color: #fff;
}
.gm-swiper-slide2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gm-swiper-slide2 .gm-related-item{
	width:100%;
}
.gm-full-section-galllery .gm-swiper-slide2 {
  width: 600px !important;
}
.gm-related-title {
margin: 0px 0px 35px;
  padding: 0px 65px;
}

.gm-swiper-nav{
	
  position: relative;
 
margin: 20px 0px 30px;
	float: left;
}
.gm-swiper-button-prev2::after, .gm-swiper-button-next2::after {
 /* display: none;*/
}
.gm-swiper-button-next2 {
background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 5px;	
	width: 33px !important;
height: 33px !important;
		right:0px !important;
}

.gm-swiper-button-prev2 {
	background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 5px;	
	width: 33px !important;
height: 33px !important;
	left:0px !important;
	
}
.gm-swiper-button-next2::after, .swiper-rtl .gm-swiper-button-prev2::after {
  
font-size: 20px !important;
  color: #000;
  font-weight: bold;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
font-size: 20px !important;
  color: #000;
  font-weight: bold;
}

.gm-swiper-pagination-dot{
padding: 0px 50px;
  top: 0px !important;
  bottom: 0px !important;
  position: relative;
  z-index: 2;
  float: left;
  width: auto !important;
  left: unset !important;
  line-height: 1;
  margin-top: -10px;
}

.gm-swiper-pagination-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background:#fff;
}

.gm-swiper-pagination-dot .swiper-pagination-bullet{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	background:#000;
	border:2px solid  #fff;
	width:14px;
	height:14px;
}

.gm-product-slider{
	background: #030303F5 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  padding: 100px 0px 150px 117px;
	overflow: hidden;
}

.gm-content-wb .gm-product-slider a:hover {

  text-decoration: unset;
}
.gm-invest-slider .gm-slider-invest-content-l-w h4 {
 text-align: left;
font: normal normal bold 60px/70px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
  margin: 20px 0px;
  position: relative;
  width: 100%;
}
.gm-invest-slider .gm-slider-invest-content-l-w p {
text-align: left;
font: normal normal normal 18px/25px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
}
.gm-slider-invest-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.gm-swiper-slide2.swiper-slide-active .gm-slider-invest-content-l {
  display: block;
}
.gm-slider-invest-content-l {
  width: 45%;
  position: relative;
  display: none;
}

.gm-slider-invest-content-l-w {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  align-content: center;
  justify-content: center;
  text-align: left;
}
.gm-slider-invest-content-r {
  width: 40%;
}

.gm-swiper-slide2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.gm-swiper-slide2.gm-swiper-slide2p{
	width: 1350px !important;
}

.gm-swiper-slide2.gm-swiper-slide2p.swiper-slide-next .gm-related-item{
	height:80%;
	width:80%;
	margin:10% 0px 0px 0px;
}

.gm-swiper-nav2{
	bottom: 20px;
}

.gm-hide-mobile800{
	display:block;
}
.gm-show-mobile800{
	display:none;
}


.site{
	overflow: hidden;
}
@media (max-width: 1640px) {
 
body {
    /*display: none !important;*/
  }

	.gm-content-wb {
  max-width: 96%;

}
				.gm-content-w {
  max-width: 96%;
 
}
	
	.gm-product-slider {

  padding: 50px 0px 50px 50px;
	}
	.gm-swiper-slide2.gm-swiper-slide2p {
  width: 80% !important;
}
.gm-slider-invest-content-l {
  width: 50%;
	}
	
}

@media (max-width: 1400px) {
.main-navigation {

  margin-left: 240px;
}

	.site-branding img {
 
width: 250px;
}
	
	.site-branding {

  top: -65px;
	}

.gm-info-top-block .gm-btn-style2, .gm-contact-3box-item .gm-btn-style2 {

  padding: 16px 16px;

	}
.gm-info-top-block ul li {
  float: left;
  margin: 0px 0px 0px 20px;
	}
	.gm-li-phone, .gm-li-email { 

  font: normal normal normal 14px/20px Poppins;
	}
	
}

@media (max-width: 1100px) {
	  .gm-info-top-block .gm-btn-style2:nth-child(2) {
 display:none;
  }
}
	
	@media (max-width: 1000px) {
	.gm-contact-3box {
	flex-wrap:wrap;	
		gap:30px 4%;
		justify-content:center;
	}
.gm-contact-3box-item {

width: 48%;
	}

.gm-content-w3 {
  max-width: 96%;
  
}

		.gm-video-content{
			margin:50px 0px;
		}
		
		.gm-footer-columns-item1, .gm-footer-columns-item2{
			width:100%;
text-align: center;
}
				.gm-footer-columns-item3, .gm-footer-columns-item4, .gm-footer-columns-item5, .gm-footer-columns-item6{
		width: 30%;
}
		
		.gm-footer-columns{
			gap: 30px 0px;
		}
		
		
				.gm-invest-slider .gm-slider-invest-content-l-w h4 {

  font: normal normal bold 36px/50px Poppins;

  margin: 10px 0px;
 
}	
	.gm-invest-slider .gm-slider-invest-content-l-w p {

  font: normal normal normal 16px/22px Poppins;

}	
	.gm-slider-invest-content-l {
  width: 55%;
			}	
		
		
	}
	
		@media (max-width: 800px) {
	
	  .gm-content-wb {
    max-width: 96%;
  }		
			
  .gm-product-slider {
   padding: 0px 0px 20px;
    border: 0px solid;
	  border-radius:0px;
  }
	.gm-slider-invest-content-l {
    width: 48%;
  }
			
	.gm-slider-invest-content-r {
    width: 48%;
  }	
			  .gm-swiper-slide2.gm-swiper-slide2p {
    width: 98% !important;
  }
			
	.gm-footer-cities-item {
  width: 20%;
	}
		.gm-footer-columns-item3, .gm-footer-columns-item4, .gm-footer-columns-item5, .gm-footer-columns-item6{
      width: 48%;
    }
			
			.gm-video-content video {
  border-radius: 0px;
  float: left;
  max-width: 100%;
  margin: 0px;
  width: 100%;
  height: auto;
  aspect-ratio: 16 /9;
}
			    .gm-video-content {
      margin: 0px 0px;
    }
			
					
			.menu-toggle {
  display: flex;
			margin: -15px 0px 0px 0px;	
			}
			.main-navigation ul {
  display: none;
			}
			
			.sticky_header .gm-content-wb {
  width: 96%;
  max-width: 96%;
}
			.gm-top-belt-w {
  border: 0px solid rgba(255, 255, 255, 0.23);
			}
			
			  .site-branding img {
    width: 180px;
  }
	.gm-subpage-content {
  padding: 150px 0px 0px;

}	
			.gm-menu-layer {
  position: relative;
  width: 100%;
}
	.toggled .menu-menu-glowne-container {
  position: fixed;
  right: 0px;
  width: 100%;
  background: #000;
  z-index: 5000;
  top: 150px;
  height: calc(100vh - 150px);
}	
			
			#primary-menu {
  padding: 30px 40px;
}
	.main-navigation a {
  font: normal normal 500 18px/28px Poppins;		
			}
	.main-navigation li {
  margin: 0px 0px 10px;
		border-bottom:1px solid;
		padding: 10px 0px;
}		
			
				.main-navigation li {
  margin: 0px 0px 10px;
		border-bottom:1px solid;
		padding: 10px 0px;
}	
			.main-navigation .current-menu-item a {
  border-bottom: 0px solid;
			}	
			
			.gm-home-3boxes-item {
  width: 100%;
  border-right: 0px solid #fff;
}


.gm-home-3boxes {

  gap: 0px 0px;
}
			.gm-home-3boxes .gm-box-txt{
				position:relative;
				padding:20px 0px;
			}	
			
		   .gm-home-3boxes .gm-home-3boxes-item .gm-box-txt::before {
      content: " ";
      height: 2px;
      background: #fff;
      width: 200px;
      position: absolute;
      top: 0px;
      margin-left: -100px;
    }
			.gm-home-3boxes .gm-home-3boxes-item:first-child .gm-box-txt::before {
				display:none;
			}
			.gm-home-intro-txt {
  width: 100%;
}
	.gm-full-section h2 {
  font: normal normal bold 36px/50px Poppins;

  margin: 0px 0px 20px;
}		
	.gm-full-section h2 span{
  font: normal normal 500 36px/50px Poppins;


}	
			
			.gm-full-section-m {
  margin: 50px 0px;
}
	
			.gm-content-2col-item {
  width: 100%;
			}
			.gm-content-2col {

  gap: 20px 0px;
}
			
	.gm-home-4boxes-item {
  width: calc(100%/2 - 3px);
  border-right: 2px solid #fff;
		padding: 20px 0px;
}		
			.gm-home-4boxes-item:nth-child(2) {
  border: 0px solid;
}
	.gm-catalogue-content {
  height: auto;

  padding: 100px 0px;
}	
			
			.gm-box-txt div {
  font: normal normal normal 16px/24px Poppins;
			}

.gm-home-4boxes img{
	height:80px;
	margin:0px auto;
	max-width: 80%;
			}
			
			
			
.gm-video-control button {

  width: 100px;
  height: 100px;
  
  background-size: cover;
}			
			
			
			
	.gm-home-gallery-c-item {
  width: calc(50% - 10px);

}		
	.gm-home-gallery-c {
 
  justify-content: space-between;
  gap: 20px;
}		
		.gm-home-gallery-c-item:nth-child(5) {
  margin-left: 0%;
}	
.gm-full-section-galllery .gm-swiper-slide2 {
  width: 80% !important;
}			
			.gm-related-title a {

  font: normal normal 300 20px/26px Poppins;
			}
	  .gm-catalogue-content {
      height: auto;
      padding: 50px 0px;
    }		
			
		.gm-full-section .gm-box-txt p {
  font: normal normal normal 36px/50px Poppins;	
			}
			
	   .toggled .menu-menu-glowne-container {
      position: fixed;
      right: 0px;
      width: 100%;
      background: #000;
      z-index: 5000;
      top: 120px;
      height: calc(100vh - 120px);
    }		
		.gm-top-belt-w {

  border-radius: 0px;	
			}	
			
			.gm-top-belt .gm-content-wb{
				max-width: 100%;
				width:100%
			}		
			
			
	  .sticky_header .toggled .menu-menu-glowne-container {
  
      z-index: 5;
      top: 82px;
      height: calc(100vh - 82px);
    }		
	.sticky_header .site-branding {

  z-index: 5001;
}
			
	.gm-subpage-content-blog h1 {

  font: normal normal bold 36px/50px Poppins;		
			}
			.gm-news-loop-item {
  width: 100%;
}
			
	.gm-full-section-mb {
  margin: 0px 0px 50px;
}	
			
			.gm-banner-txt {
  width: 90%;
  margin: 0px 5%;
}
			
	.gm-title-single-post {

  font: normal normal bold 36px/50px Poppins;		
			}		
	
	.gm-content-single-right {
  
  width: 100%;		
			}	
	.gm-content-single-left {
  width: 80%;
  flex: unset;
  position: unset;
  top: unset;
  height: unset;
		margin:0px 10%;
}	
			
			.gm-content-single {
  display: flex;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}
	.gm-news-image {

  text-align: center;
}	
			
	header.site-header {

  top: 0px;		
			}		
	.gm-top-belt-w {

  padding: 60px 0px;
			}		
			
	  .site-branding {
    top: -60px;
			}
			
	.gm-hide-mobile800{
	display:none;
}
.gm-show-mobile800{
	display:block;
}		
	.gm-full-section-v-txt {

  bottom: 10%;		

			}	
	.sticky_header .site-branding {
  top: -60px;
}		
	.sticky_header .gm-top-belt-w {
 
  padding: 60px 0px 40px;
}		
	 .sticky_header .menu-toggle {
   
    margin: -20px 0px 0px 0px;
  }	
			
	.gm-content-2col-item-full {
 
  margin: 50px 0px 0px;
}		
	.gm-btn-belt a:not(:first-child) {
  margin-left: 10px;
}		
		.gm-btn-belt {

  margin: 30px 0px 0px;
  float: unset;

  display: table;
}	
.gm-related-item {
  width: 100%;

}		
			
			.gm-absolute-info-b {
 
  position: relative;
}
			
			.gm-additional-info-l {
text-align:left;
  font: normal normal 300 36px/50px Poppins;
				width: 100%;
			}
	

.gm-additional-info-r {
  width: 100%;
			}
			
			.gm-footer-up-txt {

  padding: 0px 0px 30px;
}
			
			
			.gm-btn-belt .gm-btn-style2 {

  display: inline-block;
}	
			
			.gm-footer-cities {

  gap: 20px 0px;
  padding: 20px 0px;

  margin: 0px 0px 20px;
}
			

.post, .page {
  margin: 0 0 0px;

}
			
			.gm-additional-info-child:last-child {

  margin: 0px 0px 0px;
}
			
			.gm-btn-belt-s{
				float:left;
			}
			
}
	
		@media (max-width: 600px) {
			.gm-swiper-nav2 {
bottom: 0px;
    margin: 50px auto 20px;
    text-align: center;
    display: table;
    float: unset;
			}
			
			   .gm-slider-invest-content-r {
      width: 100%;
    }
					   .gm-slider-invest-content-l {
      width: 100%;
    }	
			.gm-slider-invest-content {
flex-wrap:wrap;
				gap:10px 0px;
}
			
			.gm-btn-belt a {
 
  padding: 16px 15px;
			}	
			
			
	.gm-footer-cities-item {
  width: 33%;
	}
			  .gm-contact-3box-item {
      width: 100%;
				  padding: 40px 2%;
    }
			.gm-content-2col-contact .gm-content-2col-item {
  width: 100%;
}
			.gm-content-2col {

  gap: 30px;
}
			
			.gm-full-section p {
  font: normal normal normal 13px/18px Poppins;

}
			
			.gm-full-section p {
  font: normal normal normal 16px/22px Poppins;

  margin: 0px 0px 15px;
}
			
			.gm-full-section h2 {
  font: normal normal bold 36px/50px Poppins;

  margin: 0px 0px 20px;
}
			
			.gm-full-section h2 span {
  font: normal normal 300 36px/50px Poppins;

}
			
			.gm-full-section-m {
  margin: 50px 0px;
}
			
			.gm-question {

  font: normal normal normal 18px/24px Poppins;
padding-right: 20px;
}
			
			.gm-content-2col-contact .gm-content-2col-item-img img {
				max-width:80%;
				margin:0px auto;
				display: table;
			}
			.gm-question-p {
 
  top: 0px;
}
			
			
			  .gm-info-top-block .gm-btn-style2:nth-child(1) {
      display: none;
    }
			
			  .main-navigation {
    margin-left: 0px;
				  float:right;
  }
	

  .gm-content-w {
    max-width: 90%;
  }
			  .gm-content-w2 {
    max-width: 90%;
  }
	.gm-to-left {
  text-align: center !important;
}
			
			.gm-related-thumb a{
				display:block;
				width:100%;
				height:100%;
			}	
			
			
	}
