@font-face {
    font-family: 'Italianno';
    src:url('/fonts/Italianno.ttf.woff') format('woff'),
        url('/fonts/Italianno.ttf.svg#Italianno') format('svg'),
        url('/fonts/Italianno.ttf.eot'),
        url('/fonts/Italianno.ttf.eot?#iefix') format('embedded-opentype'); 
    font-display: swap;
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Khand-Medium';
    src:url('/fonts/Khand-Medium.ttf.woff') format('woff'),
        url('/fonts/Khand-Medium.ttf.svg#Khand-Medium') format('svg'),
        url('/fonts/Khand-Medium.ttf.eot'),
        url('/fonts/Khand-Medium.ttf.eot?#iefix') format('embedded-opentype');
font-display: swap;		
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Piazzolla';
    src: url('/fonts/Piazzolla-Bold.eot');
    src: local('Piazzolla Bold'), local('Piazzolla-Bold'),
        url('/fonts/Piazzolla-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Piazzolla-Bold.woff2') format('woff2'),
        url('/fonts/Piazzolla-Bold.woff') format('woff'),
        url('/fonts/Piazzolla-Bold.ttf') format('truetype');
		font-display: swap;
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
        url('/fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Inter-Regular.woff2') format('woff2'),
        url('/fonts/Inter-Regular.woff') format('woff'),
        url('/fonts/Inter-Regular.ttf') format('truetype');
		font-display: swap;
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-SemiBold.eot');
    src: local('Inter Semi Bold'), local('Inter-SemiBold'),
        url('/fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Inter-SemiBold.woff2') format('woff2'),
        url('/fonts/Inter-SemiBold.woff') format('woff'),
        url('/fonts/Inter-SemiBold.ttf') format('truetype');
		font-display: swap;
    font-weight: 600;
    font-style: normal;
}



@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Bold.eot');
    src: local('Inter Bold'), local('Inter-Bold'),
        url('/fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Inter-Bold.woff2') format('woff2'),
        url('/fonts/Inter-Bold.woff') format('woff'),
        url('/fonts/Inter-Bold.ttf') format('truetype');
		font-display: swap;
    font-weight: bold;
    font-style: normal;
}



@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

html,body{
	min-width:100%;
	padding:0;
	border:none;
	margin:0;
}

html *, body *{
    scrollbar-color: rgba(0,0,0,0.4) rgba(0,0,0,0.2); 
    scrollbar-width:thin;  
}

::-webkit-scrollbar {
    width: 8px; 
    height: 8px; 
    background-color: rgba(0,0,0,0.2);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.4);
    border-radius: 9em;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #242424;
}

