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

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


	--red: #B90000;
	--gold: rgb(250, 175, 0);
	--clq: 	#A07F53;

	--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: #414141;
	--bl01: rgba(65,65,65,.01);
	--bl03: rgba(65,65,65,.03);
	--bl05: rgba(65,65,65,.05);
	--bl1: rgba(65,65,65,.1);
	--bl2: rgba(65,65,65,.2);
	--bl3: rgba(65,65,65,.3);
	--bl4: rgba(65,65,65,.4);
	--bl5: rgba(65,65,65,.5);
	--bl6: rgba(65,65,65,.6);
	--bl7: rgba(65,65,65,.7);
	--bl8: rgba(65,65,65,.8);
	--bl9: rgba(65,65,65,.9);

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

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

	/* color #2 */
	--cm: #FEA708;
	--cm05: rgba(254,167,8,.05);
	--cm1: rgba(254,167,8,.1);
	--cm2: rgba(254,167,8,.2);
	--cm3: rgba(254,167,8,.3);
	--cm4: rgba(254,167,8,.4);
	--cm5: rgba(254,167,8,.5);
	--cm6: rgba(254,167,8,.6);
	--cm7: rgba(254,167,8,.7);
	--cm8: rgba(254,167,8,.8);
	--cm9: rgba(254,167,8,.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(--wh);
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	/* letter-spacing: .5px; */
	color: var(--bl);
}
.app{
	position: relative;
	width: 100%;
	min-height: 100vh;
}
.ovr_h{overflow:hidden;height:100vh}


/*  */
::-webkit-scrollbar{
	width: 12px;
	height: 12px;
	background: var(--tr)
}
::-webkit-scrollbar-button{display:none}
::-webkit-scrollbar-thumb{
	border: 2px solid var(--bag);
	background: rgb(204,204,204);
	border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{background:var(--bl)}
::-webkit-scrollbar-track{background:var(--tr)}
::-webkit-scrollbar-track-piece{background:var(--tr)}
@media(max-width:1024px){::-webkit-scrollbar{display:none}}








/* css tag */
h1, h2, h3, h4{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
h5, h6{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
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}
@media(max-width:768px){h1{font-size:38px}}
@media(max-width:500px){h1{font-size:36px}}
@media(max-width:430px){h1{font-size:30px}}
@media(max-width:390px){h1{font-size:27px}}




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}




.mt0{margin-top:0 !important}







/*  */
.preload{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 99999;
	background: var(--bag);
	opacity: 1;
	transition: .5s;
	transform: scale(1);
}
.preloader_act{
	opacity: 0;
	transform: scale(3);
}

  

.preload-box {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
  /* background: #1a237e; */
}

.preload-container {
  height: 15px;
  width: 105px;
  display: flex;
  position: relative;
}
.preload-container .circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--cm);
  animation: move 500ms linear 0ms infinite;
  margin-right: 30px;
}
.preload-container .circle:first-child {
  position: absolute;
  top: 0;
  left: 0;
  animation: grow 500ms linear 0ms infinite;
}
.preload-container .circle:last-child {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  animation: grow 500ms linear 0s infinite reverse;
}

@keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes move {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(45px);
  }
}















/* block center */
.bl_c{
	position: relative;
	display: flow-root;
	width: 100%;
	max-width: 1280px;
	z-index: 11;
	margin: 0 auto;
	padding: 0 40px;
}
@media(max-width:768px){.bl_c{padding: 0 30px}}
@media(max-width:500px){.bl_c{padding: 0 20px}}
@media(max-width:360px){.bl_c{padding: 0 15px}}


/*  */
.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(--cm);
	margin-bottom: 15px;
	margin-top: 20px;

	font-family: "Caveat", cursive;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 38px;
}
@media(max-width:500px){
	.head_vt{
		font-size: 34px;
		margin-top: 10px;
		margin-bottom: 0;
	}
}
@media(max-width:430px){.head_vt{font-size:30px}}
@media(max-width:390px){.head_vt{font-size:27px}}



