

/* Back to top button */
.back-to-top{
	position:fixed; 
	z-index: 999; 
	display:none; 
	top:130px; 
	right:50px; 
	cursor:pointer;
	
	
}
.back-to-top div{
	width: 80px; 
	height: 80px; 
	display:block; 
	color: #fff; 
	background: #ea5b28 ; 
	text-align:center; 
	font-size:16px; 
	border-radius: 50px;
	position: relative;
	-webkit-transition:  .3s all;
	   -moz-transition:  .3s all;
	    -ms-transition:  .3s all;
	     -o-transition:  .3s all;
	        transition:  .3s all;
	opacity: 90%;
}
.back-to-top img {top: 15px; position: relative;width: 50px;}
.back-to-top div:hover{background:#005983;}

@media screen and (max-width: 768px){
		.hide-b {
			display:none;
		}
		}


@font-face {
		font-family: DaxlinePro-Bold; /* Гарнитура шрифта */
		src:url(../fonts/DaxlinePro-Bold.eot);
		src:local(DaxlinePro-Bold),url(../fonts/DaxlinePro-Bold.ttf); 
		}
		
		
		@font-face {
		font-family: DaxlinePro-Medium; /* Гарнитура шрифта */
		src:url(../fonts/DaxlinePro-Medium.eot);
		src:local(DaxlinePro-Medium),url(../fonts/DaxlinePro-Medium.ttf);
				}
		
			@font-face {
		font-family: DaxlinePro-Light; /* Гарнитура шрифта */
		src:url(../fonts/DaxlinePro-Light.eot);
		src:local(DaxlinePro-Light),url(../fonts/DaxlinePro-Light.ttf);
						}

		
		
		body{
		margin:0 auto;
		}
		
		
			
		.frame-set{
		
		margin-bottom:100px;
		margin-left:auto;
		margin-right:auto;
		}
		
		@media screen and (max-width: 425px){
		.frame-set{
	/* 	margin-bottom:50px; */
		margin-left:auto;
		margin-right:auto;
		}
		}
		
		@media screen and (max-width: 768px){
		.frame-set {
			margin-bottom:50px;
		}
		
		
		}
		
		.frame-set-h{
		margin-top:250px;
		margin-bottom:250px;
		margin-left:auto;
		margin-right:auto;
		}
		
		@media screen and (max-width: 768px){
		.frame-set-h {
		margin-top:50px;
		margin-bottom:50px;
		}
		}
		
		
		
		.frame-set2{
		margin-top:0px;
		margin-bottom:100px;
		margin-left:auto;
		margin-right:auto;
		background:#005983;
		}
		
		@media screen and (max-width: 425px){
		.frame-set2{
		margin-top:50px;
		margin-bottom:50px;
		margin-left:auto;
		margin-right:auto;
		}
		}

		.logo {
		width:710px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:40px;
		margin-top:40px;
		}
		
		@media screen and (max-width: 768px){
		.logo {
		width:277px;
		}
		}
		
		
		.buy{
		width:650px;
		margin:auto;
				}
		@media screen and (max-width: 768px){
		.buy {
		width:100%;
		}
		}
		
		
		
		.frametitle{
		width:630px;
		
		margin:auto;
				}
		.preim{
		width:1024px;
		margin-left:auto;
		margin-right:auto;
		margin-top:50px;
		}
		
		@media screen and (max-width: 1024px){
		.preim {
		width:100%;
		}
		}
				
		/* .preim img {
			width:100%;
		}	 */	
				
		.webuy{
		width:850px;
		margin-top:120px;
		margin-left:auto;
		margin-right:auto;
				}
		.webuy2{
		width:1024px;
		margin:auto;
				}
		
		@media screen and (max-width: 1024px){
		.webuy2 {
		width:512px;
		margin:auto;
		
		}
		}
		@media screen and (max-width: 512px){
		.webuy2 {
		width:256px;
		margin:auto;
		}
		}
		
				
		.webuy3{
		width:810px;
		margin:auto;
				}	
		@media screen and (max-width: 1024px){
		.webuy3 {
		width:512px;
		margin:auto;
		}
		}
		
		@media screen and (max-width: 512px){
		.webuy3 {
		width:256px;
		margin:auto;
		}
		}
		
		
				
		.city{
		width:952px;
		margin:auto;
				}
		@media screen and (max-width: 1024px){
		.city {
		width:476px;
		margin:auto;
		}
		}
		
		@media screen and (max-width: 476px){
		.city {
		width:238px;
		margin:auto;
		}
		}
		
		
		
		.city2{
		width:714px;
		margin-left:auto;
		margin-right:auto;
		margin-top:50px;
				}
				
		
		
		@media screen and (max-width: 1024px){
		.city2 {
		width:476px;
		margin:auto;
		}
		}
		
		@media screen and (max-width: 476px){
		.city2 {
		width:238px;
		margin:auto;
		}
		}
		
				
		.service{
		width:1024px;
		margin:auto;
		padding-bottom:40px;
				}
				
		@media screen and (max-width: 1024px){
		.service {
		width:100%;
		}
		
		
		}
				
				
		.about{
		width:100%;
		margin:auto;
				}
				
		.text1{
		font-size: 300%;
		font-family:'DaxlinePro-Bold';
		
		color: #005983; 
		text-transform: uppercase;
		
		width:430px;
		padding-left:200px;
		}
		
		@media screen and (max-width: 768px){
		.text1 {
		width:80%;
		font-size: 200%;
		padding-left:0px;
		margin:auto;
		}
		
		
		}
		
		
				
		.text2{
		font-size: 300%;
		font-family:'DaxlinePro-Medium';
		font-weight:medium;
		color: #EA5B28; 
		
		width:430px;
		padding-left:200px;
		}
		
		
		@media screen and (max-width: 768px){
		.text2 {
		font-size: 200%;
		width:80%;
		padding-left:0px;
		margin:auto;
		}
		
		
		}
		
		
		
		.text3{
		font-size: 180%;
		font-family:'DaxlinePro-Light';
		
		color: #005983; 
		text-transform: uppercase;
		
		
		}
		
		@media screen and (max-width: 768px){
		.text3 {
			font-size: 130%;
		}
		
		
		}
		
		
		.text4{
		font-size: 300%;
		font-family:'DaxlinePro-Bold';
		
		color: #005983; 
		text-transform: uppercase;
		
		
		
		}
		
		@media screen and (max-width: 768px){
		.text4 {
			font-size: 200%;
		}
		
		
		}
		
		
		.text5{
		font-size: 300%;
		font-family:'DaxlinePro-Bold';
		
		color: #00a84f; 
		text-transform: uppercase;
		
		
		
		}
		
		
		@media screen and (max-width: 768px){
		.text5 {
			font-size: 200%;
		}
		
		
		}
		
		
		
		.text6{
		font-size: 180%;
		font-family:'DaxlinePro-Light';
		
		color: #00a84f; 
		text-transform: uppercase;
		
		
		}
		
		
		@media screen and (max-width: 768px){
		.text6 {
			font-size: 130%;
		}
		
		
		}
		
		.text7{
		font-size: 300%;
		font-family:'DaxlinePro-Bold';
		
		color: white; 
		text-transform: uppercase;
		    margin-bottom: 40px;
		padding-top:40px;
		
		
		}
		
		@media screen and (max-width: 768px){
		.text7 {
			font-size: 200%;
		}
		
		
		}
		
		
		.text8{
		font-size: 300%;
		font-family:'DaxlinePro-Bold';
		
		color: #ea5b28; 
		text-transform: uppercase;
		margin-bottom: 20px;
		font-weight: normal;
		
		
		}
		
		@media screen and (max-width: 768px){
		.text8 {
			font-size: 200%;
		}
		
		
		}
		
		
		
		
		.img1{
		float:left;
		}
		
		@media screen and (max-width: 768px){
		.img1 {
		width:100%;
		
		}
		
		
		}
		
		
		
		hr{
		border: none; /* Убираем границу для браузера Firefox */
		color: #EA5B28; /* Цвет линии для остальных браузеров */
		background-color: #EA5B28; /* Цвет линии для браузера Firefox и Opera */
		height: 1px; /* Толщина линии */
		margin-bottom:40px;
		margin-top:40px;
		}
		
		
		
			
	.pul {
	  
	  display: block;
	  width: 140px;
	  height: 140px;
	  border-radius: 50%;
	  background: #ea5b28;
	  
	  -webkit-box-shadow: 0 0 0 rgba(234,91,40, 0.4);
	  -webkit-animation: pul 2s infinite;
		}


	@-webkit-keyframes pul {
	  0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
	  }
	  70% {
		  -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
	  }
	  100% {
		  -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
	  }
	}
	@keyframes pul {
	  0% {
		-moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
		-webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
	  }
	  70% {
		  -moz-box-shadow: 0 0 0 30px rgba(255,255,255, 0);
		  -webkit-box-shadow: 0 0 0 30px rgba(255,255,255, 0);
	  }
	  100% {
		  -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
		  -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
	  }
	}
	
		
		
	
			.pulse {
	  
	  display: block;
	  width: 140px;
	  height: 140px;
	  border-radius: 50%;
	  background: #ea5b28;
	
	  -webkit-box-shadow: 0 0 0 rgba(234,91,40, 0.4);
	  -webkit-animation: pulse 2s infinite;
		}


	@-webkit-keyframes pulse {
	  0% {
		-webkit-box-shadow: 0 0 0 0 rgba(234,91,40, 0.4);
	  }
	  70% {
		  -webkit-box-shadow: 0 0 0 10px rgba(234,91,40, 0);
	  }
	  100% {
		  -webkit-box-shadow: 0 0 0 0 rgba(234,91,40, 0);
	  }
	}
	@keyframes pulse {
	  0% {
		-moz-box-shadow: 0 0 0 0 rgba(234,91,40, 0.4);
		-webkit-box-shadow: 0 0 0 0 rgba(234,91,40, 0.4);
	  }
	  70% {
		  -moz-box-shadow: 0 0 0 30px rgba(234,91,40, 0);
		  -webkit-box-shadow: 0 0 0 30px rgba(234,91,40, 0);
	  }
	  100% {
		  -moz-box-shadow: 0 0 0 0 rgba(234,91,40, 0);
		  -webkit-box-shadow: 0 0 0 0 rgba(234,91,40, 0);
	  }
	}
	
	

	
	
	
	
	
	
	.circle{
	
	float:left;
	}
	
	.cont{
	width:280px;
	text-align:center;
	float:left;
	margin:30px;
	font-size: 180%;
	font-family:'DaxlinePro-Medium';
	font-weight:medium;
	color: #005983; 
	}
	
	@media screen and (max-width: 1024px){
		.cont {
		width:100%;
		margin:0px;
		}
		
		
		}
	
	
	
	.cont2{
	height:245px;
	width:170px;
	text-align:center;
	float:left;
	margin:40px;
	font-size: 100%;
	font-family:'DaxlinePro-Medium';
	font-weight:medium;
	color: #005983; 
	line-height: 17px;
	}
	
	
	
	.contn{
	height:245px;
	width:170px;
	text-align:center;
	float:left;
	margin:40px;
	font-size: 100%;
	font-family:'DaxlinePro-Medium';
	font-weight:medium;
	color: #005983; 
	}
	