a,a:hover,.sliderblock .owl-carousel .owl-nav button,.galflex a img, .popform .form input[type="button"]{transition:0.3s ease;}
.formgo:hover,.sliderblock .owl-carousel .owl-nav button:hover,.galflex a img:hover, .popform .form input[type="button"]:hover{opacity:0.8;}
.menu a:hover{color:#BB0707;}
a,img,input{outline:none;}
img{max-width:100%;}
html{background:#1e1e1e;}
body{background: rgba(3, 6, 19, 0.95);
font-family: 'Open Sans', sans-serif;
color:#fff;}
.logo{
	 font-family: 'Khand-Medium';
	 font-style: normal;
	 font-weight: 500;
	 font-size: 31px;
	 line-height: 47px;
	 color: #BB0707;
	 margin-right: 74px;
}

.header{
	background: rgba(3, 6, 19, 0.95);
	position: relative;
    z-index: 2;
}

.menu a{font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
color: #FFFFFF;
		text-decoration:none;
}

.menu ul{padding:0;
	 margin:0;
	 list-style-type:none;
		display:flex;}
.menu ul li{margin-right:34px;}
.menu ul li:last-child{
	margin-right:0
}
.headsection{
	max-width:1162px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headleft{
	display: flex;
	align-items: center;
}
.headright{
	display: flex;
	align-items: center;
}
.tel1 a{
	font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 27px;
text-decoration:none;
color: #FFFFFF;
}
.tel1 a:before{content:'';
			  width:17px;
			  height:17px;
			  background:url(/images/phone_icon.svg) center no-repeat;
			  display:inline-block;
			  vertical-align:center;
			  margin-right:3px;}

.tel2{font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
color: #FFFFFF;}

.calldiv a{font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 21px;
line-height: 25px;
color: #FFFFFF;
		  text-decoration:none;
		  background: #BB0707;
		  display:block;
		  padding:20px;
		  box-sizing:border-box;
		  width:268px;
		  max-width:100%;
		  text-align:center;}

.headtel{margin-right:27px;}
.galflex{display:flex;
width:100%;
    justify-content: space-between;}

.popform{display:none;
position:fixed;
		z-index:10;
		width:100%;
		height:100%;
		left:0;
		top:0;
		background:rgba(0,0,0,0.8);}
		
.popform .form{
	width:500px;
	max-width:100%;
	margin:5% auto 0;
	background:#fff;
	border-radius:4px;
	padding:30px;
	position:relative;
	box-sizing:border-box;
}

.popform .form input{
	width:100%;
	height:50px;
	border:1px solid #ccc;
	padding:0 10px;
	box-sizing:border-box;
	border-radius: 4px;
}
.popform .form .poldiv{margin-bottom:30px;}

.popform .form *{
color:#000;
}

.popform .form label{text-align:center;
					width:100%;
					display:block;
					margin-bottom:10px;
					 font-size:20px;
					 text-transform:uppercase;
					 font-weight:700;
					}

.popform .form textarea{
	resize:0;
	height:100px;
	width:100%;
		border:1px solid #ccc;
	padding:10px;
	box-sizing:border-box;
	resize:none;
}

.popform .form input[type="button"]{
	background: #A3261F;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 10px;
    height: auto;
    cursor: pointer;
    background: #BB0707;
    box-shadow: inset 0px 2px 0px rgb(255 255 255 / 25%);
    border-radius: 4px;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 0px 24px rgb(0 0 0 / 55%);
    padding: 22px 10px;
    display: block;/
    max-width: 100%;
    box-sizing: border-box;
    text-align: Center;
    z-index: 1;
    margin-bottom: 21px;
	
}

.closeform{position:absolute;
right:20px;
top:20px;
width:30px;
height:30px;
background:url(/images/close.svg) center no-repeat;
background-size:contain;
cursor:pointer;}
.formhdr{font-size: 35px;
    font-weight: 700;
    text-align: center;
    padding: 30px 0 40px;
	font-family: 'Piazzolla';}
	
	.formhdr span{color:#BB0707!important}
	
	#erconts{
	padding-top:20px;
	color:red;
	text-align:center;
}

#erconts div{
	color:green
}		
.dophdr, .galhd, .dophd1, .desc5,.shdr, .hdr7,.hdr8, .section9, .uslhdr{color:#fff;
	   font-family: 'Piazzolla'; }
.section7{
	background:url(/images/sect9.png) center no-repeat;
	background-size:cover;
	margin-bottom:71px;
	overflow:hidden;
}
.inner7{
	max-width:1162px;
	width:100%;
	text-align:center;
	    padding: 43px 0 85px;
		    margin: 0 auto;
			position:relative;
			z-index:1;
}

.btn5{
	 background: #BB0707;
	 box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.25);
	 border-radius: 4px;
	 font-family: 'Inter';
	 font-style: normal;
	 font-weight: 600;
	 font-size: 21px;
	 line-height: 25px;
	 text-transform: uppercase;
	 color: #FFFFFF;
	 text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.55);
	 text-decoration:
	 none;
	 padding: 33px 0;
	 display: block;
	 margin: 0 auto;
	 width: 553px;
	 max-width: 100%;
	position:relative;
	 }

.btn5:after{
	content:
	'';
	display:
	block;
	width:100%;
	height:100%;
	background: rgba(187, 7, 7, 0.5);
	filter: blur(124px);
	border-radius: 3px;
	position:
	absolute;
left:0;
top:30px;
	z-index: -1;
	}	
	
	.hdr7{
	font-size: 61px;
line-height: 87px;
color: #FFFFFF;
	margin-bottom:4px;
}
.desc7{
	font-weight: 400;
font-size: 16px;
line-height: 31px;
color: #C8C8C8;
	margin-bottom:8px;
}
.img7 img{
	display:block;
	margin:0 auto 23px;
}

.secinner1 {
    max-width: 1162px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 100px 0 167px;
	position:relative;
	z-index:1;
}

.hdr1{font-family: 'Italianno';font-weight: 400;font-size: 100px;line-height: 100%;margin-bottom: -7px;}

.hdr2{font-family: 'Khand-Medium';font-style: normal;font-weight: 700;font-size: 110px;line-height: 100%;color: #FFFFFF;margin-bottom: 12px;}
.txt1{
	font-weight: 400;
	font-size: 21px;
	line-height: 29px;
	color: #CCCCCC;
	margin-bottom: 61px;
}


.pitem1{display:flex;
	   align-items:center;
	   margin-bottom:35px;}

.pitem1>div{margin-left:31px;}

.preims>div:nth-child(3)>div{margin-left:37px;}

.prmname{font-weight: 700;
font-size: 18px;
line-height: 25px;
text-transform: uppercase;

color: #FFFFFF;}

.prmtext{font-weight: 400;
font-size: 15px;
line-height: 20px;

color: #FFFFFF;}
.preims{padding-top: 65px;}


.btn1{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 25px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.55);
	text-decoration:
	none;
	background: #BB0707;
	box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.25);
	border-radius: 4px;
	padding: 36px 10px;
	display:
	block;
	text-align:
	center;
	width:410px;
	max-width:100%;
	position: relative;
}


.btn1:after{
	content:
	'';
	display:
	block;
	left:0;
	top:6px;
	z-index:-1;
	width:100%;
	height:100%;
	background: rgba(187, 7, 7, 0.6);
	filter: blur(124px);
	position: absolute;
	border-radius: 3px;
}
.hdr2 span{
	color: #BB0707;
}
.section1{position:relative;overflow: hidden;}
#video{position:absolute;
z-index:0;
left:0;top: 0;
right:0;bottom: 0;
width:100%;height: 79%;object-fit: cover;transform: scale(1.6);}

.section6{
width: 1532px;
    max-width: 100%;
    margin: 0 auto 139px;}
.galhd{font-size: 61px;
line-height: 87px;
color: #FFFFFF;
	  margin-bottom:70px;
	  text-align:center;}
	  
	  .hdr8{
	font-size: 61px;
line-height: 87px;
text-align:Center;
	margin-bottom:22px;
}

.section8{
	margin:0 auto 33px;
	width:1099px;
	max-width:100%;
}
.section9{
	margin:0 auto;
	width:1099px;
	max-width:100%;
	text-align:center;
	padding-bottom:61px;
	font-size: 41px;
line-height: 58px;
}
.adr2 a{
	color:#fff;
	text-decoration:none;
}

.adr2 a span{
	color: #BB0707;
}
.adr2{margin-bottom:30px;}
.boticons{display:flex;
		 align-items:center;
		 justify-content:center;}

.boticons img{margin-right:25px;}
.boticons img:last-child{margin-right:0}

.section41{}
.sectioninner4>div{display:flex;align-items: center;}

	.sectioninner4 div{box-sizing:border-box;}
.dopblk1{}
.dopblk2,.dopblk3{

}

.dophd1{font-size: 45px;
line-height: 64px;
	   margin-bottom:23px;}

.doptxt1{font-weight: 400;
font-size: 16px;
line-height: 194%;
color: #C8C8C8;}



.dopblk1 .dopleft1{
	width: 58.1%;
	padding-left:65px;
	
}
.dopblk1 .dopright1{
				       width: 47.6%;
				   padding-left:53px;}
				   
.dopblk2 .dopleft1{    width: 54.6%;
padding-left:70px;
padding-right:53px;
text-align:right;}
.dopblk2 .dopright1{        width: 45.4%;
padding-right:70px;}
.sectioninner4>div img{display:block}

.dopblk3 .dopleft1{      width: 57.5%;
padding-left:70px;}
.dopblk3 .dopright1{   
				       width: 47.6%;
				   padding-left:53px;
				   padding-right:70px;}
				   
.uslugi{width:1056px;
	   max-width:100%;
	   margin:0 auto;
	   text-align:center;}

.uslflex{display:flex;
		justify-content:space-between;}

.uslhdr{font-size: 61px;
line-height: 87px;
	   margin-bottom:80px;}

.u1{font-weight: 400;
font-size: 25px;
line-height: 34px;}
.u2{font-weight: 700;
font-size: 45px;
line-height: 61px;}

.section5{background:url(/images/fon2.png) center no-repeat;
		 background-size:cover;}

.sectioninner5{
			  width: 1282px;
			  max-width:100%;
			  margin:0 auto;
			  padding:179px 0 217px;
			  display: flex;
			  }

.left5{position:relative;}

.desc5{font-weight: 700;font-size: 58px;line-height: 82px;position: relative;
    z-index: 1;}

.desc51{font-weight: 700;
font-size: 111px;
line-height: 100%;
color: #BB0707;
	   font-family: 'Piazzolla';
	   position: absolute;
    right: 53px;
    bottom: 5px;}

.right5{background: rgba(0, 0, 0, 0.6);
border-radius: 20px;
	   padding:102px 70px 87px;
	   position:relative;
	   overflow:hidden;
	   transform: scalex(1.1);}

.btn3{background: #BB0707;
box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.25);
border-radius: 4px;
	 position:relative;
	 text-decoration:none;
	 color:#fff;
	 font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 21px;
line-height: 25px;
text-transform: uppercase;
    transform: scalex(0.91);
color: #FFFFFF;

text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.55);
	 padding:33px 10px;
	 display:block;
	 width:457px;
	 max-width:100%;
	 box-sizing:border-box;
	 text-align:Center;
	 z-index:1;
	 margin-bottom:21px;}

.btn3:after{content:'';
 display:block;
 position:absolute;
 width:100%;
 height:100%;
 left:0;
 top:30px;
background: rgba(187, 7, 7, 0.5);
filter: blur(124px);
border-radius: 3px;
z-index:-1;}

.desc52{font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 25px;
text-align: center;
	   position:relative;
	   z-index:1;
	   transform: scalex(0.91);}
	   
	   .btn4{background: #BB0707;
box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.25);
border-radius: 4px;
	 display:block;
	 width:471px;
	 max-width:100%;
	 text-align:center;
	 box-sizing:border-box;
position:relative;
	 z-index:1;
	 text-decoraiton:none;
	 font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 21px;
line-height: 25px;
text-transform: uppercase;

color: #FFFFFF;

text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.55);
	 padding:33px 10px;
	 text-decoration:none;
	 margin:69px auto 0;}

