/* normalize */
*, *::after, *::before{margin:0;padding:0;box-sizing:border-box}

/* Переменный */
:root {
	/* color norm */
	--bag: #fff;
	--bag2: #F4F5F9;
	--red: #B90000;

	--tr: transparent;
	--trw: rgba(255,255,255,0);
	--trb: rgba(0,0,0,0);

	/* color white  */
	--wh: #fff;
	--wh05: rgba(255,255,255,.05);
	--wh1: rgba(255,255,255,.1);
	--wh2: rgba(255,255,255,.2);
	--wh3: rgba(255,255,255,.3);
	--wh4: rgba(255,255,255,.4);
	--wh5: rgba(255,255,255,.5);
	--wh6: rgba(255,255,255,.6);
	--wh7: rgba(255,255,255,.7);
	--wh8: rgba(255,255,255,.8);
	--wh9: rgba(255,255,255,.9);

	/* color black */
	--bl: #000000;
	--bl01: rgba(0,0,0,.01);
	--bl03: rgba(0,0,0,.03);
	--bl05: rgba(0,0,0,.05);
	--bl1: rgba(0,0,0,.1);
	--bl2: rgba(0,0,0,.2);
	--bl3: rgba(0,0,0,.3);
	--bl4: rgba(0,0,0,.4);
	--bl5: rgba(0,0,0,.5);
	--bl6: rgba(0,0,0,.6);
	--bl7: rgba(0,0,0,.7);
	--bl8: rgba(0,0,0,.8);
	--bl9: rgba(0,0,0,.9);

	/* color grey */
	--gr: #808080;
	--gr1: rgba(128,128,128,.1);
	--gr2: rgba(128,128,128,.2);
	--gr3: rgba(128,128,128,.3);
	--gr4: rgba(128,128,128,.4);
	--gr5: rgba(128,128,128,.5);
	--gr6: rgba(128,128,128,.6);
	--gr7: rgba(128,128,128,.7);
	--gr8: rgba(128,128,128,.8);
	--gr9: rgba(128,128,128,.9);

	/* color #1 */
	--cl: #D59E4E;
	--cl03: rgba(213,158,78,.03);
	--cl05: rgba(213,158,78,.05);
	--cl1: rgba(213,158,78,.1);
	--cl2: rgba(213,158,78,.2);
	--cl3: rgba(213,158,78,.3);
	--cl4: rgba(213,158,78,.4);
	--cl5: rgba(213,158,78,.5);
	--cl6: rgba(213,158,78,.6);
	--cl7: rgba(213,158,78,.7);
	--cl8: rgba(213,158,78,.8);
	--cl9: rgba(213,158,78,.9);

	/* color #2 */
	--cm: #0C1D51;
	--cm1: rgba(12,29,81,.1);
	--cm2: rgba(12,29,81,.2);
	--cm3: rgba(12,29,81,.3);
	--cm4: rgba(12,29,81,.4);
	--cm5: rgba(12,29,81,.5);
	--cm6: rgba(12,29,81,.6);
	--cm7: rgba(12,29,81,.7);
	--cm8: rgba(12,29,81,.8);
	--cm9: rgba(12,29,81,.9);


	/* box-shodow */
	--bx05: 0 15px 20px var(--bl05);
	--bx1: 0 15px 20px var(--bl1);
	--bx2: 0 15px 20px var(--bl2);
	--bx3: 0 15px 20px var(--bl3);
	--bx4: 0 15px 20px var(--bl4);
	--bx5: 0 15px 20px var(--bl5);
	--bx6: 0 15px 20px var(--bl6);
	--bx7: 0 15px 20px var(--bl7);
	--bx8: 0 15px 20px var(--bl8);
	--bx9: 0 15px 20px var(--bl9);
	/* box-shodow top */
	--bx_t1: 0 -4px 10px -4px var(--bl1);
	--bx_t2: 0 -4px 10px -4px var(--bl2);
	--bx_t3: 0 -4px 10px -4px var(--bl3);
	--bx_t4: 0 -4px 10px -4px var(--bl4);
	--bx_t5: 0 -4px 10px -4px var(--bl5);
	--bx_t6: 0 -4px 10px -4px var(--bl6);
	--bx_t7: 0 -4px 10px -4px var(--bl7);
	--bx_t8: 0 -4px 10px -4px var(--bl8);
	--bx_t9: 0 -4px 10px -4px var(--bl9);
	/* box-shodow bottom */
	--bx_b1: 0 4px 10px -4px var(--bl1);
	--bx_b2: 0 4px 10px -4px var(--bl2);
	--bx_b3: 0 4px 10px -4px var(--bl3);
	--bx_b4: 0 4px 10px -4px var(--bl4);
	--bx_b5: 0 4px 10px -4px var(--bl5);
	--bx_b6: 0 4px 10px -4px var(--bl6);
	--bx_b7: 0 4px 10px -4px var(--bl7);
	--bx_b8: 0 4px 10px -4px var(--bl8);
	--bx_b9: 0 4px 10px -4px var(--bl9);


	/* white box-shodow */
	--bxw1: 0 0 10px -2px var(--wh1);
	--bxw2: 0 0 10px -2px var(--wh2);
	--bxw3: 0 0 10px -2px var(--wh3);
	--bxw4: 0 0 10px -2px var(--wh4);
	--bxw5: 0 0 10px -2px var(--wh5);
	--bxw6: 0 0 10px -2px var(--wh6);
	--bxw7: 0 0 10px -2px var(--wh7);
	--bxw8: 0 0 10px -2px var(--wh8);
	--bxw9: 0 0 10px -2px var(--wh9);
	/* white box-shodow_t */
	--bxw_t1: 1px -4px 10px -4px var(--wh1);
	--bxw_t2: 1px -4px 10px -4px var(--wh2);
	--bxw_t3: 1px -4px 10px -4px var(--wh3);
	--bxw_t4: 1px -4px 10px -4px var(--wh4);
	--bxw_t5: 1px -4px 10px -4px var(--wh5);
	--bxw_t6: 1px -4px 10px -4px var(--wh6);
	--bxw_t7: 1px -4px 10px -4px var(--wh7);
	--bxw_t8: 1px -4px 10px -4px var(--wh8);
	--bxw_t9: 1px -4px 10px -4px var(--wh9);
	/* white box-shodow_b */
	--bxw_b1: 1px 4px 10px -4px var(--wh1);
	--bxw_b2: 1px 4px 10px -4px var(--wh2);
	--bxw_b3: 1px 4px 10px -4px var(--wh3);
	--bxw_b4: 1px 4px 10px -4px var(--wh4);
	--bxw_b5: 1px 4px 10px -4px var(--wh5);
	--bxw_b6: 1px 4px 10px -4px var(--wh6);
	--bxw_b7: 1px 4px 10px -4px var(--wh7);
	--bxw_b8: 1px 4px 10px -4px var(--wh8);
	--bxw_b9: 1px 4px 10px -4px var(--wh9);


	/* text-shodow */
	--tx1: 1px 4px 10px var(--bl1);
	--tx2: 1px 4px 10px var(--bl2);
	--tx3: 1px 4px 10px var(--bl3);
	--tx4: 1px 4px 10px var(--bl4);
	--tx5: 1px 4px 10px var(--bl5);
	--tx6: 1px 4px 10px var(--bl6);
	--tx7: 1px 4px 10px var(--bl7);
	--tx8: 1px 4px 10px var(--bl8);
	--tx9: 1px 4px 10px var(--bl9);
	/* text-shodow white */
	--txw1: 1px 4px 10px var(--wh1);
	--txw2: 1px 4px 10px var(--wh2);
	--txw3: 1px 4px 10px var(--wh3);
	--txw4: 1px 4px 10px var(--wh4);
	--txw5: 1px 4px 10px var(--wh5);
	--txw6: 1px 4px 10px var(--wh6);
	--txw7: 1px 4px 10px var(--wh7);
	--txw8: 1px 4px 10px var(--wh8);
	--txw9: 1px 4px 10px var(--wh9);


	--tm: .5s;
}

