body {
		margin: 0 auto;
		line-height: 1.2;
		color: black;
		font-size: 16px;
	     font-family: "BPG Dedaena", serif;
		height: 100%;

	}


@font-face {
  font-family: "DM Archium";
  src: url("/whoweare/fonts/dm-archium.woff2") format("woff2"),
       url("/whoweare/fonts/dm-archium.woff") format("woff"),
       url("/whoweare/fonts/dm-archium.ttf") format("truetype");
}

@font-face {
  font-family: "BPG Dedaena";
  src: url("/whoweare/fonts/bpg_dedaena.woff2") format("woff2"),
       url("/whoweare/fonts/bpg_dedaena.woff") format("woff"),
       url("/whoweare/fonts/bpg_dedaena.otf") format("opentype");
}



	.main {
		flex: 1 1 auto;

}

	/* section */

	section {

		padding: 0 0 150px 0 ;

	}



	html,
	body {
		 height: 100%;
		 scroll-behavior: smooth;
	}




	/*wrapper*/

	.wrapper {
		overflow: hidden;
		display: flex;
		flex-direction: column;
		min-height: 100%;
	}



	/*container*/

	.container {
		margin: 0 auto;
		max-width: 1230px;
		padding: 0 15px;
	}





	/*MEDIA*/

	@media (max-width: 1230px) {

		.container {
				max-width: 1024px;
		}

	}


	@media (max-width: 1024px) {

		.container {
				max-width: 768px;
		}

	}


	@media (max-width: 768px) {

		.container {
				max-width: 425px;
		}

	}


	@media (max-width: 425px) {

		.container {
				max-width: 320px;

		}

	}

	@media (max-width: 320px) {

		.container {
				max-width: none;
		}

	}







							 /* Header */

.header {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	position: fixed;
	transition: 2s;
	z-index: 100000;


}


.header__backgroundwlp {
	background-size: contain;
	background-repeat: repeat;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	opacity: 0;
	transition: opacity 0.9s ease;
	backdrop-filter: blur(20px);
	height: 115px;

}

.show__show {
	opacity: 1;
}




.header__content {
	justify-content: center;
	display: flex;
	align-items: center;
	text-align: center;
	min-height: 30px;
	position: relative;
	z-index: 100;
}





.header__title {
	font-size: 40px;
	color: black;
	font-weight: 700;
	margin: -75px 0px 0px -17rem;
	position: fixed;
	transition: left 5s ease;
	font-family: bpg dedaena;
}


@media (max-width: 768px) {
.header__title {
  display: none;
}
}




.header__title__mobile {
  display: none;
  color: black;
  font-size: 27px;
  font-weight: 600;
  z-index: 1000;
  position: absolute;
  top: -50px;
  left: 50px;

}


@media (max-width: 768px) {

  .header__title__mobile {
    display: block;
  }
  
 
}


@media (max-width: 425px) {

  .header__title__mobile {
    font-size: 23px;
    left: 70px;

  }
  
 
}



@media (max-width: 320px) {

  .header__title__mobile {
    font-size: 20px;
    left: 73px;
  }
  
 
}


.downtitlemobile {
  
}


@media (max-width: 425px) {

  
.downtitlemobile {
  display: block;
}

  
 
}

  




.header__suptitle {
	font-size: 15px;
	color: white;
	font-weight: 500;

}





.header__content .header__nav .header__ul .header__li  {
	position: relative;
	float: left;
	list-style: none;

}

.header__content .header__nav .header__ul .header__li .header__links {
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 17px;
	color: rgb(250, 250, 250);
	font-weight: 500;
	margin: 0 40px 0 0 ;

	list-style: none;
}

.header__content .header__nav .header__ul .header__li .header__links:hover {
color: gray;

}




.header__content .header__nav .header__ul .header__li .header__links:last-child {
margin: 0;
}



@media (max-width: 1230px) {

	.header__content .header__nav .header__ul .header__li .header__links {
			margin: 0 35px 0 0 ;
	}

}

@media (max-width: 1024px) {

	.header__content .header__nav .header__ul .header__li .header__links {
			margin: 0 16px 0 0 ;
			font-size: 13px;

	}

}