/*  */
.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:500px){.head_nbi{width:54px;height:54px}}




.head_share{
	position: absolute;
	top: 40px;
	right: 0;
	font-size: 24px;
	transform: rotate(-90deg);
	display: none;
}
@media (max-width: 500px) {
	.head_share{
		display: block;
	}
}











/* кнопки */
.btn{
	position: relative;
	min-height: 80px;
	padding: 12px 34px;
	border-radius: 80px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	background: var(--cl);
	color: var(--wh);
	transition: .3s;
	cursor: pointer;
	user-select: none;
	border: none;
	outline: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 15px 20px var(--cl2);
	text-transform: uppercase;
}
@media(max-width:375px){.btn{font-size:14px}}
@media(max-width:320px){.btn{font-size:13px}}
.btn:hover{background:var(--cl8)}

/* .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_cl{
	background: var(--tr);
	border: 1px solid var(--wh);
	color: var(--wh);
	font-weight: 600;
}
.btn_cl:hover{
	border-color: var(--wh);
	background: var(--gr1);
}




.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 text */
.btn_back{ 
	padding: 0;
	font-weight: 600;
	text-decoration: underline;
	background: var(--tr);
	color: var(--bl);
	box-shadow: none;
}
.btn_back:hover{
	color: var(--cl);
	background: var(--tr);
}
.btn_back2{
	background: var(--tr);
	color: var(--bl);
	border: none;
	box-shadow: none;
	padding: 0;
	text-transform: unset;
}
.btn_back2:hover{
	color: var(--cl);
	background: var(--tr);
}
.btn_back3{
	background: var(--tr);
	color: var(--bl);
	border: none;
	box-shadow: none;
	padding: 0;
	text-transform: unset;
	text-decoration: underline;
}
.btn_back3:hover{
	color: var(--cl);
	background: var(--tr);
}



/*  */
.btn_p{
	background: var(--tr);
	border: 1px solid var(--gr4);
	color: var(--bl);
	font-weight: 600;
	border-radius: 74px;
	box-shadow: none;
}
.btn_p:hover{
	border-color: var(--gr);
	background: var(--gr1);
}
.btn_p i:last-child{
	font-size: 14px;
	margin-left: 8px;
}



/*  */
.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;
}




/* btn icon */
.btn_dd{
	width: 44px;
	min-width: 44px;
	height: 44px;
	min-height: 44px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	background: var(--tr);
	color: var(--bl);
	border: 1px solid var(--gr4);
	color: var(--bl8);
	box-shadow: none;
}
.btn_dd i{
	font-size: 16px;
	/* font-weight: 400; */
	margin: 3px 0 0 0 !important;
}
.btn_dd:hover{
	border-color: var(--gr);
	color: var(--bl);
	background: var(--gr1);
}

.btn_dd2{
	min-width: 44px;
	min-height: 44px;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	background: var(--tr);
	color: var(--bl);
}
.btn_dd2:hover{background:var(--gr2)}

.btn_dd_cl{
	background: var(--cl);
	color: var(--wh);
	border: 0;
}
.btn_dd_cl:hover{
	color: var(--wh);
	background: var(--cl8);
}


.btn_dd_54{ 
	min-height: 54px;
	min-width: 54px;
	width: 54px;
	height: 54px;
	margin: 0;
	padding: 0;
	border-radius: 14px;
}