/* 	@media screen and (max-width: 768px){
		.cont2,.contn {
			margin-top:20px;
		}
	} */
	
	@media screen and (max-width: 512px){
		.contn {
		margin-left:40px;
		margin-right:40px;
		margin-bottom:0px;
		margin-top:40px;
		}
		
		
		}
	
	
	
		.cont3{
	
	width:198px;
	text-align:center;
	float:left;
	margin:20px;
	font-size: 100%;
	font-family:'DaxlinePro-Medium';
	font-weight:medium;
	color: #005983;
	text-transform: uppercase;	
	}
	
		.cont4{
	
	width:236px;
	text-align:center;
	float:left;
	margin:10px;
	font-size: 130%;
	font-family:'DaxlinePro-Medium';
	font-weight:medium;
	color: white;
	text-transform: uppercase;	
	}
	
	@media screen and (max-width: 1024px){
		.cont4 {
		width:100%;
		margin:0px;
		margin-bottom: 20px;
		}
		
		
		}
	
	
		.cont5{
	
	width:50%;
	
	float:left;
	
	background:#ea5b28;
	font-size: 130%;
	font-family:'DaxlinePro-Medium';
	font-weight:medium;
	color: white;
	text-transform: uppercase;
	margin:auto;	
	}
	
	
	@media screen and (max-width: 1024px){
		.cont5 {
		width:100%;
		margin:0px;
		font-size: 100%;
		}}
	@media screen and (max-width: 380px){
		.cont5 {
		
		font-size: 80%;
		}}
	
		
		
		
		
		.cont6{
	
	width:50%;
	
	float:left;
	
	background:#005983;
	font-size: 130%;
	font-family:'DaxlinePro-Medium';
	font-weight:medium;
	color: white;
	text-transform: uppercase;	
	}
	
	@media screen and (max-width: 1024px){
		.cont6 {
		width:100%;
		margin:0px;
		font-size: 100%;
		}}
	@media screen and (max-width: 380px){
		.cont6 {
		
		font-size: 80%;
		}}
		
			.cont7 {
		width:100%;
		margin:0px;
		font-size: 50%;
		}}
	@media screen and (max-width: 380px){
		.cont5 {
		
		font-size: 80%;
		}}
	
	
	.cel{
	width:350px;
	margin-top:25px;
	margin-bottom:146px;
	margin-left:auto;
	margin-right:auto;
	}
	
	
	@media screen and (max-width: 1024px){
		.cel {
		width:250px;
		margin-top:10px;
		margin-bottom:10px;
		}}
	
	
	
	.cel2{
	width:350px;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	}
	
	@media screen and (max-width: 1024px){
		.cel2 {
		width:250px;
		margin-top:10px;
		margin-bottom:10px;
		}}
	
	.cel1{
	width:400px;
	margin:auto;
	
	}
	@media screen and (max-width: 1024px){
		.cel1 {
		width:300px;
		
		}}
	
	
	.list-text{
	font-size: 140%;
	font-family:'DaxlinePro-Medium';

	color: black;
	
	
	
	}
	
	@media screen and (max-width: 768px){
		.list-text {
			font-size: 90%;
		}
		
		
		}
	
	
	.orang{
	font-size: 130%;
	font-family:'DaxlinePro-Medium';
	color: #ea5b28;
	margin:50px;
	
	
	
	}
	@media screen and (max-width: 768px){
		.orang {
			font-size: 90%;
		}
		
		
		}
	.highlight {
	font-family: DaxlinePro-Bold;
	font-size: 110%;
	}
	
	
	.list{
	width:960px;
	margin:auto;
	padding-bottom: 100px;
	
	}
	
	@media screen and (max-width: 1024px){
		.list {
		width:512px;
		margin:auto;
		}
		}
	
	@media screen and (max-width: 512px){
		.list {
		width:300px;
		margin:auto;
		}
		}
	
	
	.foot{
	width:100%;
	margin:auto;
	
	}
	
	.foot2{
	width:1024px;
	margin:auto;
	
	}
	
	@media screen and (max-width: 1024px){
		.foot2 {
		width:100%;
		margin:0px;
		}
		
		
		}
	
	.manu{
	padding-left:0px;
	
	
	}
	@media screen and (max-width: 768px){
		.manu {
		padding-left:60px;
		}
		}
	
	
	
	
	.manu li, .manu li a{
	display: inline;
/* 	font-size: 114%; */
	font-size:19px;
	font-family:'DaxlinePro-Light';
	color: #005983;
	margin:2px;
	padding:5px;
	
	
	}
	
	.manu li{
		position:relative;
		/* transition: all 500ms ease;  */
	}
	
		@media screen and (max-width: 768px){
		.manu li {
		display: block;
		}
		}
	
	@media screen and (max-width: 768px){
		.manu .lang {
		display: inline;
		}
		}
	
	.manu a:before {
	
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 42px;
	background-color: #facf01;
	mix-blend-mode: multiply;
	transition: all 1s ease;
	
}

	
	
	
	.manu a:hover:before{
	/* border: 1px solid #005983;

	border-radius:10px; */
    /* outline: 2px solid #005983; */
	/* background-color: #facf01; */
	/* 	background-position: 0 100%; */
	outline-offset: -2px;
	width: 100%;
	
	}
	
