html{
	font-family: Arial;
	background: url(20230620_104456.jpg) no-repeat fixed;
	background-size: 100%;
	scroll-behavior: smooth;
}
.body{
	display: flex;
	font-family: sans-serif;
	width: 1100px;	
	

}
.header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0px 40px 0px 60px;
	
	

}


.logo img{
	height: 80px;
}
.logo img:hover{
	transform: rotate3d();
}
.exp{


}
.exp ul{
	margin: 10% auto;
	text-transform: uppercase;

}
.exp li{

	display: inline;
	margin:60px;
	
}
.exp a{
	font-size: 20px;
	text-decoration: none;
	color: #E9E21E;
	text-shadow: 2px 1px 5px  #724A12;
	font-weight: bold;



}
.exp a:hover{
	color: #1E1C41;
	
	
	
	
}
.tel{


}
.tel a{
	color: #E9E21E;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 2px 4px  #000;
	text-decoration: none;
}
.tel img{
	vertical-align: middle;
	height: 30px;

}
.tel button{

	height: 33px;
	font-weight: bold;
	border-radius: 2px;
	cursor: pointer;
	transition: all .2s;
}
.tel button:hover{
	background-color: #444649;
	color: #fff;
}

.tel_text2{
	font-weight: bold;
}
.row{
	display: flex;
	justify-content: space-around;

	
	
}
.row-h3{
		display: none;

}	
.row2{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width:100%;
	margin: 0px 150px 0px 150px;
	
}
.row2 button{
	margin-top: 30px;
	padding: 10px 90px 10px 90px;
	cursor: pointer;
	border: 3px solid#494848;
	border-radius: 2px;
	background: url(1614149783_15-p-fon-tsarapannoe-serebro-19.jpg);
	font-weight: bold;
	text-decoration: none;
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 2px 1px 4px #393737;
	color: #fff;
}
.row2 button:hover{
	opacity: .8;}
.row table{
	width: 100%;
	margin-top: 50px;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
	text-align: center;
}
.row th{
	
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 30px;
	text-shadow: 1px 1px 1px #000;
}

.row td{
	border: 1px solid #fff;
	padding: 0;
	margin: 0;
	background: #fff;
	

}
.row tr{

	border: 1px solid #fff;
}
.row_img{

	
	
}

.row_img h1{
	color: #fff;
	background-color: #444649;
	padding: 10px;
	opacity: .8;
	border-radius: 2px;
	text-shadow: 2px -1px 4px #151414;
	top: 20px;
	left: 10%;
	margin: 90px 40px 0px 20px;
	font-size: 30px;
	text-transform: uppercase;


	
}
.row_right{


}
.row_right_forma {


margin: 90px;



	

}
.row_right_forma ul{
	padding:0 20px 0 10px;
	border: 3px solid#494848;
	border-radius: 2px;
	background: #444649;
	font-weight: bold;
	font-size: 18px;
	width: 300px;
	text-transform: uppercase;
	color: #E9E21E;
	opacity: .8;
	list-style-type: none;
}
.row_right_forma li{
	
	margin-top: 5px;
	text-shadow: 2px 2px 2px #1D1C1C;

}
.row_right_forma form{
	text-align: left;
	margin-bottom: 110px;
	


}
.input{
	border: 3px solid#494848;
	background: url(1614149783_15-p-fon-tsarapannoe-serebro-19.jpg);
	padding: 15px;
	width: 300px;
	margin-top: 20px;
	border-radius: 2px;
	font-weight: bold;

}
#submit{
	border: 3px solid#494848;
	background: url(1614149783_15-p-fon-tsarapannoe-serebro-19.jpg);
	padding: 15px;
	width: 336px;
	margin-top: 20px;
	border-radius: 2px;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	cursor: pointer;

}
#submit:hover{
	opacity: .8;
	color: #494848;
}
.row_right_counter{
	display: flex;
	flex-direction: column;
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 2px -1px 4px #151414;
	align-items: center;
	background-color: #444649;
	padding: 5px;
	opacity: .8;
}
.row_right_counter button{

	padding: 15px 180px 15px 180px;
	border: 3px solid#494848;
	border-radius: 2px;
	background: url(1614149783_15-p-fon-tsarapannoe-serebro-19.jpg);
	font-weight: bold;
	text-decoration: none;
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 2px 1px 4px #393737;
	color: #fff;

}
.row_right_counter button:hover{
	opacity: .8;
}
.countdown-number{
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;




}
#days, #hours, #minutes, #seconds{
	padding-top: 70px;
	height: 140px;
	width: 280px;
	border-radius: 2px;
	background: #DBDBDD;
	opacity: .8;
	margin:10px auto;
	font-size: 70px;

}
.count-days{
	display: flex;
	align-items: center;
	position: relative;
}
.count-days span{
	margin:10px auto;

	
}
.wrapper{
	display: flex;
	flex-direction: column;
	margin-top: 100px;
	background: #2B2B2D;
	opacity: .8;
	text-align: center;
	align-items: center;
	font-size: 30px;

	
}
.wrapper2{
	display: flex;
	flex-direction: column;
	margin-top: 0px;

	opacity: .8;
	text-align: center;
	align-items: center;
	font-size: 30px;

	
}
.wrapper button{
	padding: 15px 180px 15px 180px;
	cursor: pointer;
	border: 3px solid#494848;
	border-radius: 2px;
	background: url(1614149783_15-p-fon-tsarapannoe-serebro-19.jpg);
	font-weight: bold;
	text-decoration: none;
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 2px 1px 4px #393737;
	color: #fff;
}
.wrapper button:hover{
	color: #357CCC;
	
	text-shadow:  2px -1px 4px #151414;
}
.wrapper h3{
	color: #fff;
	text-shadow: 2px -1px 4px #151414;
}
.wrapper2 button{
	padding: 15px 180px 15px 180px;
	cursor: pointer;
	border: 3px solid #494848;
	border-radius: 2px;
	background: url(1614149783_15-p-fon-tsarapannoe-serebro-19.jpg);
	font-weight: bold;
	text-decoration: none;
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 2px 1px 4px #393737;
	color: #fff;
}
.wrapper2 button:hover{
	color: #357CCC;
	
	text-shadow:  2px -1px 4px #151414;
}
.wrapper2 h3{
	color: #fff;
	text-shadow: 2px -1px 4px #151414;
}