.btn4:after{
	content:
	'';
	display:
	block;
	width:100%;
	height:100%;
	left:0;
	top:20px;
	position:
	absolute;
	background: rgba(187, 7, 7, 0.5);
	filter: blur(124px);
	border-radius: 3px;
	z-index:-1
}

.sectioninner3{max-width:1260px;
			  margin:87px auto 45px;
			  display:flex;
			  }
.sectioninner3>div{
				  box-sizing:border-box;

				  }


.left32{
	   font-weight: 400;
	   font-size: 16px;
	   line-height:  194%;
	   color: #C8C8C8;
	   width: 49%;
	   padding: 0 40px 0 44px;
	   background:
	   url(/images/vip.png) left top no-repeat;
	   display: flex;
	   align-items: center;
	   }

.left31{
					  width: 51%;
					  position:
	   relative;
	   padding-bottom:131px;
					  padding-right: 61px;
				}
.im2{position:absolute;
	right:0;
	bottom:0}
	
	.sliderblock{width:1212px;
	width:1056px;
			max-width:100%;
			margin:133px auto 100px;
			box-sizing:border-box;}

.s_item{
	   display:
	   flex;
	   align-items:
	   center;
	   }
.s_item div{box-sizing:border-box;}

.shdr{font-size: 36px;line-height: 86%;margin-bottom: 45px;}

