*{
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior:smooth;
}

p{
	font-size: 16px;
	color: #036;
}

.red{
	color: red;
}

a{
	text-decoration: none;
	color: #f2f2f2;
	font-size: 16px;
}

h1{
	color: #ae9363;
  text-shadow: 0 -1px 3px #fefd87,0 -1px 3px #fefd87,0 1px 3px #fefd87,0 1px 3px #fefd87,-1px 0 3px #fefd87,1px 0 3px #fefd87,-1px 0 3px #fefd87,1px 0 3px #fefd87,-1px -1px 3px #fefd87,1px -1px 3px #fefd87,-1px 1px 3px #fefd87,1px 1px 3px #fefd87,-1px -1px 3px #fefd87,1px -1px 3px #fefd87,-1px 1px 3px #fefd87,1px 1px 3px #fefd87;
  font-size: 4rem;
  text-align: center;
}

h2{
	font-size: 36px;
  text-align: center;
  color: white;
  text-shadow: black 1px 1px 2px, orange 0px 0px 1em;
}

h3{
	color: white;
  text-shadow: black 1px 1px 2px, orange 0px 0px 1em;
  font-size: 30px;
  text-align: center;
}

h4{
	font-size: 20px;
	color: #036;
}

h5{
	color: #036;
	font-size: 24px;
}

h6{
	color: #036;
	font-size: 16px;
	margin: 8px 0;
}

button{
	border: none;
}

header{
	color: #f2f2f2;
	position: fixed;
	width: 100%;
	z-index: 100;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	
}

.header-mobil{
	display: none;
}

.header-desktop{
	padding: 0px 25px;
	background-color: #2f4f4f;
	display: flex;
	justify-content: space-between;

}

.header-desktop-left-text{
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	white-space: nowrap; /* Запрещаем перенос строк */
   overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 25px;
	color: #f2f2f2;
}

.header-desktop-middle-menu{
	display: flex;
	justify-content: space-around;
	background-color: #789;
	margin: 0px 15px;
}

.header-desktop-middle-menu-button{
	display: block;
	padding: 15px 25px;
	white-space: nowrap;

}

.header-desktop-middle-menu-button:hover{
	color: #789;
	background-color: #f2f2f2;
	transition: 0.4s;
	
}

#company-button:hover + .header-desktop-middle-menu-button-blok-comp{
	display: flex;
}

.header-desktop-middle-menu-button-blok-comp{
	display: none;
	position: absolute;
	flex-direction: column;
	background-color: #789;
}

.header-desktop-middle-menu-button-blok-comp:hover{
	display: flex;
}

.not_active{
	color: #aaa;
}

.header-desktop-middle-menu-button-blok-career{
	display: none;
	position: absolute;
	flex-direction: column;
	background-color: #789;
}

#career-button:hover + .header-desktop-middle-menu-button-blok-career{
	display: flex;
}


.header-desktop-middle-menu-button-blok-career:hover{
	display: flex;
}


.header-desktop-right-text{
	display: block;
	padding: 15px 0;
	white-space: nowrap; /* Запрещаем перенос строк */
   overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 25px;
	color: #f2f2f2;
}

a#header-desktop-right-mail:hover{
	color: rgb(138, 138, 255);
	transition: 0.3s;
}

.main-title{
	padding-top: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	background-image: url(../png/phone_gold.b3c60692.jpg);
	background-size: cover;
}

#main-title-text-margin{
	margin: 25px 0;
}

.info-img{
	display: flex;
	justify-content: center;
	background-size: cover;
}

#info-img1{
	background-image: url(../png/bolshevik.5f770cb8.jpg);
}

#info-img2{
	background-image: url(../png/taimyr2.2681e1aa.jpg);
}

.news{
	display: flex;
	justify-content: center;
	background-position: center;

}


#news1{
	background-image: url(../png/img_668e201954248.jpg);
}

#news2{
	background-image: url(../png/1687862597167441583.jpg);
	flex-direction: column;
	
}

.news-img{
	height: 100vh;
	display: block;margin-left: auto; margin-right: auto;
}

#news-mobil-video{
	display: none;
	
}

.info{
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../png/bolshevikmap.f0fbc044.png);
	background-size: cover;

}

.info-blok{
	width: 60vw;
	background-color: #fff;
	box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
	padding: 50px;
}

.info-blok-title{
	margin-bottom: 25px;
	
}

.info-blok-text{
	padding-left: 50px;
	background-image: url(../png/значок.png);
	background-repeat: no-repeat;

}

.info-blok-text-theme{
	margin-top: 25px;
	margin-bottom: 10px;
}

.info-blok-text-dop{
	color: #036;
	opacity: .7;
	font-weight: 900;
}



#a-mail{
	color: #036;
	text-decoration: dashed;
}

#a-mail:hover{
	color: rgba(61, 158, 255, 0.699);
}

#info-blok-title-important{
	margin-top: 25px;
	
}