.wrapper-img1{
	display: flex;
	margin: 5px auto;

}

.wrapper-img img{
	height: 200px;
	width: 280px;
	margin: 40px;
	border-radius: 2px;
	opacity: .8	;
	
	transition: all 1s;

}
.wrapper-img img:hover{
	transform: rotate(30deg);
	opacity: 1;


}
.wrapper-img p{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px -1px 4px #151414;

}
.wrapper-img2 img{
	height: 200px;
	width: 280px;
	margin: 40px;
	border-radius: 2px;
	
	
	transition: all 1s;

}
.wrapper-img2 img:hover{
	transform: rotate(30deg);
	


}
.wrapper-img2 p{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px -1px 4px #151414;

}

.input2{
	border: 3px solid#494848;
	background: url(1614149783_15-p-fon-tsarapannoe-serebro-19.jpg);
	padding: 15px;
	width: 302px;
	margin-top: 20px;
	border-radius: 2px;
	font-weight: bold;

}
#submit2{
	border: 3px solid#494848;
	background: url(1614149783_15-p-fon-tsarapannoe-serebro-19.jpg);
	padding: 12px;
	width: 340px;
	margin-top: 20px;
	border-radius: 2px;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	cursor: pointer;

}
#submit2:hover{
	opacity: .8;
	color: #494848;
}

.filter{
	background: rgb(0,0,0.6);
	position: fixed;
	top:0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: : 100;
	display: none;
	opacity: .6;
}
.popup{
	position: fixed;
	margin-top: 150px;
	top: 0;
	border: 3px solid black;
	padding: 50px;
	border-radius: 2px;
	background: #6F87A5;
	color: #fff;
	text-shadow: 1px 2px 2px #000;
    display: none;
	z-index: 100;
}

.o-nas{
	display: flex;
	margin:40px 40px 0px 60px;
padding: 30px;
	background-color: #2B2B2D;
	padding-bottom: 40px;

	

}


.o-nas1{

	
	text-shadow: 1px 1px 1px black;

}

.o-nas2{
	color: #fff;
	text-align: left;
	margin: 7px 0px 0px 10px;	
}
.span1{
	color: #E9E21E;
	font-size: 80px;

}
.how{
	background-color: #3D3E41;
}
.how-work{
	display: flex;
	

	
}

.work1{
	color: #fff;
	width: 180px;
	text-align: left;
	font-size: 18px;

	

}
.work1	img{
	border:1px solid black;
	border-radius: 5px;
	padding: 10px;
	background-color: #6F87A5;
}