.sdesc{font-weight: 400;font-size: 16px;line-height: 194%;color: #C8C8C8;margin-bottom: 43px;}

.s_txt{padding-left:49px;}

.btn2{
	position:
	relative;
	z-index:1;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 25px;
	text-transform: uppercase;
	text-decoration:
	none;
	color: #FFFFFF;
	text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.55);
	text-align:
	Center;
	display:
	block;
	background: #BB0707;
	box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.25);
	border-radius: 4px;
	padding:33px 10px;
	box-sizing: border-box;
	width: 350px;
	max-width: 100%;
}

.btn2:after{
	content:
	'';
	display:
	block;
	left:0;
	top:20px;
	width:100%;
	height: 100%;
	position:
	absolute;
	background: rgba(187, 7, 7, 0.5);
	filter: blur(124px);
	border-radius: 3px;
	z-index: -1;
}
.dophdr{font-size: 61px;
line-height: 87px;
	   text-align:center;
	       width: 1302px;
    max-width: 100%;
	   margin:0 auto 111px;}
	   
	   .podtext1{font-weight: 400;font-size: 25px;line-height: 34px;text-align: center;justify-content: center;margin-top: 37px;}
	   
	   .sectioninner4{
		   width:1302px;
		 margin:0 auto 43px;
		 max-width: 100%;
		  }
	   
