/*-----------------------------------------------------------
# General
-----------------------------------------------------------*/

html {
	font-size: 16px;
}

a {
	text-decoration: none;
	outline: none;
	transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

a.btn {
	text-transform: uppercase;
}

a.a-line {
	border-bottom: 1px solid;
}

section {
	margin-bottom: 60px;
}

/*-----------------------------------------------------------
# prldr
-----------------------------------------------------------*/

#p_prldr{
position: fixed;
left: 0;
top: 0;
right:0;
bottom:0;
background: #fff;
z-index: 99999999;}
 
.contpre small{font-size:25px;}
 
.contpre{
width: 258px;
height: 234px;
position: absolute;
left: 50%;top: 50%;
margin-left:-129px;
margin-top:-117px;
color:#000;


text-align:center;
line-height:35px;}
 
#p_prldr .svg_anm {
position: absolute;
width: 41px;
height: 41px;
/*background: url(/site/img/loader.gif) center center no-repeat;*/
background-size:41px;    
margin: -16px 0 0 -16px;}

/*-----------------------------------------------------------
# Header
-----------------------------------------------------------*/

header {
    margin-bottom: 108px;
}

@media (min-width: 768px) { 
header {
    margin-bottom: 138px;
}
}

#header {
  height: 78px;
  padding: 15px 0;
  transition: all 0.5s;
  /*position: fixed;*/
  z-index: 500;
  background-color: rgba(255, 255, 255, 0.95);
  

}

.logo img {
  margin-top: -3px;
}

/*----------------------------------------
# Navigation Menu
----------------------------------------*/

/*----------------------------------------
# Desktop
----------------------------------------*/

.nav-menu, .nav-menu * {
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  text-transform: uppercase;
  margin: 12px 15px;
}

.nav-menu a.btn {
  margin: 5px 0 0 15px;
}

/*----------------------------------------
# Mobile
----------------------------------------*/

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9998;
  overflow-y: auto;
  left: -100%;
  width: 100%;
  padding-top: 74px;
  font-size: 20px;
}

.mobile-nav ul, .mobile-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav .contact-block {
  text-align: center;
}