#info-blok-contact{
	text-align: center;

}

.safety{
	text-align: center;

}

.info-blok-a-safety{
	display: block;
	text-decoration:underline;
	color: #036;
	margin-right: auto;
	margin-left: auto;
}

.slider{
	position: relative;
}




.slider-body-back{
	display: none;
	align-items: center;
	justify-content: center;
	width: inherit;
	height: 100vh;
	background: linear-gradient(-45deg,#87ceeb,#add8e6,#f2f2f2,#add8e6,#87ceeb);
	
}

.slider-body-slides{
	padding: 50px;
	background-color: #fff;
	width: 60vw;
	box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
	
}

.slider-body-main{
	text-align: center;
}

#slider-body-main-title{
	color: #036;
	font-size: 36px;
	text-shadow: none;
}

.slider-body-main-text{
	margin:  25px 0;
	font-size: x-large;
}

.slider-body-slides-text{
	margin: 25px 0;

}

.slider-body-slides-spisok{
	padding-left: 75px;
}

#accountant{
	width: 75%;
}

svg{
	vertical-align: middle;
  stroke: currentColor;
  fill: none;
  width: 3.5em;
  padding: 1em;
  stroke-width: 1;
  box-sizing: border-box;
  font-size: 1.5rem;
  
}

.slider-button{
	color: #fefd87;
	font-size: 1.5rem;
	position: absolute;
	font-size: inherit;
	text-align: center;
	transform: translateY(-50%);
	cursor: pointer;
	user-select: none;
	outline: none;
	z-index: 13;
	line-height: 1;
	top: 50%;
	background-color: transparent;
	border: none;
	opacity: .7;
	
	transition: .3s ease-in-out;
}


svg:hover{
	stroke-width: 1.3;
	transition: .3s ease-in-out;
}

.slider-button-right{
	right: .5rem;
}

.slider-button-left{
	left: .5rem;
}

.counter{
	position: absolute;	
	display: block;
	padding: 10px 20px;
	border: solid 3px #036;
	border-radius: 10px;
	box-sizing: 1px;
	color: #036;
	top: 20%;
	left: 2.5rem;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.info-blok-right{
	margin-right: 50px;
}

.info-blok-right-text{
	margin: 25px 0;
	width: 100%;
}

.pamatka{
	text-decoration: underline #036 2px;
	color: #036;
	transition: 0.24s;
	display: block;
}

.pamatka:hover{
	color: #87ceeb;
	transition: 0.24s;
	text-decoration: none;
}


.info-karta{
	display: flex;
	justify-content: space-around;
	
}

#karta-mobil{
	display: none;
}

footer{
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	position: fixed;
	width: 100%;
	z-index: 100;
	bottom: 0;
}

.footer-mobil{
	display: none;
}

.footer-desktop{
	display: flex;
	justify-content: space-around;
	background-color: #2f4f4f;
}

.footer-desktop-text{
	color: grey;
	padding: 15px 25px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#footer-desktop-text-center{
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
	padding-left: 75px;
	padding-right: 75px;
}

#telefon-button{
	z-index: 100;
	display: block;
	position: fixed;
	border: none;
	border-radius: 10px;
	text-decoration: none;
	color: white;
	background: #00a6ac;
	box-shadow: 0 5px 0 #007377;
	padding: 15px 25px;
	font-size: 15px;
	right: 20px;
	bottom: 75px;
	transition: 0.2s;

}

#telefon-button:hover{
	background: #007377;
    box-shadow: none;
    position: fixed;
    bottom: 70px;
	 transition: 0.2s;
}

#telefon-sendler{
	display: none;
	position: fixed;
	background:white;
	border-radius: 2px;
	box-shadow: .5rem .5rem 0 var(--color-shadow, #2f4f4f);
	border: 5px solid var(--color-shadow, #2a4646);
	z-index: 100;
	top: 30vh;
	left: 35vw;
	padding: 50px;
	padding-right: 130px;
}

.telefon-form{
	display: flex;
	flex-direction: column;
	}

.telefon-text{
	font-family: 'Inter', sans-serif;
	font-weight: 900;
	font-size: 20px;
	color: #2f4f4f;
	margin-bottom: 25px;
}

.telefon-input{
	margin-bottom: 30px;
	font-size: 20px;
	font-family: 'Inter', sans-serif;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 2px;
	border: none;
	border-bottom: 3px #2f4f4f solid;
	border-radius: 2px;
	width: 350px;
	
}

.telefon-input::placeholder{
	color: #427070;
}

.telefon-input:focus{
	outline: none;
	padding-right: 10px;
	border-bottom: 5px #2f4f4f solid;
	transition: 0.2s;
}



#telefon-button-send{
	display: block;
	width: 160px;
	border: none;
	border-radius: 10px;
	text-decoration: none;
	color: white;
	background: #00a6ac;
	padding: 15px 25px;
	font-size: 15px;
	
}

#telefon-button-send:hover{
	 background: #007377;
    box-shadow: none;
	 transition: 0.2s;
}