.sliderblock .owl-nav{position:static;}


.sliderblock  .owl-carousel .owl-nav button.owl-next{position:absolute;
													
													right:-92px;
													width:54px;
													height:54px;
													background: #BB0707;
border-radius: 100%;
													top:calc(50% - 27px);}

.sliderblock .owl-carousel .owl-nav button.owl-prev{position:absolute;
												   top:50%;
													left:-92px;
													width:54px;
													height:54px;
												   background: #BB0707;
border-radius: 100%;
												   top:calc(50% - 27px);}

.sliderblock .owl-carousel .owl-nav button.owl-prev span{
	font-size:0;
	width: 16px;
	height: 23px;
	display:
	block;
	background:
	url(/images/arright.svg) center no-repeat;
	margin:0 auto;

}
.sliderblock .owl-carousel .owl-nav button.owl-next span{
	font-size:0;
	width:16px;
	height:23px;
	display:block;
	background:url(/images/arleft.svg) center no-repeat;
	margin:0 auto;
}	   
.galflex a, .galflex a img{display:block;}

.galflex a{width: 22.4%;}
.s_img{min-width:450px;}
.owl-carousel .owl-stage{    display: flex;
    align-items: center;}
	
	.section4 {
    background: url(/images/sakura.png) center bottom no-repeat;
    background-size: cover;
}
.section41{
	background:url(/images/lightleft.png) bottom left no-repeat;
	background-size:contain
}
.section2{background:url(/images/lightright.png) center right no-repeat;
		 background-size:contain;}
		 
.mbtrg, .mclose{display:none;}
.header.fixed{
	position:fixed;
	left:0;
	top:0;
	width:100%;
}

@media(max-width:1300px){
	.sectioninner3, .sectioninner5{box-sizing:border-box;
				  padding-left:15px;
				  padding-right:15px;}

	.sliderblock {
    width: 1196px;
    max-width: 100%;
    padding-left: 70px;
    padding-right: 70px;
}
	.sliderblock .owl-carousel .owl-nav button.owl-prev{left:-70px;}
	.sliderblock .owl-carousel .owl-nav button.owl-next{right:-70px;}
	.dopblk1 .dopright1{padding-right:70px;}
	.desc5 {
    font-size: 51px;
    line-height: 130%;}
	.right5,.btn3, .desc52{transform:none;}

.desc51 {
    font-weight: 700;
    font-size: 100px;}

}

@media(max-width:1200px){
		.headsection, .secinner1, .section6, .uslugi{
	box-sizing:border-box;
				  padding-left:15px;
				  padding-right:15px;	
	}
	.desc51 {
    position: relative;
    right: auto;
    bottom: auto;
    float: right;
}
	.dopblk3 .dopleft1, .dopblk2 .dopleft1, .dopblk1 .dopleft1{padding-left:15px;}
.dopblk3 .dopright1,.dopblk2 .dopright1, .dopblk3 .dopright1{padding-right:15px;}

}

@media(max-width:1100px){
	.logo{margin-right: 30px;}
	.calldiv a{width:200px}
	.tel1 a{font-size:18px;}
	.tel2{font-size:11px;}
	.hdr1{
    font-size: 70px;
}
	.hdr2{
    font-size: 90px;
}
	.txt1{
    font-size: 18px;
}
	.left1{box-sizing:border-box;
		  padding-right:30px;}
	.btn1{padding:20px 10px;font-size: 18px;}
	.prmname{font-size:16px;}
}