.active a:hover:before{
		width:0;
	}
	
	.manu .miter {
		font-weight: bold;
	}
	
	.manu .miter:hover {
		outline: none;
		
	}
	
	
	.m{
	margin:auto;
	width:720px;
	}
	
	@media screen and (max-width: 768px){
		.m {
		width:277px;
		margin:auto;
		}
		
		
		}
	
	a{
	text-decoration: none;
	}
	
	a:focus, a:hover {
		text-decoration:none;
	}
	
	.white{
	text-decoration: none;
	font-size: 100%;
		font-family:'DaxlinePro-Bold';
		
		color: white; 
		text-transform: uppercase;
	
	
	}
	.blu{
	text-decoration: none;
	font-size: 100%;
		font-family:'DaxlinePro-Bold';
		
		color:#005983; 
		text-transform: uppercase;
	
	}
	
	.tel-fa{
	width:60px;
	
	margin:auto;
	
	
	}
	#close2{
	width:20px;
	cursor:pointer;
	margin-right:10px;
	margin-top:10px;
	margin-left: auto;
	}
	
	
	
	
	
	
	.popup{
	
	position:fixed;  
	display:none;
	width:510px;
	height:240px;
	top:50%;
	left:50%;
	margin: -140px 0 0 -255px;
	border-radius:10px;
	box-shadow: 0 0 10px 5px #f08d69;
	background:#ea5b28;
	
	
	}
	.poptel{
	float:left;
	width:145px;
	margin-top:20px;
	margin-bottom:45px;
	margin-left:30px;
	margin-right:30px;
	
	
	}
	
	.poptext{
	width:275px;
	font-size: 130%;
	font-family:'DaxlinePro-Medium';
	font-weight:medium;
	color: white;
	text-transform: uppercase;	
	float:left;
	
	margin-top: 30px;
    margin-bottom: 30px;
	
	
	}
	
	.tel-text{
	width:275px;
	font-size: 180%;
	font-family:'DaxlinePro-Medium';
	font-weight:medium;
	color: white;
	text-transform: uppercase;	
	float:left;

	
	
	}
	
	
	
	.imgfoot{
		text-align:center;
		float:left;
		width:96px;
		margin-right:15px;
		height: 65px;
		}
		
	.hide {
		display: none;
		}
		
		
	.nfooter {
		background: #ea5b28;
		height: 130px;
		
	}
	
	.nfooter .cont5 .cel{
		margin-bottom: 0px;
	}
	
	.seb {
		
    background: #005983;
    font-size: 80%;
    font-family: 'DaxlinePro-Medium';
    font-weight: medium;
    color: white;
	text-align: center;
	padding: 20px;

	}
	
	
	.list2 .orang {
		margin-bottom:20px;
		margin-top:20px;
	}
	
	.active {
		font-weight: bold;
		background-color: #facf01;
	}
	
	.manu .active:hover {
    border: none;
	}
	
	.buy-n p{
	color:black;
	margin: 0px;
    line-height: 20px;
	    margin-top: 5px;
	}
	
	html {
  scroll-behavior: smooth; /* свойство scroll-behavior не наследуется, применяется к прокручиваемым блокам */ 
}