/*  */
.btn_clm {
	background: var(--cl1);
	border-color: var(--cl1);
	color: var(--cl);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.btn_clm:hover {
	background: var(--cl);
	color: var(--wh);
}








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

.form_txt{
	position: relative;
	width: 100%;
	height: 64px;
	border-radius: 8px;
	border: 2px solid var(--gr);
	background: var(--bag);
	color: var(--bl);
	padding: 0 24px;
	font-size: 16px;
	font-weight: 600;
	transition: .5s;
	user-select: none;
	outline: none;
	text-align: center;
}
.form_txt:focus{
	/* background: ; */
	color: var(--bl);
}
.form_txt::placeholder{
	color: var(--gr);
	font-weight: 600;
	transition: .5s;
}


.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:500px){.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 {
	position: relative;
	width: 100%;
}
.swiper-slide {
	position: relative;
	background: #fff;
}

.swiper-pagination{}
.swiper-pagination .swiper-pagination-bullet{
	background: var(--gr5);
	opacity: 1;
}
@media(max-width:500px){
	.swiper-pagination{
		height: 44px;
		padding: 18px 0;
	}
}


.swiper-pagination .swiper-pagination-bullet-active{background:var(--cl)}
.swiper-button-prev, .swiper-button-next{
	width: 54px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0;
	margin: 0;
	padding: 0;
	top: auto;
	left: 0;
	background: var(--wh4);
	color: var(--bl);
	font-size: 20px;
	transition: .3s;
	opacity: 0 !important;
	outline: none;
}
.swiper-button-next{
	right: 0;
	left: auto;
}
.swiper-button-prev:hover, .swiper-button-next:hover{background:var(--wh8)}
.swiper-button-prev::after, .swiper-button-next::after{display:none}
@media(max-width:500px){
	.swiper-button-prev, .swiper-button-next{
		width: 44px !important;
		height: 44px !important;
		opacity: 1 !important;
		bottom: 0 !important;
		background: var(--tr) !important;
	}
}








/*  */
.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);
}



































/*  */
.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}}
@media(max-width:500px){.foot_logo .logo_txt{text-align: center;}}

.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}}