@media(max-width:980px){
	.menu{display:none;}
	.uslhdr,.dophdr,.galhd,.hdr7, .hdr8{
		line-height:100%;
		font-size:50px
	}
	.im2{width:200px}
	.left32 {
    font-size: 14px;
    padding: 0 0px 0 44px;
    background-size: contain;
    }
.u1{font-size:18px;line-height:100%;margin-bottom:10px;}
	.u2{font-size:30px;line-height:100%}
	.doptxt1{font-size:14px;
			line-height:130%}

	.dophd1 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 15px;
}
	.podtext1{ font-size: 18px;}
	.desc5 {
    font-size:30px;
    line-height: 130%;
		padding-right:30px;
}
	.desc51{font-size:80px}
	.right5{padding:40px 20px;
		  }
	.btn3{padding:20px 10px;
		 width:300px;
		font-size: 18px; }
	.btn4, .btn2, .btn5{padding:20px 10px;
		 font-size: 18px;}

	.section9{font-size:30px;
			 line-height:120%;}

	.secinner1{padding: 80px 15px;}
	#video{transform: scale(2);}
	
	.s_img {
    min-width: 250px;
}
.btn2{width:100%;}
.shdr {
    font-size: 29px;
    line-height: 100%;
    margin-bottom: 20px;
}
.sdesc {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 20px;
}
.mbtrg{
	  display: flex;
	  width: 65px;
	  height: 65px;
	  background: #BB0707;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	  }

.mbtrg span{
	display:block;
	width:70%;
	height:2px;
	background:#fff;
	margin:5px 0;
}
.menu{
		position:fixed;
		right:0;
		top:0;
		height:100%;
		background:rgba(0,0,0,0.8);
		box-sizing:border-box;
		padding:50px 50px;
		width:300px;
		border-radius:20px 0 0 0;
	}

	.menu ul{flex-direction:column;}
	.menu ul li{margin:0 0 20px 0;}
	.menu ul li a{font-size:18px}
.menu.mobon{display:block;}
.mclose{display:block;
	   width:30px;
	   height:30px;
	   background:url(/images/closemen.svg);
	   position:absolute;
	   right:20px;
	   top:20px;
	   background-size:cover}
}