@media (max-width: 768px) {

	.header__content .header__nav .header__ul .header__li .header__links {
			display: none;
	}
	.header__faithlogo {
			display: none;
	}

	.header {
			background-color: transparent;
	}


}








.header__ul__two {
	position: absolute;
	left: 0;
	width: 180px;
	background: white;
	list-style: none;
	display: none;

}


.header__ul__three {
	position: absolute;
	left: 0;
	width: 180px;
	background: white;
	list-style: none;
	display: none;
}

.header_ul_four {
	position: absolute;
	left: 0;
	width: 180px;
	background: white;
	list-style: none;
	display: none;
}



.header__li__two {
	width: 100%;
	list-style: none;



}

.header__li:hover > .header__ul__two {
	display: initial;

}


.header__li__three {
	width: 100%;
	list-style: none;
}
.header__li:hover > .header__ul__three {
	display: initial;
}

.header__li__four {
	width: 100%;
	list-style: none;

}

.header__li:hover > .header_ul_four {
	display: initial;
}


.header__a__two {
	text-decoration: none;
	font-size: 16px;
	color: black;
	display: flex;
	margin: 20px 0 20px 0 ;
	padding: 10px 0 10px 0 ;
	font-style: italic;



}
.header__a__three {
	text-decoration: none;
	font-size: 16px;
	color: black;
	display: flex;
	margin: 20px 0 20px 0 ;
	padding: 10px 0 10px 0 ;
	font-style: italic;
}

.header__a__four {
	text-decoration: none;
	font-size: 16px;
	color: black;
	display: flex;
	margin: 20px 0 20px 0 ;
	padding: 20px 0 0px 0 ;
	font-style: italic;
}



.header__a__two:hover {
	color: #69b1e1;
}

.header__a__three:hover {
	color: #69b1e1;
}

.header__a__four:hover {
	color: #69b1e1;
}


.header__links {
	text-decoration: none;
	font-size: 14px;
	color: black;
	font-weight: 500;
	margin: 0 25px 0 0;
	font-style: italic;

}	



.header__links:last-child {
	margin: 0 ;
}






	/*firstpagebackphoto*/



	.firstpagebackphoto {
        background-image: url('/whoweare/css/header/whowearevback.jpg');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		height: 10vh;
}





/* whatwedo */


.what__we__do {
		text-align: center;
		padding: 60px 0 150px 0;

}

.what__we__do__content {
		justify-content: center;
}




.what__we__do__title {
		font-size: 25px;
		margin: 0 0 30px 0;
		position: relative;

}



.h-divider {
		margin: auto;
		margin-top: 20px;
		width: 65%;
		position: relative;
	}

	.h-divider .shadow {
		overflow: hidden;
		height: 30px;
	}

	.h-divider .shadow:after {
		content: '';
		display: block;
		margin: -25px auto 0;
		width: 70%;
		height: 25px;
		border-radius: 125px/12px;
		box-shadow: 0 0 10px rgb(186, 136, 75);
	}


.what__we__do__text {
		color: rgb(186, 136, 75);
		font-weight: 500;
		font-size: 25px;
		font-family: DM Archium;
		text-decoration: none;
		transition: 0.7s ease;
}
.what__we__do__text:hover {
		color: black;
}

/* whoweare */


.whoweare {
		padding: 65px 0 100px 0;
}


.whoweare__title {
		text-align: center;
		margin: 0 0 33px 0;
		align-items: center;
		font-size: 40px;
		font-weight: 500;
		display: block;

}



@media (max-width: 425px) {

	.whoweare__title {
		text-align: center;
		margin: 0 0 33px 0;
		align-items: center;
		font-size: 35px;
		font-weight: 500;
		display: block;

}


}







.whoweare__cttx {
		display: block;
		text-align: center;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
}




@media (max-width: 768px) {


.whoweare__cttx {
	display: block;
}



}





.whoweare__text {
		flex-basis: 100%;
		margin: 0 0 30px 0;
		box-sizing: border-box;
		padding: 0px 20px;
		line-height: 1.8;
		font-size: 20px;
		text-align: left;
}