/* html - body */
html{}
html, body{
	position: relative;
	min-width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	scroll-behavior: smooth;
   -webkit-overflow-scrolling: touch;
   -webkit-font-smoothing: antialiased;
}
body{
	background: var(--bag);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .5px;
	color: var(--bl);
}
.ovr_h{overflow:hidden;height:100vh}


/*  */
::-webkit-scrollbar{width:7px;height:7px;background:var(--tr)}
::-webkit-scrollbar-button{display:none}
::-webkit-scrollbar-thumb{background:var(--bl);border-radius:7px}
::-webkit-scrollbar-thumb:hover{background:var(--cl)}
::-webkit-scrollbar-track{background:var(--tr)}
::-webkit-scrollbar-track-piece{background:var(--tr)}
@media(max-width:1024px){::-webkit-scrollbar{display:none}}








/* css tag */
h1{font-size:42px}
h2{font-size:38px}
h3{font-size:32px}
h4{font-size:28px}
h5{font-size:24px}
h6{font-size:18px}
p{font-size:16px}
span{font-size:14px}
smail{font-size:12px}


input, textarea{
	outline: none;
	border: 1px solid var(--tr);
	height: 44px;
	border-radius: 10px;
}
::-moz-placeholder{color: var(--gr)}
::-webkit-input-placeholder{ color: var(--gr)}
::-ms-input-placeholder{color: var(--gr)}
::placeholder{color: var(--gr)}