@media(max-width:767px){
	.headright{flex-direction:column;
			  align-items:stretch;}
	.headtel{margin:0 0 5px 0;}
	.tel1 a{font-size:16px;line-height:100%}
	.tel1 a:before{width:12px;
				  height:12px;
				  background-size:contain;}
	.calldiv a{width:100%;
			  font-size:14px;
			  padding: 6px 10px;
			  line-height: 100%;
			  }
	.logo{line-height:100%;
		 margin:0;}

	.mbtrg{width:50px;
		  height:50px;}
	.mbtrg span{margin:4px 0}
	.header{padding:5px 0}

	.secinner1{flex-direction:column;padding: 40px 15px;}
	.left1{text-align:center;
		  padding:0}
	.btn1{margin:0 auto;}
	.hdr1{font-size:40px}
	.hdr2{font-size:60px;}
	.txt1{font-size:14px;
		 line-height:130%;
		 margin-bottom: 20px;
		 }

	.preims{
		padding:30px 0 0;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.preims>div{width:48%;
			   margin-bottom:20px}
	.prmname {
    font-size: 14px;
		line-height:120%
}
	.prmtext {
    font-weight: 400;
    font-size: 12px;}

	.btn1 {
    padding: 15px 10px;
    font-size: 14px;
    line-height: 100%;
    width: 300px;
}
	.sectioninner3{flex-direction:column;margin-top: 20px;}
	.sectioninner3>div{width:100%;padding: 0;}
	.im1{width:400px;}
	.sectioninner3>div.left31{padding-bottom:30px;
							 margin-bottom:20px;}

	.uslhdr, .dophdr, .galhd, .hdr7, .hdr8 {
   margin-bottom:30px;
    font-size: 30px;
}
	.u1 {
    font-size: 14px;
    margin-bottom: 5px;
}
	.u2 {
    font-size: 20px;
}
	.s_item{
		   flex-direction:
		   column;
		   width:100%;
		   align-items: stretch;
		   }
	.owl-carousel .owl-item .s_img img{width:240px;margin: 0 auto 10px;}
	.s_img{min-width:0;margin-bottom: 10px;/* text-align: center; */}
	.s_txt{padding:0;
		  text-align:center;}
	.shdr {
    font-size: 20px;
	margin-bottom:15px;}
	.sdesc{font-size:12px;}
	.btn4, .btn2, .btn5 {
    padding: 15px 10px;
    font-size: 14px;
		line-height:100%;
}
	.btn2{width:240px;
		 margin:0 auto;}
	.sliderblock{margin-top:30px;
				margin-bottom:30px;
				box-sizing: border-box;
				padding-left: 40px;
				padding-right: 40px;
				}

	.sectioninner4>div{
					  flex-direction:
					  column;
					  padding: 0 15px;
					  margin-bottom: 40px;
					  }
	.sectioninner4 .dopleft1, .sectioninner4 .dopright1{width:100%;
							padding:0;}

	.sectioninner4>div.dopblk2{
					  flex-direction:column-reverse;}

	.sectioninner4>div img{width:280px;
						  margin:0 auto 10px;}

	.podtext1{font-size:14px;}
	.sectioninner5{padding:40px 15px;flex-direction: column;}
	.desc5{
		font-size:25px;
		padding:0;
		text-align:center;
	}
	.desc51{float:none;
		   text-align:center;
		   font-size:60px;
		   margin-bottom:20px}

	.btn3 {
    width: auto;
		padding: 15px 10px;
    font-size: 14px;
    line-height: 100%;
		width:280px;
		margin:0 auto 10px
}
	.desc52{font-size:14px;}
	.section6{margin-bottom:30px;}
	.galflex{flex-wrap:wrap;}
	.galflex a {
    width:46%;
		margin-bottom:10px
}

	.btn4, .btn5{width:300px;
		 margin-top:30px;}
	.desc7{font-size:12px;
		  line-height:120%;}

	.inner7{padding-bottom:30px;}

	.section7{margin-bottom:30px;}

	.section9{font-size:20px}

	.sliderblock .owl-carousel .owl-nav button.owl-prev{
		width:40px;
		height:40px;
		left:-30px;
	}
	.sliderblock .owl-carousel .owl-nav button.owl-next{
		width:40px;
		height:40px;
		right:-30px;
	}
	.sectioninner4>div,.dopblk2 .dopleft1{text-align:center;}
}


@media(max-width:540px){
	.logo{font-size:20px}
	.tel1 a{font-size:11px;
		display: block;
		}
	.tel2{font-size: 8px;line-height: 100%;}
	.mbtrg{width:30px;
		  height:30px;}

	.tel1 a:before {
    width: 8px;
    height: 8px;}

	.calldiv a {
    font-size: 11px;
    padding: 3px 10px;
}
	.mbtrg span {
    margin: 2px 0;
}
	.hdr1 {
    font-size: 30px;
}
	.hdr2 {
    font-size: 40px;
}
	.txt1 {
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 10px;
}
	.txt1 br{display:none;}
	.btn1{font-size:12px;
		 line-height:100%;
		 padding:10px;
		 width:240px;}

	.pitem1 img{width:40px;}
	.pitem1>div {
    margin-left: 10px;
}
	.preims>div:nth-child(3)>div {
    margin-left: 10px;
}
	.prmname {
    font-size: 11px;
    line-height: 100%;
		margin-bottom:5px;
}
	.prmtext {
    font-size: 9px;
		line-height:100%
}
	.im2 {
    width: 150px;
}
	.left32{
		font-size:13px;
		line-height:130%
	}

	.uslhdr, .dophdr, .galhd, .hdr7, .hdr8 {
    font-size: 23px;
}
	.u2 {
    font-size: 15px;
}
	.u1 {
    font-size: 10px;
    margin-bottom: 5px;
}
	.shdr {
    font-size: 14px;
    margin-bottom: 10px;
}
	.sdesc {
    font-size: 11px;
}
	.btn4, .btn2, .btn5 {
    padding: 10px;
    font-size: 12px;
    line-height: 100%;
}
	.dophd1 {
    font-size: 18px;
}
.doptxt1 {
    font-size: 12px;
}

	.podtext1 {
    font-size: 12px;
		line-height:120%
}
	.desc5 {
    font-size: 18px;
    padding: 0;
    text-align: center;
}
	.desc51 {
    font-size: 40px;
}
	.btn3 {
    padding: 10px;
    font-size: 12px;}
	.desc52 {
    font-size: 10px;
}
	.inner7, .section9{box-sizing:border-box;
		   padding-left:15px;
		   padding-right:15px;}
	.btn4, .btn5 {
    width: auto;}

	.desc7 {
    font-size: 11px;
}
	.section9{font-size:18px;}
	
		.formhdr {
    font-size: 25px;
    padding: 30px 0 20px;}
	.popform .form{width:300px}
	.popform .form input[type="button"]{font-size:12px;
									   padding:15px 10px;
									   line-height:100%;}
}