/*  */
/*  */
.bl1_sos{
	position: absolute;
	right: 0;
	bottom: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
@media(max-width:768px){.bl1_sos{bottom:20px}}

.bl1_si{
	margin: 0 15px;
	font-size: 24px;
	color: var(--wh);
	transition: var(--tm);
}
.bl1_si:hover{color:var(--cl)}
@media(max-width:500px){.bl1_si{font-size:20px}}
.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%;
	border-top: 1px solid var(--gr4);
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.footer_bl{
	position: relative;
	width: 50%;
	font-weight: 400;
	font-size: 12px;
}
@media (max-width: 768px) {
	.footer_b{
		width: calc(100% + 40px);
		margin: 0 -20px;
		padding: 40px 20px;
	}
	.footer_bl{
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
}

.footer_br{
	position: relative;
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media (max-width: 768px) {
	.footer_br{
		width: 100%;
		justify-content: center;
	}
}

/*  */
.gprog_bl{
	position: relative;
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 12px;
	transition: .3s;
}
.gprog_bl:hover{text-decoration:underline}

.gprog_heart{
	margin: 0 2px;
	color: var(--red);
	font-size: 13px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gprog_bl:hover .gprog_heart {
	-webkit-animation: heartAnimation .8s ease-in-out infinite;
	animation: heartAnimation .8s ease-in-out infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.gprog_heart:after, .gprog_heart:before {
	content: '';
	position: absolute;
	top: -15px;
	bottom: -15px;
	left: -15px;
	right: -15px;
	border-radius: 50%;
	opacity: 0;
	-webkit-box-shadow: 0 0 10px 15px rgb(242 69 61 / 55%);
	box-shadow: 0 0 10px 15px rgb(242 69 61 / 55%);
	pointer-events: none;
}
.gprog_bl:hover .gprog_heart:before {
	-webkit-animation: anim-effect-ivana-1 .8s infinite;
	animation: anim-effect-ivana-1 .8s infinite;
}
.gprog_bl:hover .gprog_heart:after {
	-webkit-animation: anim-effect-ivana-2 .8s infinite;
	animation: anim-effect-ivana-2 .8s infinite;
}


.gprog_ab{
	position: absolute;
	bottom: 105%;
	left: 50%;
	min-width: 207px;
	padding: 30px;
	border-radius: 16px;
	background: var(--wh);
	-webkit-transform: translateX(calc(-50%));
	-ms-transform: translateX(calc(-50%));
	transform: translateX(calc(-50%));
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	pointer-events: none;
	-webkit-box-shadow: 2px 15px 20px rgb(0 0 0 / 15%);
	box-shadow: 2px 15px 20px rgb(0 0 0 / 15%);
}
@media(max-width:768px){.gprog_ab{display:none}}
.gprog_bl:hover .gprog_ab{
	-webkit-transform: translateX(calc(-50%)) translateY(-2vh);
	-ms-transform: translateX(calc(-50%)) translateY(-2vh);
	transform: translateX(calc(-50%)) translateY(-2vh);
	opacity: 1;
}
.gprog_ab:before {
	content: '';
	position: absolute;
	bottom: -4px;
	right: 0;
	left: 0;
	margin: auto;
	transform: rotate(45deg);
	background: var(--wh);
	width: 14px;
	height: 14px;
	border-radius: 4px;
}
.gprog_lg{
	position: relative;
	width: 100%;
	height: 74px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gprog_lg div{
	position: relative;
	width: 74px;
	height: 74px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.gprog_h{
	position: relative;
	width: 100%;
	font-size: 24px;
	font-weight: 500;
	color: var(--bl);
	text-align: center;
	margin-bottom: 5px;
}
.gprog_p{
	position: relative;
	width: 100%;
	font-size: 14px;
	color: var(--bl);
	text-align: center;
	padding-left: 6px;
}




















/*  */
.callback{}
@media(max-width:500px){
	.callback{
		position: fixed;
		bottom: -74px;
		left: 0;
		width: 100%;
		height: 188px;
		transform: translateY(70px);
		padding-bottom: 144px;
		z-index: 999;
		transition: .4s;
		-webkit-overflow-scrolling: touch;
		background: var(--bag);
		box-shadow: var(--bx_t2);
	}
	/* .tabs_act, .tabs_acts{bottom:-74px} */

	.callback a{
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		width: 50%;
		height: 44px;
	}
	.callback a:last-child{
		left: auto;
		right: 0;
	}
}


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

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

	display: flex;
	justify-content: center;
	align-items: center;
	
	animation:hoverWave linear 1s infinite;
}
.callback-bt{display:none}
.callback-btw{
	background:#25D366;
	border: 0;
	box-shadow: var(--bx_b2);
}
.callback-bt:hover, .callback-btw:hover{
	background:#fff;
	transition:.3s;
}
@media(max-width:500px){
	.callback-bt, .callback-btw{
		position: relative;
		width: 100%;
		height: 100%;
		bottom: auto;
		right: auto;
		display: flex;

		animation: none;
		border-radius: 0;
	}
	.callback-bt:hover{
		background:var(--cl);
	}
	.callback-btw:hover{
		background:#25D366;
	}
}




.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-bt:hover i, .callback-btw:hover i{
	color:var(--cl);
}
@media(max-width:500px){
	.callback-bt i, .callback-btw i{
		font-size: 18px;
		animation: none;
   	}
	.callback-bt:hover i, .callback-btw:hover i{
		color:var(--wh);
	}
}

.callback-bt span, .callback-btw span{
	display: none;
}
@media(max-width:500px){
	.callback-bt span, .callback-btw span{
		display: inline-block;
		font-size: 14px;
		margin-left: 12px;
		color: var(--wh);
	}
}
















/*  */
.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:500px){.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:500px){
	.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:500px){.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%}


/*  */
.pop_imge{
	position: relative;
	width: 100%;
	padding-bottom: 65%;
}
.pop_imge img{
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media (max-width: 500px) {
	.pop_imge{
		padding-bottom: 120%;
	}
	.pop_imge img{
		position: absolute;
		width: 100%;
		height: auto;
		right: auto;
	}
}