.whoweare__textfirst {
		margin: 0 0 20px 0;
		text-indent: 30px;
}
.whoweare__textsecond {
		text-indent: 30px;
}
.whoweare__citate {
		text-align: center;
		align-items: center;
		margin: 0 auto;
		flex-basis: 100%;
		padding: 0px 3vw;
		margin: 0 0 40px 0;
		color: rgb(186, 136, 75);
		font-weight: 500;
		font-size: 18px;
		line-height: 2.4;
		font-style: italic;
		font-family: DM Archium;
		position: relative;
}






@media (max-width: 768px) {

	.whoweare__citate {
		max-width: 450px;
		flex-basis: 100%;
		margin: 30px 0 0 0;
		text-align: left;
		color: rgb(186, 136, 75);
		font-weight: 500;
		font-size: 18px;
		line-height: 2.4;
		font-style: italic;
		font-family: DM Archium;
}

	}


	@media (max-width: 425px) {

		.whoweare__citate {
			max-width: 450px;
			flex-basis: 100%;
			margin: 30px 0 0 0;
			text-align: left;
			color: rgb(186, 136, 75);
			font-weight: 500;
			font-size: 17px;
			line-height: 2.4;
			font-style: italic;
			font-family: DM Archium;
	}

		}



	@media (max-width: 320px) {

		.whoweare__citate {
			max-width: 450px;
			flex-basis: 100%;
			margin: 30px 0 0 0;
			text-align: left;
			color: rgb(186, 136, 75);
			font-weight: 500;
			font-size: 16px;
			line-height: 2.4;
			font-style: italic;
			font-family: DM Archium;
	}

		}


.whoweare__citate__autor {
	position: absolute;
	right: 0;
	bottom: -20px;
}


/* slider  */


.photoslider {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45vh;
	width: 100%;
	box-sizing: border-box;
	padding: 80px 0 80px 0;
}

.slider {
	position: relative;
	width: 100%;
	max-width: 600px;
	height: auto;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	
}
.slides {
	display: flex;
	width: 100%;
	transition: transform 0.5s ease-in-out;
	align-items: center;

}
.slide {
	min-width: 100%;
	height: 100%;
	
}

.sliderimg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center; 
	max-height: 400px; 
	
}


.prev, .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 10px;
	cursor: pointer;
	border-radius: 5px;
}
.prev { left: 10px; }
.next { right: 10px; }

@media (max-width: 768px) {
	.slider {
		max-width: 90%;
	}
	.prev, .next {
		padding: 8px;
	}
}
@media (max-width: 425px) {
	.slider {
		max-width: 95%;
	}
	.prev, .next {
		padding: 6px;
		font-size: 14px;
	}
}
@media (max-width: 375px) {
	.slider {
		max-width: 100%;
	}
	.prev, .next {
		padding: 5px;
		font-size: 12px;
	}
}
@media (max-width: 320px) {
	.slider {
		max-width: 100%;
	}
	.prev, .next {
		padding: 4px;
		font-size: 10px;
	}
}





/* kolash */



.kolash {
	width: 100%;
	padding: 150px 0;
}
.container {
}
.kolash__content {
	
}
.kolash__blockphoto {
	display: grid;
	justify-content: center;
	gap: 30px;
	grid-template-rows: 250px 250px;
	grid-template-columns: 500px 500px;
}



@media (max-width: 1024px) {
	.kolash__blockphoto {
		display: block;
		text-align: center;
		gap: 30px;
	
	}
	
	}
	

.kolash__photos {
	max-width: 100%;
	width: 500px;
	height: 250px;

}


/* hamburgermenu*/