.work2 img{

	margin: 40px auto;
	height: 64px;
	width: 64px;
}
.work3 img{
display: none;
}
.f{background-color: #2B2B2D;
	width: 100%;
	text-align: center;


}
.f h3{
	color: #fff;
	font-size: 30px;
}
.footer{
	display: flex;
	margin:100px 40px 0px 60px;

	
	

}
.map iframe{
	width: 500px;
	height: 500px;
}
.cont{
	width: 55%;
	margin-left: 50px;
	text-align: left;
	padding: 10px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}
.cont a{
	text-decoration: none;
	color: #5A7CC0;
	text-shadow: 1px 1px 1px #000;
	font-size: 30px;
}
.span2{
	color: #5A7CC0;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	font-size: 30px;
}
.span3{
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 30px;
}
.p_class{
	margin-bottom: 50px;
}
.slider-content * {
    box-sizing: border-box;
    font-family: Verdana, sans-serif;  
    line-height: 1.2;
    text-shadow: 0 0 12px rgba(0,0,0,0.5), 0 2px 6px rgba(0,0,0,0.7);       
}
.slider-content {
    position: relative;
    background: #fff;
    margin: 20px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}
.slider-content .slider-container {
    position: relative;
    height: 600px;
    overflow: hidden;
}
.slider-content .slide-content {
    position: relative;
    width: 100%;
    height: 100%;
}
.slider-content .header {
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 999;
}
.slider-content .header .logo {
    font-size: 26px;
    color: white;    
}
.slider-content .header .logo span {
    font-weight: bold;
}
.slider-content .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.slider-content .slide:after {
    content: "";
    display: table;
    clear: both;
}
.slider-content .slide.active {
    opacity: 1;
}
.slider-content .slide .clip-svg {
    clip-path: circle(25px at 90%);
    width: 100%;
    height: 100%;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}
.slider-content .slide.active .clip-svg {
    clip-path: circle(130% at 90%);
}
.slider-content img {
    position: absolute;
    display: block;
   
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-content .title-wrapper {
    position: relative;

    color: white;
    top: 60%;
    left: 80px;
    bottom: 80px;
    width: calc(100% - 160px);  
}
.slider-content .title-wrapper .title-1 {
    font-size: 30px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 900; 
}
.slider-content .title-wrapper .title-2 {
    font-size: 14px;
    margin: 0; 
    font-weight: bold;

      
}

.slider-content .control-nav {
    position: absolute;
    left: 30px;
    top: 20%;
    z-index: 999;
}
.slider-content .control-nav ul {
    position: relative;
    list-style: none;
    padding: 0;
}
.slider-content .control-nav li {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 10px 0;
    background: white;
    opacity: 0.5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;  
    font-size: 13px;
    font-weight: bold;
}
.slider-content .control-nav li.active {
    opacity: 1;
}
.slider-content .next-button {
    position: absolute;
    right: 1%;
    height: 20%;
    width: 20%;  
    top: 40%;
    cursor: pointer;
    z-index: 999;
}
.slider-content .next-button svg {
    height: 100%;
    width: 100%;
    transform: rotate(270deg); 
    fill: #FFF;
}
.slider-content .footer-wrapper {
    position: absolute;
    color: white;
    bottom: 30px;
    right: 40px;
    z-index: 10;
}
.slider-content .footer-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 12px 0 0;
    box-shadow: inset 0 18px 12px -12px rgba(0,0,0,0.4);
}
.slider-content .footer-wrapper ul:after {
    content: "";
    display: table;
    clear: both;
}
.slider-content .footer-wrapper li {
    position: relative;
    float: left;
    margin: 0 12px;
}    
.slider-content .footer-wrapper a {
    color: #FFF;
    text-decoration:none;
    transition-duration: 0.3s;
    display:inline-block;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}    
.slider-content .footer-wrapper a:hover {
    color: #FFF;
    text-decoration:none;
}        
.slider-content .footer-wrapper a:after {
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    background-color: #FFF;
    transition: width 0.2s ease-in-out;
}
.slider-content .footer-wrapper a:hover:after,
.slider-content .footer-wrapper a:focus:after {
    width: 100%;
}
#big{
	visibility: hidden;
}
#whatsapp-icon {
    position: fixed;
    bottom: 40px; /* Расположение значка снизу */
    right: 40px; /* Расположение значка справа */
    opacity: 0; /* Начальная прозрачность, значок будет скрыт */
    transition: opacity 0.3s ease; /* Плавное появление значка */
    z-index: 1000; /* Положение над другими элементами */
}

#whatsapp-icon.show {
    opacity: 1; /* Показываем значок при активации */
}
#whatsapp-icon img {
    width: 60px; /* Размеры изображения WhatsApp */
    height: 60px;