.list2 li {
	margin-bottom:16px;
}

.text1,.text2 {
	box-sizing:content-box;
}

.logo img {
	padding-left:0px;
}

.logo .manu {
	padding-top:10px;
	text-align: right;
}

@media screen and (max-width: 768px){
		.logo .manu {
		text-align:left;
		padding-top:30px;
		}
		}
.logo .col-md-6, .logo .col-sm-6 {
	padding-left:0px;
	padding-right:0px;
}

a {
	font-size:114%;
}

.cont4 img, .cont img, .cont2 img, .contn img{
	margin-bottom:20px;
}

.manager {
	font-size: 120%;
	font-family: DaxlinePro-Light;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

.manager img {
	width:100%;
	
}

.pos {
	margin-top:10px;
	margin-bottom:10px;
}

.name {
	    font-size: 120%;
    font-family: 'DaxlinePro-Medium';
	color: #005983;
	
	
}

.what {
	margin-bottom:0px;
	background-color:#EA5B28;
}
.list2 {
	margin-top:20px;
}

@media screen and (max-width: 768px){
	.manager {
		font-size:100%;
	}
}

.dis {
	margin-top:100px;
}

.frame-set2 .list-text, .frame-set2 .list2 {
	color:white;
}

.cel1 a {
	color:white;
}


.cel1 a:hover, .cel1 a:focus {
	
	color:#005983;
}

.tel-text a {
	color:white;
}

.tel-text a:hover, .tel-text a:focus {
	
	color:#005983;
}

.center {
	text-align:center;
}