.burger__menu__logo__logo {
	width: 80px;
	height: 80px;
	margin: 15px 0 0 15px;
	z-index: 1000;
	position: relative;
  }
  
  
  @media (max-width: 768px) {
  .burger__menu__logo__logo {
	width: 70px;
	height: 70px;
  }
  
  }
  
  
  @media (max-width: 425px) {
  .burger__menu__logo__logo {
	width: 60px;
	height: 60px;
  } 
  
  }
  
  
  
  
  
  .nav-toggle {
	cursor: pointer;
	height: 2.5rem;
	right: 3rem;
	position: fixed;
	top: 3rem;
	width: 3.5rem;
	z-index: 2;
  }
  
  
  
  
  .nav-toggle {
	cursor: pointer;
	height: 2.5rem;
	right: 3rem;
	position: fixed;
	top: 3rem;
	width: 3.5rem;
	z-index: 2;
  }
  
  
  
  @media (max-width: 425px) {
    
  .nav-toggle {
    cursor: pointer;
    height: 2.5rem;
    right: 2rem;
    position: fixed;
    top: 3rem;
    width: 3.5rem;
    z-index: 2;
    }
    
    
    }
  
    @media (max-width: 320px) {
     
  .nav-toggle {
    cursor: pointer;
    height: 2.5rem;
    right: 1rem;
    position: fixed;
    top: 3rem;
    width: 3.5rem;
    z-index: 2;
    }
     
      
      }
      
  
  .nav-toggle:hover {
	opacity: 0.8;
  }
  
  .nav-toggle .nav-toggle-bar,
  .nav-toggle .nav-toggle-bar::after,
  .nav-toggle .nav-toggle-bar::before {
	position: absolute;
	top: 0%;
	transform: translateY(0%);
	background: black;
	content: "";
	height: 0.2rem;
	transition: all 0.5s;
	width: 100%;
  }
  
  .nav-toggle .nav-toggle-bar {
	margin-top: 0;
  }
  
  .nav-toggle .nav-toggle-bar::after {
	margin-top: 1rem;
  }
  
  .nav-toggle .nav-toggle-bar::before {
	margin-top: -1rem;
  }
  
  .nav-toggle.expanded .nav-toggle-bar {
	background: transparent;
  }
  
  .nav-toggle.expanded .nav-toggle-bar::after,
  .nav-toggle.expanded .nav-toggle-bar::before {
	background: black;
	margin-top: 0;
  }
  
  .nav-toggle.expanded .nav-toggle-bar::after {
	transform: rotate(45deg);
  }
  
  .nav-toggle.expanded .nav-toggle-bar::before {
	transform: rotate(-45deg);
  }
  
  /* Navigation Menu */
  .nav {
	background: rgba(200, 200, 200, 0.9);
	color: black;
	display: flex;
	flex-direction: column;
	font-size: 1.75rem;
	height: 100vh;
	justify-content: center;
	align-items: center;
	right: -24rem;
	padding: 0rem;
	position: fixed;
	top: 0;
	transition: right 0.5s;
	width: 24rem;
	z-index: 1;
  }
  
  
  
  
  @media (max-width: 425px) {
  
	.nav {
	  background: rgba(200, 200, 200, 0.9);
	  color: black;
	  display: flex;
	  flex-direction: column;
	  font-size: 1.75rem;
	  height: 100vh;
	  justify-content: center;
	  align-items: center;
	  right: -30rem;
	  padding: 0rem;
	  position: fixed;
	  top: 0;
	  transition: right 0.5s;
	  width: 27rem;
	  z-index: 1;
	}
	
   
  }
  
  @media (max-width: 320px) {
  
	.nav {
	  background: rgba(200, 200, 200, 0.9);
	  color: black;
	  display: flex;
	  flex-direction: column;
	  font-size: 1.75rem;
	  height: 100vh;
	  justify-content: center;
	  align-items: center;
	  right: -30rem;
	  padding: 0rem;
	  position: fixed;
	  top: 0;
	  transition: right 0.5s;
	  width: 21rem;
	  z-index: 1;
	}
   
  }
  
  
  
  
  
  
  
  .nav.expanded {
	right: 0;
  }
  
  .burul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	list-style: none;
	text-align: left; /* Текст по центру */
  }

  
  .hamblink {
	color: black; /* Темно-серый цвет ссылок */
	font-size: 23px;
	font-weight: 400;
	transition: color 0.3s;
	text-decoration: none;
  }

  .hamblink:hover {
    color:rgb(214, 164, 103);
  }  


  .hamblink__link {
    color: rgb(49, 49, 49);
    text-decoration: none;
    font-size: 20px;
    transition: color 0.3s;
  }


  .hamblink__link:hover {
    color: black;
    text-decoration: none;
    font-size: 20px;
    
  }