a{text-decoration:none;color:var(--bl)}
a:focus{outline:1px auto var(--bl)}

ul, li{list-style:none}


/* css classes */
.posr{position:relative}

.dsp_n{display:none !important}
.dsp_b{display:block !important}

.txt_c{text-align:center}
.txt_r{text-align:right}

.txt_tu{text-transform:uppercase}










/*  */
.preload{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	background: var(--bag);
	transition: var(--tm);
	opacity: 1;
}
.preloader_act{opacity:0}

.preload_c{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.preload_logo{
	position: relative;
	width: 160px;
	height: 160px;
	background: url('../img/logo/logo.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.preload_animate {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	height: 100%;
	padding-top: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: load 1.2s infinite 0s ease-in-out;
	animation-direction: alternate;
	text-shadow: 0 0 1px white;
	color: var(--cl);
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}












/* block center */
.bl_c{
	width: calc(100% - 120px);
	display: flow-root;
	position: relative;
	margin: auto;
	max-width: 1280px;
	z-index: 11;
}
@media(max-width:768px){.bl_c{width:calc(100% - 80px)}}
@media(max-width:480px){.bl_c{width:calc(100% - 60px)}}
@media(max-width:425px){.bl_c{width:calc(100% - 40px)}}
@media(max-width:375px){.bl_c{width:calc(100% - 30px)}}
@media(max-width:320px){.bl_c{width:calc(100% - 20px)}}


/*  */
.head_c{
	position: relative;
	width: 100%;
	padding: 120px 0;
	padding-bottom: 60px;
}
@media(max-width:768px){.head_c{padding-top:60px;padding-bottom:30px}}


.head_c p{
	position: relative;
	width: 100%;
	margin-top: 20px;
}


/*  */
.head_v1{
	position: relative;
	width: 100%;
}
.head_vt{
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--cl);
	margin-bottom: 15px;
}



/*  */
.head_ln{
	position: relative;
	width: 100%;
	margin-top: 15px;
}
@media(max-width:768px){.head_ln{display:none}}

.head_ln ul{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.head_ln li{
	color: var(--gr);
	font-size: 14px;
	margin-right: 10px;
}
.head_ln span{
	font-size: 11px;
	margin-right: 10px;
}
.head_ln a{color:var(--bl);transition:var(--tm)}
.head_ln a:hover{color:var(--cl)}


.head_star{
	position: relative;
	width: 100%;
}
.head_star i{
	color: var(--cl);
	font-size: 14px;
	padding: 0 1px;
}



.head_nb{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.head_nbi{
	position: relative;
	width: 74px;
	height: 74px;
	margin-right: 15px;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
@media(max-width:480px){.head_nbi{width:54px;height:54px}}




.head_share{
	position: absolute;
	top: 40px;
	right: 0;
	font-size: 24px;
	transform: rotate(-90deg);
}












/* кнопки */
.btn{
	position: relative;
	padding: 18px 32px;
	border-radius: 12px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	background: var(--cl);
	color: var(--wh);
	box-shadow: 0 15px 20px var(--cl4);
	transition: var(--tm);
	cursor: pointer;
	user-select: none;
	border: none;
	outline: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
@media(max-width:375px){.btn{font-size:14px}}
@media(max-width:320px){.btn{font-size:13px}}
.btn:hover{
	background: var(--cl8);
	text-shadow: var(--tx2);
}

.btn > span{text-transform:uppercase}
.btn > i{font-size:18px}
.btn > i:first-child{margin-right:10px}
.btn > i:last-child{margin-left:10px}

.btn_sqr{
	width: 54px;
	height: 54px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
}

.btn_sqr2{
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
}


.btn_bl2{
	border: 1px solid var(--bl);
	background: var(--tr);
	color: var(--bl);
	box-shadow: none;
}
.btn_bl2:hover{
	border-color: var(--cl);
	background: var(--tr);
	color: var(--cl);
}


.btn_whatsapp{
	background: #25D366;
	border-color: #25D366;
	box-shadow: 0 15px 20px rgba(37,211,102, .4);
}
.btn_whatsapp:hover{background:rgba(37,211,102, .8)}

.btn_back{
	background: var(--tr);
	border: none;
	color: var(--bl);
	box-shadow: none;
	font-size: 20px;
}
.btn_back:hover{
	color: var(--cl);
	background: var(--tr);
}





/*  */
.btn_img{
	position: relative;
	width: 30px;
	height: 100%;
	margin-left: 15px;
}
@media(max-width:320px){.btn_img{margin-left:5px}}

.btn_img div{
	position: absolute;
	width: 54px;
	height: 54px;
	bottom: 5px;
	right: -30px;

	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.btn_img2{
	width: 20px;
	margin-left: 0px;
}
.btn_img2 div{
	bottom: 5px;
	right: -45px;
}







/* form setting */
.form_c{
	position: relative;
	width: 100%;
}
.form_im{
	position: relative;
	width: 100%;
	max-width: 768px;
	margin: auto;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media(max-width:480px){.form_im{margin-top:15px}}

.form_im_txt{
	position: relative;
	width: 100%;
	height: 54px;
	border-radius: 13.5px;
	border: 1px solid var(--bl2);
	background: var(--tr);
	color: var(--bl);
	padding: 0 34px;
	font-size: 16px;
	font-weight: 600;
	transition: var(--tm);
	user-select: none;
	outline: none;
}
.form_im_txt:focus{border-color:var(--bl5)}
.form_im_txt::placeholder{color:var(--bl5);font-weight:600;transition:var(--tm)}


.form_im p{
	width: 100%;
	margin-bottom: 10px;
}




/*  */
.form_imr{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.form_imr::after{display:none}
.form_imri{
	position: relative;
	width: calc(50% - 7.5px);
	height: 54px;
	margin-bottom: 15px;
	border-radius: 13.5px;
   border: 1px solid var(--wh1);
}
@media(max-width:480px){.form_imri{width:100%}}



/*  */
.radio, .check{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 54px;
	padding: 0 15px;
	border-radius: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
 	cursor: pointer;
 	transition: var(--tm);
}
.radio input, .check input{display:none}
.radio span, .check span{
  position: relative;
  display: block;
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  padding-left: 39px;
  letter-spacing: .5px;
  transition: var(--tm);
}
.radio:hover span, .check:hover span{}

.radio span::before, .radio span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
  background: var(--gr);
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}
.radio span::before{}
.radio span::after {
	width: 22px;
	height: 22px;
	top: 1px;
	left: 1px;
	background: var(--wh);
	transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
.radio:hover span::before{transform:scale(0.9)}
.radio:hover span::after{transform:scale(0.7)}
.radio input:checked + span::before {
  transform: scale(1.05);
  background: var(--cl);
}
.radio input:checked + span::after {
  transform: scale(0.5);
  transition: transform 0.3s ease;
}
.radio:hover input:checked + span::after{transform:scale(0.4)}






/*  */
.form_date{
	position: relative;
	width: 100%;
	height: 54px;
	border-radius: 13.5px;
	border: 1px solid var(--bl2);
	background: var(--tr);
	color: var(--bl);
	padding: 0 34px;
	font-size: 16px;
	font-weight: 600;
	transition: var(--tm);
	user-select: none;
	outline: none;
}



.form_kl{
	position: relative;
	width: 100%;
	height: 54px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form_klb{
	position: absolute;
	top: 0;
	left: 0;
	width: 54px;
	height: 54px;
}
.form_klb2{
	left: auto;
	right: 0;
}
.form_kln{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 54px;
	border-radius: 13.5px;
	background: var(--tr);
	color: var(--bl);
	padding: 0 54px;
	font-size: 16px;
	font-weight: 600;
	transition: var(--tm);
	user-select: none;
	outline: none;
}










/*  */
.swiper-container {
	position: relative;
	width: 100%;
}
.swiper-slide{position:relative}
.swiper-pagination .swiper-pagination-bullet-active{background:var(--wh7)}




/*  */
.bl_mess{
	position: fixed;
	width: 100%;
	top: -260px;
	left: 0;
	z-index: 910;
	opacity: 0;
	transition: .5s;
	display: flex;
	justify-content: center;
}
.bl_mess_zak{top:0;opacity:1}
.bl_mess_sam{
	display: inline-block;
	margin-top: 30px;
	padding: 20px 30px;
	border-radius: 13.5px;
	background: var(--bag);
	box-shadow: var(--bx2);
	transition: var(--tm);
}










/*  */
.header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 910;
	width: 100%;
	height: 124px;
}
.header_wh{}
@media(max-width:768px){.header{height:74px}}



.header .bl_c{height:100%}
.header_c{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_l{
	position: relative;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.logo{
	position: relative;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.logo_i{
	position: relative;
	width: 74px;
	height: 74px;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
@media(max-width:480px){.logo_i{width:44px;height:44px}}
@media(max-width:360px){.logo_i{width:44px;height:44px}}





/*  */
.menu{
	position: relative;
	height: 100%;
	margin-left: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media(max-width:1024px){.menu{display:none}}
.menu a{margin:0 15px}
.menu_i{color:var(--bl);transition:var(--tm)}
.header_wh .menu_i{color:var(--wh)}
.header .menu_i:hover{color:var(--cl)}




/*  */
.header_r{
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}


.phone_nm{
	position: relative;
	height: 100%;
	color:var(--bl);
	transition: .3s;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;

	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header_wh .phone_nm{color:var(--wh)}
.header .phone_nm:hover{color:var(--cl)}
@media(max-width:768px){.phone_nm{display:none}}




.menu_o{
	position: relative;
	height: 80px;
	margin-left: 60px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	display: none;
}
@media(max-width: 768px){
	.menu_o{
		display: flex;
	}
}

.menu_oz{
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	transition: .3s;
	background: var(--bag);
	opacity: 0;
	visibility: hidden;
	cursor: default;
}
.menu_o_act .menu_oz{
	opacity: .8;
	visibility: visible;
}

.menu_os{
	position: relative;
  	padding: 30px 0;
  	height: 100%;
	z-index: 11;
  	cursor: pointer;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.menu_ot{
	position: relative;
	z-index: 12;
	margin-right: 10px;
	font-size: 20px;
	text-transform: uppercase;
	color: var(--bl);
	transition: .3s;
	font-weight: 400;
}
.menu_o:hover .menu_ot, .menu_o_act .menu_ot{color:var(--cl)}
.header_wh .menu_ot{
	color: var(--wh);
}
@media (max-width: 375px) {
	.menu_ot{
		margin-right: 7px;
		font-size: 18px;
	}
}

.menu_oc{
  position: relative; 
  z-index: 12;
  -webkit-user-select: none;
  user-select: none;
  width: 28px;
  height: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 375px) {
	.menu_oc{
		width: 22px;
		height: 12px;
	}
}

.menu_oc span{
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: var(--bl);
	z-index: 1;
	transform-origin: 2px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	           background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	           width 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	           opacity 0.55s ease;
}
.menu_o:hover .menu_oc span, .menu_o_act .menu_oc span{background:var(--cl)}
.header_wh .menu_oc span{
	background: var(--wh);
}

.menu_oc span:first-child{transform-origin:100% 0%}
.menu_oc span:last-child{
	transform-origin: 100% 100%;
	width: calc(100% - 5px);
}
.menu_o_act .menu_oc span{
  opacity: 1;
  transform: rotate(-45deg) translate(4px, 0);
}
.menu_o_act .menu_oc span:last-child{
	width: 100%;
	transform: rotate(45deg) translate(4px, 0);
}
.menu_o_act .menu_oc span:nth-last-child(2){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}


/*  */
.menu_c{
	position: absolute;
	z-index: 13;
	top: 85px;
	right: -50px;
	width: 340px;
	height: auto;
	transition: .5s;
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: flex-start; */
	visibility: hidden;
	opacity: 0;
}
.menu_o_act .menu_c{
	visibility: visible;
	opacity: 1;
	right: 0;
}
.menu_c::before{
	content: '';
	position: absolute;
	z-index: 3;
	top: -7px;
	right: 24px;
	width: 24px;
	height: 24px;
	border-radius: 7px;
	transform: rotate(45deg);
	background: var(--wh);
}

/*  */
.menu_cn{
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 12px 0;
	overflow: hidden;
	background: var(--wh);
	border-radius: 20px;
	-webkit-box-shadow: 4px 10px 84px rgb(0 0 0 / 5%);
   box-shadow: 4px 10px 84px rgb(0 0 0 / 5%);
}
.menu_cnq, .menu_cna{
	position: relative;
	width: 100%;
}

/*  */
.menu_pod{
	position: relative;
	width: 100%;
	transition: .5s;
	background: var(--wh);
	/* opacity: 0; */
	/* visibility: hidden; */
}
.menu_pod_act{
	visibility: visible;
	right: 0;
	opacity: 1;
}


/*  */
.menu_ci{
	position: relative;
	cursor: pointer;
	width: 100%;
	transition: var(--tm);
	border-bottom: 1px solid var(--gr05);

	display: flex;
	justify-content: center;
	align-items: center;

	position: relative;	
	width: 100%;
	min-height: 55px;
	padding: 10px 30px;
	transition: .5s;
	opacity: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.menu_ci:last-child{border-bottom:0}



.menu_ci > span{
	position: relative;
	width: calc(100% - 34px - 15px);
	margin-left: 15px;
	display: block;
	color: var(--bl);
	font-size: 16px;
	transition: .5s;
}
.menu_ci:hover > span{color: var(--cl)}
.menu_cim{
	position: relative;
	width: 34px;
	height: 34px;
	border-radius: 9px;
	/* box-shadow: var(--bx_b3); */
   overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}
.menu_cim div{
	position: relative;
	width: 20px;
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.menu_cip, .menu_cipl{}
.menu_cip::after{
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu_cip span b{font-weight:500}



/* sss */
.menu_cn2{
	position: relative;	
	width: calc(100% - 60px);
	z-index: 1;
	height: 74px;
	padding: 0 25px 0 30px;
	transition: .5s;
	opacity: 1;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;

	background: var(--wh);
	border-radius: 0 0 20px 20px;
	/* -webkit-box-shadow: inset 0 0 0 1px #eee; */
	/* box-shadow: inset 0 0 0 1px #eee; */
	-webkit-box-shadow: 4px 10px 84px rgb(0 0 0 / 5%);
   box-shadow: 4px 10px 84px rgb(0 0 0 / 5%);
}
.menu_cn2 .menu_cim{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 2px #ededed;
	box-shadow: 0 0 0 2px #ededed;
}
.menu_cn2 .menu_cim div{width:100%;height:100%}
.menu_cim_on{
	position: absolute;
	z-index: 10;
	bottom: 3px;
	right: 9px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--cl);
}

.menu_cizt{
	position: relative;
	width: calc(100% - 42px - 34px - 30px);
}
.menu_cizt span{
	position: relative;
	font-size: 14px;
	color: var(--bl);
	letter-spacing: 1px;
}
.menu_cizt div{
	position: relative;
	margin-top: 3px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 12px;
	font-weight: 700;
	color: var(--bl);
}
.menu_ciz:hover span{color:var(--bl)}

.menu_cizi{
	position: relative;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: var(--cl);
}
.menu_cn2:hover .menu_cizi{
	background: var(--cl05);
}








/* menu tabs */
.tabs_f{
	position: fixed;
	bottom: -160px;
	left: 0;
	width: 100%;
	height: 218px;
	transform: translateY(70px);
	padding-bottom: 144px;
	z-index: 999;
	transition: var(--tm);
	-webkit-overflow-scrolling: touch;
	background: var(--bag);
	box-shadow: var(--bx_t2);
	display: none;
}
.tabs_act, .tabs_acts{bottom:-74px}
@media(max-width:768px){.tabs_f{display:block}}

.tabs_f .bl_c{height:100%}

.tabs{
	position: relative;
	width: 100%;
	height: 74px;
	transition: var(--tm);
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.tabs_i{
	position: relative;
	width: 54px;
	height: 54px;
	transition: var(--tm);
	display: flex;
	justify-content: center;
	align-items: center;
}
.tabs_iact{}
.tabs_iact::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: radial-gradient(circle, var(--bl03) 50%, var(--tr) 100%);
	border-radius: 50%;
}

.tabs_i i {
	position: relative;
	z-index: 2;
	font-size: 20px;
	color: var(--gr);
	transition: var(--tm);
}
.tabs_iact i{color:var(--bl)}


.tabs_img {
	position: relative;
	z-index: 1;
	width: 32px;
	height: 32px;
	background-image: url('../img/logo/favicon_g.png');
	background-size: cover;
	background-position: center center;
  	transition: var(--tm);
}
.tabs_iact .tabs_img{background-image: url('../img/logo/favicon_b.png')}















/* block body */
.body{
	position: relative;
	width: 100%;
}












/*  */
.footer{
	position: relative;
	width: 100%;
	padding-top: 60px;
	background: var(--wh);
	color: var(--bl);
}
@media(max-width:1024px){.footer{padding-bottom:74px}}
@media(max-width:768px){.footer{padding-top:0}}

.foot_c{
	position: relative;
	width: 100%;
	padding-bottom: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
@media(max-width:768px){.foot_c{flex-direction:column;padding-bottom:30px}}
.foot_i{position:relative}
@media(max-width:768px){.foot_i{margin-bottom:45px}}

.foot_logo{position:relative}
.foot_logo a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media(max-width:768px){.foot_logo a{flex-direction:column}}

.logo_con{
	position: relative;
	width: 54px;
	height: 54px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;	
}
@media(max-width:768px){.logo_con{width:96px;height:96px}}

.logo_txt{position:relative;margin-left:15px}
@media(max-width:768px){.logo_txt{margin-left:0;margin-top:15px}}

/*  */
.foot_i .bl1_sos{
	position: relative;
	bottom: auto;
	right: auto;
}
.foot_i .bl1_sos .bl1_si{color:var(--bl)}
.foot_i .bl1_sos .bl1_si:hover{color:var(--cl)}

/*  */
.foot_n{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
}
.foot_n a{
	font-size: 18px;
	font-weight: 600;
	color: var(--bl);
	transition: var(--tm);
}
.foot_n a:hover{color:var(--cl)}
.foot_n span{margin-top:5px;font-size:11px;color:var(--cl)}



/*  */
.footer_b{
	position: relative;
	width: 100%;
	padding: 60px 0;
	padding-top: 45px;

	border-top: 1px solid var(--bl1);

	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
@media(max-width:768px){.footer_b{flex-direction:column}}

.footer_bi{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media(max-width:768px){.footer_bi{width:100%;padding-bottom:45px;justify-content:center;border-bottom: 1px solid var(--bl1)}}

.footer_bi2{
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media(max-width:768px){.footer_bi2{flex-direction:column-reverse;margin-top:30px}}

.footer_bic{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	font-size: 14px;
	margin-right: 15px;
}
@media(max-width:768px){.footer_bic{align-items:center;margin-right:0}}
.footer_bici span{margin-right:5px}
.footer_bici a{
	color: var(--bl);
	transition: var(--tm);
}
.footer_bici a:hover{color:var(--cl)}
.footer_bici2{margin-top:5px}
@media(max-width:768px){.footer_bici2{margin-top:15px}}
.footer_bici2 a{
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
}
.footer_bim{
	position: relative;
	width: 54px;
	height: 54px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;	
}
@media(max-width:768px){.footer_bim{width:74px;height:74px}}













/*  */
.pop_bl{
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: var(--tm);
	visibility: hidden;
}
@media(max-width:480px){.pop_bl{align-items:flex-end}}

.pop_bl_act{visibility:visible;opacity:1}

/*  */
.pop_bl_a{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: var(--bl2);
	backdrop-filter: blur(3px);
	transition: var(--tm);
	transition-delay: var(--tm);
	opacity: 0;
}
.pop_bl_act .pop_bl_a{opacity:1}

/*  */
.pop_bl_c{
	position: relative;
	width: calc(100% - 80px);
	max-width: 768px;
	padding: 60px 80px;
	border-radius: 40px;
	z-index: 2;
	transform: translateY(100%);
	transition: .5s;
	background: var(--bag);
}
@media(max-width:768px){.pop_bl_c{padding:60px 40px}}
@media(max-width:480px){
	.pop_bl_c{
		width: 100%;
		padding: 60px 30px;
		border-radius: 30px 30px 0 0;
	}
}
@media(max-width:425px){
	.pop_bl_c{
		padding: 40px 20px;
		border-radius: 20px 20px 0 0;
	}
}
@media(max-width:375px){
	.pop_bl_c{
		padding: 30px 15px;
		border-radius: 15px 15px 0 0;
	}
}
@media(max-width:320px){.pop_bl_c{padding:20px 10px}}


.pop_bl_c::after{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 5px;
	border-radius: 5px;
	background: var(--bl1);
	display: none;
}
@media(max-width:480px){.pop_bl_c::after{display:block}}



.pop_bl_act .pop_bl_c{transform:translateY(0)}
.pop_bl_c .head_c{padding:0;padding-bottom:30px}
.pop_bl_c .form_c .btn{width:100%}

.pop_bl_cl{
	position: relative;
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}



/*  */
.pop_bl_share{
	position: relative;
	width: 100%;
}
.pop_bl_share .head_c{padding-bottom:30px}

.pop_bl_share_c{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pop_bl_share_c a{
	position: relative;
	width: calc(100% / 4 - 20px * 2 / 3);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.pop_bl_share_c div{
	position: relative;
	width: 54px;
	height: 54px;
	font-size: 20px;
	margin-bottom: 5px;
   background: radial-gradient(circle, var(--bl03) 50%, var(--tr) 100%);
   border-radius: 50%;
	color: var(--bl8);
	display: flex;
	justify-content: center;
	align-items: center;
}
.pop_bl_share_c span{font-size:11px}


.pop_bl_share_b{
	position: relative;
	width: 100%;
	margin-top: 30px;
}
.pop_bl_share_b .btn{width:100%}






















/*  */
.callback-bt, .callback-btw{
	position: fixed;
	right: 30px;
	bottom: 30px;
	height:72px;
	width:72px;
	z-index:9999;

	background:var(--cl);
	box-shadow:var(--bx3);
	border:1px solid var(--cl);
	border-radius:50%;
	transition:.3s;
	cursor:pointer;

	display: flex;
	justify-content: center;
	align-items: center;
	
	animation:hoverWave linear 1s infinite;
}
.callback-btw{
	width: 54px;
	height: 54px;
	bottom: 130px;
	right: 39px;
	animation: none;
	background:#25D366;
	border: 0;
	box-shadow: var(--bx_b2);
}
.callback-bt:hover, .callback-btw:hover{
	background:#fff;
	transition:.3s;
}

.callback-bt i, .callback-btw i{
	color:#fff;
	font-size:34px;
	transition:.3s;
	line-height: 66px;
	transition: .5s ease-in-out;
	animation: 1200ms ease 0s normal none 1 running shake;
	animation-iteration-count: infinite;
}
.callback-btw i{
 	font-size: 20px;
 	animation: none;
}
.callback-bt:hover i, .callback-btw:hover i{
	color:var(--cl);
}