#telefon-close{
	padding: 0.3px;
	position: absolute;
	top: 20px;
	right: 10px;
	color: #2f4f4f;
}

#header-mobil-menu{
	display: none;
}


@media (max-width: 768px){

	p{
		font-size: 8px;
	}

	h1{
		font-size: 2rem;
	}

	h2{
		font-size: 18px;
	}

	h3{
		font-size: 15px;
	}

	h4{
		font-size: 10px;
	}

	h5{
		font-size: 12px;
	}

	h6{
		font-size: 13px;
	}

	a{
		font-size: 8px;
	}

	.header-desktop{
		display: none;
	}

	.header-mobil{
		display: flex;
		align-items: center;
		background: #2f4f4f;
		justify-content: space-between;
	}

	#header-mobil-logo{
		width: 50px;
		height: 20px;
		margin: 15px;
	}

	

	#header-mobil-menu-button{
		color: white;
		background-color: #2f4f4f;
		font-size: 30px;
		margin-right: 15px;
	}

	#header-mobil-menu{
		width: 0;
		position: fixed;
		z-index: 100;
		top: 0px;
		right: 0;
		background-color: #2f4f4f;
		overflow: hidden;
		transition: 0.5s;
		display: flex;
		flex-direction: column;
		padding-bottom: 30px;
		border-radius: 5px;
		box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
	}

	.header-mobil-menu-button{
		font-size: 18px;
		padding: 15px;
		padding-left: 30px;
		white-space: nowrap;
  		overflow: hidden;
		border-bottom: #696969 2px solid;
	}

	#header-mobil-menu-button-top{
		border-top: #696969 2px solid;
	}

	#menu-closer{
		color: white;
		display: block;
		margin-left: auto;
		background: #2f4f4f;
	}

	#menu-closer:hover{
		background: #2f4f4f;
		box-shadow: none;
		border: none;
		outline: none;
	}

	#menu-closer-path{
		font-size: 1rem;
		font-weight: 900;
		z-index: 100;
		padding: 0.3px;
		color: white;
		font-weight: 700;
		
	}


	


	.main-title{
		height: 90vh;
	}



	#info-img1{
		background: #2f4f4f;
	}

	#info-img2{
		background: #2f4f4f;
	}

	#news-desktop-video{
		display: none;
	}

	#news-mobil-video{
		display: block;
		
	}

	#news1{
		background: #2f4f4f;
	}

	#news2{
		background: #2f4f4f;
	}

	.news-img{
		width: 100vw;
		height: auto;
	}


	.slider-body-back{
		background: #2f4f4f;
	}

	.slider-body-slides{
		padding: 32px;
		width: 50vw;
	}

	#slider-body-main-title{
		font-size: 18px;
	}

	.slider-body-main-text{
		font-size: 14px;
	}

	.slider-body-slides-text{
		margin: 12px 0;
	}

	.slider-body-slides-spisok{
		padding-left: 36px;
	}

	.info-blok{
		padding: 32px;
	}

	.info-blok-title{
		margin-bottom: 12px;
	}
	#info-blok-title-important{
		margin-top: 12px;
	}

	#accountant{
		width: 50vw;
	}

	.counter{
		display: none;
	}

	svg{
		font-size: 0.7rem;
	}

	.info{
		height: 75vh;
		background-color: #2f4f4f;
		background-image: none;
	}

	.info-blok-text{
		background-size: 18px auto;
		background-position: center left;
		padding-left: 32px;
	}

	.info-blok-text-theme{
		margin-top: 12px;
		margin-bottom: 5px;
	}
	

	.footer-desktop{
		display: none;

	}

	.footer-mobil{
		background: #2f4f4f;
		display: flex;

	}

	.footer-mobil-button{
		color: grey;
		padding: 15px 25px;
		margin: auto;
		border-right: 1px solid #696969;
		width: 160px;
		text-align: center;
		font-size: .85em;
	}

	.footer-mobil-number{
		color: grey;
		margin: 15px auto;
		width: 80%;
		text-align: center;
		font-size: .85em;
	}

	.info-karta{
		display: block;
		
	}

	.info-blok-right-text{
		margin: 10px 0;
	}

	#karta-desktop{
		display: none;
	}

	#karta-mobil{
		display: block;
	}

	#sec-contact{
		height: 90vh;
	}

	#telefon-button{
		font-size: 10px;
		padding: 10px 18px;
	}

	#telefon-sendler{
		top: 25vh;
		left: 10vw;
		padding: 25px;
		padding-right: 50px;
	}

	.telefon-text{
		font-size: 15px;
		margin-bottom: 15px;
		
	}

	.telefon-input{
		font-size: 15px;
		margin-bottom: 15px;
		width: 200px;
	}

	#telefon-button-send{
		font-size: 10px;
		padding: 10px 25px;
		width: 120px;
	}

	#telefon-close{
		top: 10px;
	}



}