.mobile-nav .contact-block p {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav .contact-block a {
  display: inline-block;  
  text-transform: none;
  margin: 0 0 3px 0;
  
}

.mobile-nav a {
  display: block;
  position: relative;
  text-transform: uppercase;
  margin: 25px;
}

.mobile-nav a.btn {
  margin: 30px 15px 25px;
}

a.btn.btn-dark {
background: rgb(30,5,89);
border-color: rgb(30,5,89);
background: linear-gradient(90deg, rgba(30,5,89,1) 0%, rgba(50,22,63,1) 100%); 

}

button.btn.btn-dark {
background: rgb(30,5,89);
border-color: rgb(30,5,89);
background: linear-gradient(90deg, rgba(30,5,89,1) 0%, rgba(50,22,63,1) 100%); 
display: flex;
align-items: center;
justify-content: center;
height: 40px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 8px;
  top: 22px;
  z-index: 99999;
  border: 0;
  background: none;
  font-size: 29px;
  outline: none !important;
  cursor: pointer;
  line-height: 1;
  text-align: right;
  transition: all 0.4s;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  display: none;
  margin-top: 78px;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

/*-----------------------------------------------------------
# Main
-----------------------------------------------------------*/

.divider {
    height: 1px;
	background: radial-gradient(ellipse at center, #dee2e6 0, rgba(255, 255, 255, 0) 75%);
	border: none;
	margin: 0;
	padding: 0;
}

.divider2 {
    height: 1px;
	background: radial-gradient(ellipse at center, rgb(0,0,0) 0, rgba(255, 255, 255, 0) 75%);
	border: none;
	margin: 0 15px;
	padding: 0;
}



.hr-line {
    height: 1px;
    border-top: 1px solid #dee2e6!important;
	
}

.hr-line2 {
    height: 1px;
    border-top: 1px solid !important;
	
}

.gl-banner {
	width: 100%;
	border-radius: calc(.25rem - 1px);
	/* transform: scale(1) perspective(2000px) rotateY(18deg) rotateX(0deg) rotate(0deg); */
	transform: scale(1) perspective(1040px) rotateY(-18deg) rotateX(0) rotate(0);
}

img.services-all {
	width: 100%;
}

/*----------------------------------------
# Jarallax
----------------------------------------*/

.jarallax h1, .jarallax h2, .jarallax h3, .jarallax p {
	color: #fff;
	/* text-transform: uppercase; */
	font-weight: 700;
}





/*-----------------------------------------------------------
# Footer
-----------------------------------------------------------*/

.footer-line {
	height: 90px;
	-webkit-clip-path:polygon(0 35%,100% 0%,100% 100%,0 100%);
	clip-path:polygon(0 35%,100% 0%,100% 100%,0 100%);
	background-color: #f2f2f2;
}

.footer-content {
	background-color: #f2f2f2;
}

.privacy li {
  float: right;
}

.privacy a {
   margin: 0 15px;
}
.jarallax .text-center{
text-shadow: 1px 6px 50px rgba(0,0,0,1);}
.success-message{
font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.2; 
    color: #1e7e34;
font-weight: 400;
}
@media(max-width: 480px){
.success-message{
font-size: 1.8rem;
}}
.bold-text{
font-size: 1em;
    font-weight: 600;
}
.lead a{
color: #1a7098;
}
.title-h2{
font-size: 2rem;
margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.title-h3{
font-size: 1.75rem;
margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.title-h5{
font-size: 1.25rem;
margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;}

/* gallery images */
ul.image-container{
    margin:0;
    padding:0;
display:flex;
flex-wrap: wrap;
justify-content: space-between;
gap:5px;
margin-bottom: 20px;
}
ul.image-container li {
    list-style:none;
   
    
}
ul.image-container li ul{
    margin:0;
   
}
ul.image-container li ul li{
    display:block;
    text-align:center;
    width:180px;
    padding: 0;
}
ul.image-container li ul li h5{
    margin: 0 0 2px;
    font-size: 14px;
    text-decoration:underline;
    color: #063144;
}
ul.pagination-nav{
margin-left: 0px;
display: flex;
padding-left:0px; gap: 3px;
justify-content: end;
}
ul.pagination-nav li{
    list-style:none;
    display:flex;
  

}
ul.pagination-nav li a{
color: #fff;
border-radius: 3px;
height: 35px;
width: 35px;
display: flex;
align-items: center;
justify-content: center;
background-color:  #cccccc;
}
ul.pagination-nav li a:hover{
background-color: #212529;
}
ul.pagination-nav li a.active{
    color:#fff;
background-color: #d12450;
}
.custom-thumb-width {
    width: 100%;
}

.custom-image-width {
    width: 100%;
}
.custom-image-width-wrapp{
width: calc(100%/3 - 5px*2);
transition: all 0.5s ease-in-out;
overflow:hidden;
}
.custom-image-width-wrapp img{

transition: all 0.3s ease-in-out;}
@media(max-width: 980px){
.custom-image-width-wrapp{
width: calc(100%/2 - 3px);}
}
.custom-image-width-wrapp:hover img{
scale: 1.1;
transition: all 0.3s ease-in-out;}
.icofont-navigation-menu{}
/* Стили для контейнера иконки меню */
.icofont-navigation-menu {
    width: 30px; /* Ширина иконки */
    height: 30px; /* Высота иконки */
    cursor: pointer; /* Изменение курсора при наведении */
    display: flex; /* Отображение элемента как блочного */
    align-items: center; /* Выравнивание содержимого по центру вертикально */
    justify-content: center; /* Выравнивание содержимого по центру горизонтально */
 content: url('/site/img/menu.svg');
}
.icofont-close{
width: 24px; /* Ширина иконки */
    height: 24px; /* Высота иконки */
    cursor: pointer; /* Изменение курсора при наведении */
    display: flex; /* Отображение элемента как блочного */
    align-items: center; /* Выравнивание содержимого по центру вертикально */
    justify-content: center; /* Выравнивание содержимого по центру горизонтально */
 content: url('/site/img/close.svg');
}





.preloader__wrapp{
  display:flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.preloader__tl{
  position: absolute;
display:flex;
align-items: center;
justify-content: center;
  }
.preloader__tl-lg{
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-weight: 800;
   letter-spacing: 4px;
    font-size: 2.2em;
}
.preloader__tl-sm{
text-transform: uppercase;
  letter-spacing: 0.8em;
    font-size: 0.6em;
    font-weight: 800;
}
.progress__bar {
  position: relative;
 mask: url('/site/img/vector.svg') no-repeat center;
  background: #f4eff1;
  border-radius: 25px;
   width: 180px;
    height: 220px;

 
}

.progress__fill {
  position: absolute;
  height: 0%;
  width: 250px;
  animation: progress-forward 3s infinite;
  background: #cd2b55;
 bottom: 0;
   
}

@keyframes progress-forward {
  0% {
    height: 0%;
  }
  
  100% {
    height: 100%;
  }
} 
.flex{
display: flex;
align-items: center;
position: relative;
}

.fas{

    display: flex;
    width: 15px;
    height: 15px;
  margin-right: 5px;
    align-items: center;
justify-content: center;

}
.fab{

    display: flex;
    width: 15px;
    height: 15px;
  margin-right: 5px;
    align-items: center;
justify-content: center;


}
.fa-phone{
content: url('/site/img/icon/phone.svg');
}
.fa-level-down-alt{
content: url('/site/img/icon/time.svg');
margin-left: 5px;
}
.fa-paper-plane{
content: url('/site/img/icon/telegram.svg');
}
 .fa-paper-plane-wt{
content: url('/site/img/icon/telegram_wt.svg');
margin-left: 5px;
}
.fa-location-arrow{
content: url('/site/img/icon/location.svg');
}
.fa-envelope-open{content: url('/site/img/icon/email.svg');}
.list-unstyled li{
display: flex;
align-items: center;}
.fa-sms{content: url('/site/img/icon/sms.svg'); margin-left: 5px;}
.fa-whatsapp{content: url('/site/img/icon/whatsapp.svg');}
.fa-telegram{content: url('/site/img/icon/telegram.svg');}
.fa-viber{content: url('/site/img/icon/viber.svg');}
.fa-youtube{content: url('/site/img/icon/youtube.svg');}
.fa-instagram{content: url('/site/img/icon/instagram.svg');}
.fancybox-close:before{content: url('/site/img/icon/close_wt.svg');}
.fa-building{content: url('/site/img/icon/artist.svg');}
.fa-certificate{content: url('/site/img/icon/document.svg');}
.contact-block-mobile{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    align-items: flex-start;
    justify-content: center;}