.burulsec {
  margin: 5px 0 0 0;
}




									/* footer */


.footer {
    min-height: 35vh;
    height: auto;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(/css/main/full_p3Bloom_tbilisiback_2888x1782.png);
}



.footer__content {
  padding: 120px 0;
  display: grid;
  place-content: center; 
}

.footer__blockservice {
  display: block;
  color: black;
  flex-direction: column;
  text-align: left;

  
}
.footer__services__title {
  font-size: 25px;
  margin: 0 0 30px 0;
  font-weight: 600;
}


   
    @media (max-width: 425px) {

      .footer__services__title {
        font-size: 23px;
        margin: 0 0 30px 0;
        font-weight: 600;
      }
      
      
        
      }
      
      @media (max-width: 320px) {

        .footer__services__title {
          font-size: 22px;
          margin: 0 0 30px 0;
          font-weight: 600;
        }           
        }


.footer__contacts__block {
  align-items: center;
  display: flex;
  gap: 15px;
  margin: 0 0 8px 0;
}
.footer__contacts__icon img {
  width: 35px;
  height: 35px;
}
.footer__contacts__text {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.4;
}



@media (max-width: 768px) {

  .footer__contacts__text {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.5;
  }
  
  
  
    
  }

    @media (max-width: 425px) {
      .footer__contacts__text {
        font-size: 17px;
        letter-spacing: 1px;
        font-weight: 500;
      }
      
      }
      
      @media (max-width: 320px) {

        .footer__contacts__text {
          font-size: 15px;
          font-weight: 500;
        }
              
        }

.footer__blockemail {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 8px 0;
}
.footer__blockemail__icon img {
  height: 35px;
  width: 35px;
}
.footer__blockemail__text {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.4;
}



@media (max-width: 768px) {
  .footer__blockemail__text {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.4;
  }
  
  
  }

    @media (max-width: 425px) {
      .footer__blockemail__text {
        font-size: 17px;
        letter-spacing: 1px;
        font-weight: 500;
      }
      
      
      }
      
      @media (max-width: 320px) {
        .footer__blockemail__text {
          font-size: 15px;
          font-weight: 500;
        }
        
           
        }
.footer__blocklink {
  display: flex;
  align-items: center;
  gap: 15px;

}
.footer__blocklink__icon img {
  height: 35px;
  width: 35px;
}


/*copyright footer */

.footer__copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: black;
  background-color: #d3d3d3;
  padding: 10px 0;
}
.footer__text {
  font-size: 18px;
  font-weight: 500;
}

.footer__text span{
  font-size: 20px;
}



.footer__link {
  display: inline-block;
  padding: 12px 30px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  background-color: transparent;
  border: none;
  border-radius: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  animation: fadeIn 0.5s ease;
  z-index: 100;
  background-color: #b3c9e0;

}



@media (max-width: 768px) {
 

.footer__link {
  display: inline-block;
  padding: 12px 0;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  background-color: transparent;
  border: none;
  border-radius: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  animation: fadeIn 0.5s ease;
  z-index: 100;
  background-color: #b3c9e0;

}
  
  }
  
  
  @media (max-width: 425px) {
  

.footer__link {
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  background-color: transparent;
  border: none;
  border-radius: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  animation: fadeIn 0.5s ease;
  z-index: 100;
  background-color: #b3c9e0;

}
  
  }


  @media (max-width: 320px) {
    

.footer__link {
  display: inline-block;
  padding: 12px 0;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  background-color: transparent;
  border: none;
  border-radius: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  animation: fadeIn 0.5s ease;
  z-index: 100;
  background-color: #b3c9e0;
  font-weight: 600;
}
    
    }
    
  



.footer__link:hover {

  transform: scale(1.05);
  background-color: #9db5cd;
  color: #000000;
  font-weight: 600;
}


.footer__nav img {
  position: relative;
  z-index: -1;
  margin: 10px 0 0 0 ;
}





















