/*header*/
.hg-pop .cl-btn{
	z-index: 2222;
	top: 6em;
	right: 1em;

}


/*404*/
/*404*/
.er_page{
	display: flex;
	width: 100%;
	position: relative;
	height: 100vh;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
}
body.fzf-page main{
	padding-top: 0 !important;
}
.er_page *{
	color: var(--bgy);
	text-align: center;
	z-index: 2;
}
.er_page h1{

	position: relative;
	width: auto;
	display: table;
	margin: 0 auto;
		margin-bottom: 1em;
}
.er_page .bgcov{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.rev-carousel.is-fullscreen{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	top: 0;
    left: 0;
    z-index: 22;
}
.rev-carousel.is-fullscreen .rev-item{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}
.rev-carousel.is-fullscreen .rev-grid > .bgcov{
	position: relative;
	width: 100;
	height: -webkit-calc(85vw * 1.42);
    height: -moz-calc(85vw * 1.42);
    height: calc(85vw * 1.42);
}
.rev-carousel.is-fullscreen .rev-grid .def_des{
	position: absolute;
	left: 1em;
	bottom: 1em;
}
.rev-carousel.is-fullscreen .rev-grid  .video-btn{
 bottom: 1em;
 right: 1em;
}
.rev-carousel.is-fullscreen .rev-grid{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 85vw;
	height: -webkit-calc(85vw * 1.42);
    height: -moz-calc(85vw * 1.42);
    height: calc(85vw * 1.42);
    margin: 0 auto;
    padding: 0;

}
.is-flickity-fullscreen .hg-items.rev .sl-nav{
	z-index: 222;
	position: fixed;
	left: 0;
	right: 0;
	top: 50%;
    margin: 0 auto;
    width: 95vw;
	margin-top: -1em;

}
.is-flickity-fullscreen .hg-items.rev .cl-btn{
	opacity: 1;
	z-index: 222;
	pointer-events: all;
	position: fixed;
	top: 1em;
	right: 1em;
}
.hg-items.rev .cl-btn{
	opacity: 0;
	pointer-events: none;
}
body a{
	color: #000;
}
header .hg-btn{
	padding: 1em;
}
.anc-items{
	position: absolute;
	top: -4em;
}
.hg-items,
.hg-items.items{
	position: relative;
}
html,body{
	position: relative;
	display: block;
	width: 100%;
	overflow-x: hidden;

}
header{
	position: fixed;
	width: 100%;
	top: 4px;
	left: 0;
}
.header-grid{
	justify-content: space-between;
	align-items: center;
	padding-top: .28em;
	padding-bottom: .28em;
	position: relative;
}
.header-grid::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgb(0 0 0 / 75%);
    z-index: -1;
}
.scroll-h .header-grid::before{
    background: rgb(0 0 0 / 75%);
}
#mob-nav{
	width: 1.28em;
	height: 1.28em;
	position: relative;
	flex-direction: column;

}
#mob-nav div{
	position: absolute;
	width: 100%;
	border-bottom: 2px solid #fff;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
#mob-nav div:first-child{
	top: .28em;
	margin-top: 0;
}
#mob-nav div:last-child{
	top: auto;
	margin-top: 0;
	bottom: .28em;
}
#mob-nav.active div{
	opacity: 0;
}
#mob-nav.active div:first-child{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#mob-nav.active div:last-child{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#mob-nav.active div:first-child,
#mob-nav.active div:last-child{
	top: 50%;
	bottom: auto;
	opacity: 1;

}
#hg-menu .countr-sel .cont-i.active{
	opacity:.5;
	pointer-events: none;
}
#hg-menu .countr-sel,
#hg-menu .countr-sel *{
	color: #000;
	text-transform: uppercase;
	font-family: 'hg-tit';
}
#hg-menu .countr-sel span{
	font-family: 'hg-des';
	text-transform: lowercase;
	margin-bottom: 1em;
}
#hg-menu .countr-sel {
	margin-bottom: 6em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#hg-menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #fff;
	padding-top: 4.5em;
	z-index: -1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
li.menu-item-has-children {
	position: relative;
}
li.menu-item-has-children::after,
li.menu-item-has-children::before{
	content: '';
	position: absolute;
	right: 0;
	width: .5em;
	top: .5em;
	border-bottom: 2px solid var(--color);
	margin-top: -1px;
}
li.menu-item-has-children::before{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
li.menu-item-has-children.active::before{
	opacity: 0;
}
#header-menu > ul > li {
	line-height: 1;
}
#header-menu > ul > li a{
	margin-bottom: 1.5em;
	position: relative;
	width: fit-content;
	display: inline-flex;
	line-height: 1;
	font-size: 1.28em
}

#header-menu > ul *{
	text-transform: uppercase;
	font-family: 'hg-tit';
}
#header-menu ul ul.sub-menu{
	padding-left: 1em;
}
#header-menu ul ul.sub-menu *{
	text-transform: lowercase;
	font-family: 'hg-des';
}
.sub-menu,
#header-menu > ul{
	position: relative;
	display: flex;
	flex-direction: column;
}
#hg-menu{
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
}
.mm-open #hg-menu{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.mm-open #mob-nav,
.mm-open #logo{
	filter: invert(1);
}
body main{
	min-height: 100vh;
}
#logo{
	z-index: 22;
}
header .for-mob {
	width: 30%;
	display: inline-flex;
}
header nav#hg-menu-r{
	padding-right: 0;
}
header nav#hg-menu-r{
	justify-content: flex-end;
	width: 30%;
	display: inline-flex;
}
header #logo svg{
	height: 2.92em;
	height: auto;

}
header #logo{
	width: 40%;
	justify-content: center;
	height: fit-content;


}
header.hg-fl{
	z-index: 222222;
}
/*header*/
/*footer*/
footer{
	padding-bottom: .28em;
}
footer .foo-grid{
	background: var(--bgb);
	flex-direction: column;
}
footer .foo-grid *{
	color: #fff;
}
footer .foo-grid .f-logo a{
	display: table;
	width: auto;
	position: relative;
	margin: 3em auto;
}
footer .foo-grid .f-logo a svg{
	height: 3.07em;
}
footer .foo-grid .f-logo a svg *{
	fill: var(--bgy);
}
footer .nav-items{
	display: flex;
	align-items: flex-start;
	width: 100%;
	justify-content: space-around;
}
footer .nav-items nav{
	width: 45%;
}
footer .nav-items nav a{
	text-transform: lowercase;
	margin-bottom: .25em;
	position: relative;
	display: table;
}
footer .nav-items nav a[href="#"]{
	pointer-events: none;
	position: relative;
	font-family: 'hg-tit';
	margin-bottom: 1.5em;
	text-transform: uppercase;
	display: block;
	pointer-events: none;
}
.s-links svg{
	height: 1.5em;
}
.s-links{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-around;
	padding: 0 20%;
	padding-top: 2.78em;
	padding-bottom: 1.28em;
}
.hg-rigth{
	width: 100%;
	text-align: center;
	margin-bottom: 1.64em;
	position: relative;
	opacity: .5;
}
.f-sub h4{
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1em;
}
.f-sub .hg-btn{
	width: 100%;
	margin-bottom: 1em;
}
footer .foo-grid .f-sub .hg-btn:hover{
	color: var(--bgy);
}
footer .foo-grid .f-sub .hg-btn {
	color: var(--bgb);
	text-align: center;
	justify-content: center;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	font-family: 'hg-des-m';
	margin-bottom: 2em;
}
/*footer*/
/*fonts*/
.hg-pop .def_des h2,
.hg-pop .def_des h3,
.hg-pop .def_des h4,
.hg-pop .def_des h5,
.m-meta .price{
	font-family: 'hg-tit';
}
.no-posts,
.hg-pop .def_des h2,
.hg-pop .def_des h3,
.hg-pop .def_des h4,
.hg-pop .def_des h5,
.hg-items.items .item-tit,
.m-meta .price,
.post-item h3,
.f-sub h4,
.ser-item h4,
.hg-items .def_des h1,
.hg-items .def_des h2,
.hg-items .def_des h3,
.hg-items .def_des h4,
.hg-items .def_des h5
.hg-items .def_des h6,
.cont-items,
.sl-grid .def_des{
	font-size: 1.42em
}
.ser-item span{
	font-size: 1.71em;
}
.cont-items *{
	font-size: 1em;
}
.cont-items:hover *,
.cont-items.active *{
	color: var(--bgy);
}
.cont-items.active .bgcov{
	position: relative;
}
.cont-items .bgcov svg{
	width: 1em;

	height: auto;
}
.cont-items:hover .bgcov svg *,
.cont-items.active .bgcov svg *{
	fill: var(--bgy);
}
.cont-items{
	cursor: pointer;
}
/*fonts*/
/*home*/

.sl-item{
	width: 100%;
	height: -webkit-calc(100vh );
    height: -moz-calc(100vh );
    height: calc(100vh );
}
.sl-grid::after{
	content: '';
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

	background: linear-gradient(180deg,rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.7) 70%);
}
.sl-grid .def_des{
	z-index: 2;
}
.sl-grid .def_des *{
	text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	font-family: 'hg-tit';
}
.bgcov video,
.bgcov_v video,
.sl-grid .bgcov_v video,
.sl-grid img.bgcov{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    object-fit: cover;
    object-position: center center;
}
.sl-grid .bgcov,
.sl-grid .bgcov_v{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  	border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
}
.sl-grid{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.slider.has-sl{
	position: relative;
}
.sl-sp-links{
	position: absolute;
	left: 0;
	width: 100%;
	right: 0;
	bottom: .28em;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
}
.cont-items *{
	font-family: 'hg-tit';
	text-transform: uppercase;
	color: #fff
}
.cont-items .f-clm> span{
	font-size: .6em;
	font-family: 'hg-des';
}
.cont-items .f-clm > div{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;	
}
.cont-items .f-clm > div em{
	width: 1em;
	height: 1em;
	position: relative;

}
.cont-items .f-clm{
	height: 100%;
	justify-content: space-between;
    min-height: 10vh;
    padding-top: .71em;
    padding-bottom: 0.71em;

}
.cont-items{
	width: 49.5%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgb(255 255 255 / 25%);
    z-index: -1;
    min-height: 10vh;
}
.rev-item{
	width: 49%;
	margin-right: 1%;
	height: -webkit-calc(49vw * 1.42);
    height: -moz-calc(49vw * 1.42);
    height: calc(49vw * 1.42);
}
.rev-grid{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;


}
.rev-grid .bgcov{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.rev-grid *{
	color: #fff;
}
.rev-grid{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-top: .71em;
	padding-bottom: .71em;
	z-index: 2;
	overflow: hidden;
}
.rev-grid .def_des h2{
	margin-bottom: 0;
}
.rev-grid .def_des{
	padding-right: 20%;
}
.rev-carousel.is-fullscreen .video-btn{
	left: 0;
	right: 0;
	bottom: auto;
	top: 1em;
	margin: 0 auto;
	filter: invert(1);
}


.video-btn{
	width: 2em;
	height: 2em;
	right: .71em;
	bottom: 1em;
	border: 1px solid #fff;
  	border-radius: 2em;
    -webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	position: absolute;
	z-index: 2;
}

.video-btn div{
	width: 40%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
}
.active .play-i{
	opacity: 0;
}
.active .pause-i{
	opacity: 1;
}
.play-i{
background-image: url('/wp-content/themes/sun/hg-img/play-v.svg');
}
.pause-i{
opacity: 0;
background-image: url('/wp-content/themes/sun/hg-img/pouse-v.svg');
}
.acc-tit,
.acc-tit *{
	font-family: 'hg-tit';
}
.f-item{
	border-bottom: 1px solid rgba(0, 0, 0, .25);
}
.acc-tit{
	padding: 1em 0;
	position: relative;
}
.acc-tit::after, .acc-tit::before {
    content: '';
    position: absolute;
    right: 0;
    width: .5em;
    top: 50%;
    border-bottom: 2px solid var(--color);
    margin-top: -1px;
}
.acc-tit::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.acc-des{
	display: none;
}
.hg-items.items .item-tit{
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 1em;
}
/*items*/
.cats .hg-btn,
.tags .hg-btn{
	margin-right: .5em;
}
.cats,
.tags {
	justify-content: center;
	align-items: center;
	margin-bottom: 1em;
	width: 100%;
}
.cats{
	justify-content: center;
	overflow-y: scroll;
	width: 100vw;
	flex-wrap: nowrap;
	margin: 0 auto;
	margin-bottom: 2em;
	padding-left: 1em;
	padding-bottom: .5em;
}
.cats .hg-btn{
	white-space:nowrap;
}
.hg-items{
	padding-top: 2em;
	padding-bottom: 0em;
}
.hg-items > .hg-fw{
	width: 100%;
	flex-direction: column;
	position: relative;
}
.hg-items > .hg-fw > div{
	position: relative;
	width: 100%;
}
.hg-items > .hg-fw > div{
	margin-bottom: 2em;
}
.hg-items.form .def_des{
	margin-bottom: 2em;
}
.hg-items.form .bgcov,
.hg-items.about .bgcov,
.hg-items.full_des .bgcov{
	width: 100%;
	height: 100vw;
}
.item-tit{
	text-transform: uppercase;
	position: relative;
	margin-bottom: 1.14em;
}
.ser-item{
	width: 100%;
	height: 50vw;
	margin-bottom: .28em;
	justify-content:space-between;
	position: relative;
	overflow: hidden;
}
.team .ser-item{
	height: 100vw;
}
.team .ser-item::before{
	background-color: rgba(0, 0, 0, .25);
}
.ser-item *{
	color: #fff;
}
.ser-item::before,
.ser-item .bgcov{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ser-item{
	padding-top: .71em;
	padding-bottom: .71em;
}
.ser-item span{
	color: var(--bgy);
	font-family: 'hg-tit';
}
.ser-item span,
.ser-item .des-grid{
	z-index: 2;
}
.ser-item::before{
	content: '';
	background-color: rgba(0, 0, 0, .75);
	z-index: 2;
}
.ser-item h4{
	margin-bottom: .25em;
}
.for-sl{
	justify-content: space-between;
	align-items: center;
}
.for-sl .sl-nav{
	justify-content: space-between;
	position: relative;
	display: flex;
	 margin-bottom: 1.14em;
	 width: 30%;
}
/*post*/
.post-item .flickity-page-dots .dot.is-selected{
	background: var(--bgy);
}
.post-item .flickity-page-dots .dot{
	background: #fff;
}
.post-item .flickity-page-dots{
	bottom: 2em;
}
.post-item{
	margin-bottom: .71em;
}
.no-posts{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: 2em;
}
.post-item .m-meta{
	justify-content: space-between;
	align-items: center;
	margin-top: 1.5em;
	margin-bottom: 0;
	width: 100%;
	padding-bottom: 1em;
}
.post-item .hg-btn{
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 0;
    -webkit-border-radius: 6px 6px 6px 0;
    -moz-border-radius: 6px 6px 6px 0;
    -ms-border-radius: 6px 6px 6px 0;
    border-radius: 6px 6px 6px 0;
    z-index: 2;
}
.post-item h3{
	margin-bottom: .25em;
	position: relative;
}
.meta-i.sq::before{
	background-image: url(/wp-content/uploads/2025/10/ih.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;

}
.meta-i.ray::before{
	background-image: url(/wp-content/uploads/2025/10/iloc.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	
}
.meta-i.app::before{
	background-image: url(/wp-content/uploads/2025/10/iapp.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	
}
.meta-i::before{
	content: '';
	position: relative;
	display: inline-flex;
	width: 1em;
	height: 1em;
	margin-right: .5em;
}
.post-item .meta-i{
	display: flex;
	margin-right: .5em;
	align-items: center;
}
.post-item{
	border: 1px solid rgba(0, 0, 0, .15);
}
.post-item .pr-img .bgcov{
	width: 100%;
	height: 70vw;
}
.post-item .pr-img{
	width: 100%;
	height: 70vw;
	position: relative;
}
.meta{
	padding-top: 1em;
	padding-bottom: 1em;
}
/*post*/
.cont .home-item.form{
	padding-top: 0;
}
/*post page*/
.post-page .hg-fl.meta{
	flex-direction: column;
}
.post-page .meta-i {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}
.post-page .media-grid{
	width: 100%;
	height: auto;
}
.post-page .bgcov{
	width: 100%;
	height: 100vw;
}
.post-page .for-sl .sl-nav div.bgcov{
	width: 1.28em;
	height: 1.28em;
	pointer-events: all;
}
.post-page .for-sl .sl-nav{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -.64em;
	z-index: 2;
	pointer-events: none;
	padding: 0 1em;
}
.post-btns{
	flex-wrap: wrap;
	margin-top: 2em;
	position: relative;
}
.post-btns .hg-btn{
	margin-bottom: .5em;
	width: 100%;
	text-align: center;
	justify-content: center;
}
.hg-items.post-page{
	padding-top: 0;
}
.back-btn{
	opacity: .5;
	margin-bottom: 1em;
	align-items: center;
	display: flex;
	cursor: pointer;
}
.back-btn::before{
	position: relative;
	content: '';
	border-bottom: 1px solid #000;
	width: 2em;
	margin-right: 1em;
	order: -1;
	display: inline-flex;
}
/*post page*/
.hg-items.acc{
	background: #F2F2F2;
	padding-top: .71em;
	padding-bottom: .71em;
	margin-top: 1.3em;
}
.hg-items.acc .ser-item span{
	font-size: 1em;
	opacity: .5;
	font-family: 'hg-des';

}
.hg-items.acc .ser-item{
	height: auto;
	min-height: 30vw;
}
.hg-items.acc .ser-item *{
	color: var(--bgb);
}
.hg-items.acc .ser-item::before{
	background: #fff;
}
.hg-items.items > .hg-btn{
	width: -webkit-calc(100% - 1.42em);
    width: -moz-calc(100% - 1.42em);
    width: calc(100% - 1.42em);
	text-align: center;
	justify-content: center;
	margin: 2em auto;
	display: flex;
}

/*items*/
/*home*/
/*all*/
.form-grid-page,
.form-grid{
	position: relative;
}
.ht-mess.active{
	opacity: 1;
}
.ht-mess .hg-btn{
	width: 100%;
}
.ht-mess *{
	text-align: center;
	justify-content: center;
	pointer-events: none !important;
}

.ht-mess{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none !important;
	opacity: 0;
	text-align: center;
	background: #fff;
}
a.hg-btn[href*=":tel"]:after,
a.hg-btn[href*="wa.me"]:after,
a.hg-btn[href*="viber://"]:after,
a.hg-btn[href*=":tel"]:before,
a.hg-btn[href*="wa.me"]:before,
a.hg-btn[href*="viber://"]:before{
	content: '';
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	top: 50%;
	margin-top: -.75em;
	line-height: 1;
	filter: invert(0);
	left: 1em;
	right: auto;
	border-width: 0px;	
}

a.hg-btn[href*=":tel"]:after,
a.hg-btn[href*="wa.me"]:after,
a.hg-btn[href*="viber://"]:after{
	background-color: var(--bgy);
	mix-blend-mode: multiply;
	width: 100%;
	left: 0;
	opacity: 0;
}
a.hg-btn[href*=":tel"]:before{
background-image: url('/wp-content/uploads/2025/10/tel-i.svg');
}
a.hg-btn[href*="wa.me"]:before{
background-image: url('/wp-content/uploads/2025/10/w-i.svg');
}
a.hg-btn[href*="viber://"]:before{
background-image: url('/wp-content/uploads/2025/10/v-i.svg');
}

a.hg-btn
body textarea,
body input{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .25);
    position: relative;
    margin-bottom: 1em;
}


.h-page main{
	padding-top: 0;
}
main{
	padding-top: 4.5em;
}


a.hg-btn[href*="/t.me/"]{
	position: relative;
	padding-right: 4em;
}
.def_des a.hg-btn[href*="/t.me/"]{
	padding-right: 4em;
}
.def_des a.hg-btn[href*="/t.me/"]:hover:after,
a.hg-btn[href*="/t.me/"]:hover:after{
	opacity: 1;
}
.def_des a.hg-btn[href*="/t.me/"]:hover:before,
a.hg-btn[href*="/t.me/"]:hover:before{
	filter: invert(0);
	opacity: 1;
}
.def_des a.hg-btn[href*="/t.me/"]::after,
a.hg-btn[href*="/t.me/"]::after {
    content: '';
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 50%;
    margin-top: -.75em;
    line-height: 1;
    right: 1em;
    left: auto;
    background: var(--bgy);
    z-index: 44;
    mix-blend-mode: multiply;
    opacity: 0;
    border-width: 0px;
}



.def_des a.hg-btn[href*="/t.me/"]::before,
a.hg-btn[href*="/t.me/"]::before {
	content: '';
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	background-image: url('/wp-content/uploads/2025/10/vector-1.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	top: 50%;
	margin-top: -.75em;
	line-height: 1;
	filter: invert(1);
	left: auto;
	right: 1em;
	border-width: 0px;
}
.sl-nav div.prev-i{

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sl-nav > div.bgcov{
	width: 1.28em;
	height: 1.28em;
	position: relative;
	background-image: url('/wp-content/themes/sun/hg-img/а-arrow.svg');

}
.hg-btn *{
	font-family: 'hg-des';
}
.ht-mess .def_des .hg-btn.y-bg{
	margin:1em auto;
}
input[type="submit"],
.hg-btn{

	width:fit-content ;
	padding: 1em 1.5em;
	cursor: pointer;
	text-align: center;
	display: inline-flex;
	font-family: 'hg-des-m';
	position: relative;
	border: 1px solid #000;
}
.hg-btn:hover *{
	color: #fff;
}
.hg-btn:hover{
	background: #000;
	color: #fff;
}
input[type="submit"],
.hg-btn.y-bg{
	border: 1px solid var(--bgy);
}
input[type="submit"] *,
input[type="submit"],
.y-bg *{
	color: var(--color);
}
.def_des .hg-btn.y-bg::before{
	border-width: 0px;
}
input[type="submit"]:hover,
.hg-btn.y-bg:hover{
	background-color: var(--color);
	border-color: #000;
}
input[type="submit"]:hover,
input[type="submit"]:hover *,
.hg-btn.y-bg:hover,
.hg-btn.y-bg:hover *{
	color: var(--bgy);
}
input[type="submit"],
.y-bg{
	background-color: var(--bgy);
	color: var(--color);
}
input[type="submit"],
.hg-btn,
.header-grid::before,
.hg-rad{
  	border-radius: 6px;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
body{
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	justify-content: space-between;
}
input.hg-unvalid{
	border-color: red;
}
.iti.iti--allow-dropdown.iti--separate-dial-code{
	width: 100% !important;
}
.form-tit *,
.form-tit{
	text-transform: uppercase;
}
.form-tit h2{
	font-size: 2em;
}
.form-tit h3{
	font-size: 1.42em;
	margin-top: .5em;
}
form > label > *{
	width: 100%;
}
form > label{
	margin-bottom: 1em;
	width: 100%;
}
form label > em{
	font-family: 'hg-des';
	text-transform: lowercase;
	opacity: .5;
	position: relative;
	display: block;
	margin-bottom: .25em;
	display: block;
	font-style: normal;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea{
	margin-bottom: 0;
}
.wpcf7-form-control-wrap {
	position: relative;
	margin-bottom: 1em;
	display: block;
}
input[type='submit'],
body button,
body button[type='submit']{
	width: 100%;

}
body textarea,
body input{
	position: relative;
	padding: 1em;
	background: transparent;
  	border-radius: 6xp;
    -webkit-border-radius: 6xp;
	-moz-border-radius: 6xp;
	width: 100%;
	font-family: 'hg-des';
	 -webkit-appearance: none;
	 font-size: 1em;
	 margin-bottom: 1em;
}
body .woocommerce-mini-cart input{
	border-bottom: 0px solid var(--color);
}
input[type=number] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}


.cl-btn > div:first-child{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cl-btn > div{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cl-btn{
	position: absolute;
	top: 1em;
	right: .71em;
	width: 2em;
	height: 2em;
	right: 1em;
	cursor: pointer;
}
.hg-pop .cl-btn > div{
	width: 60%;
	margin: 0 auto;
	left: 0;
	right: 0;
	border-color:var(--bgy);
	border-width: 2px;
	margin-top: -1px;
}
.hg-pop .cl-btn{
    -moz-border-radius: 4em;
    -ms-border-radius: 4em;
    border-radius: 4em;
    background: var(--bgb);
}
.form-item > .hg-fl{
	width: 100%;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.hg-pop{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--bg);
	z-index: 2222;
	padding: 0 .28em;
	padding-top: 4.5em;
	padding-bottom: 2em;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	display: flex;
	opacity: 0;
	pointer-events: none;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    background: #fff;

}
.open-pop .hg-pop{
	opacity: 1;
	pointer-events: all;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.count-sl-n{
	width: 40%;

	justify-content:space-between;
	align-items: center;
	padding: 1em;
}
.sl-nav{

	justify-content: space-between;
	align-items: center;
}
.next-i svg{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.vid-arr{
	width: 4em;
	height: 4em;
	border: 1px solid #fff;
    -webkit-border-radius:4m;
    -moz-border-radius: 4em;
    -ms-border-radius: 4em;
    border-radius: 4em;
    display: block;
    position: absolute;
    top: 50%;
    margin: 0 auto;
    line-height: 1;
    margin-top: -2em;
    left: 0;
    right: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

}
.vid-arr.active{
	top: 80%;
	right: auto;
	left: 2.5%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.hg-pad-m{
	padding-left: .71em;
	padding-right: .71em;
}
.hg-pad-s{
	padding-left: .28em;
	padding-right: .28em;
}
.hg-pad{
	padding-left: 1em;
	padding-right: 1em;
}
header::after{
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid var(--grid);
}
html{
	z-index: 22;
}

html::before,
html::after{
	content: '';
	position: fixed;
	height: 100vh;
	top: 0;
	left: 1em;
	border-left: 1px solid var(--grid);
	pointer-events: none;
	z-index: 2;

}
.hg-pop::after,
html::after{
	right: 1em;
	left: auto;
	border-left: 0px solid var(--grid);
	border-right: 1px solid var(--grid);
	top: 0;
}
.cap-item::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--bgg);
	z-index: -1;
	opacity: 0;
}
.cap-item.active *{
	color: #fff;
}
.cap-item.active::before{
	content: ''; 
	position: absolute;

	width: -webkit-calc(100vw - 2em - 4px);
    width: -moz-calc(100vw - 2em - 4px);
    width: calc(100vw - 2em - 4px);

	left: -webkit-calc(-1em + 2px);
    left: -moz-calc(-1em + 2px);
    left: calc(-1em + 2px);

	height: 100%;

	top: 0;
	background: var(--bgg);
	z-index: -1;
	opacity: 1;
}

.sp-gird-b::after{
	content: '';
	position: absolute;
	left: -2em;
	bottom: 0;
	border-bottom: 1px solid var(--grid);
	width: 100vw;
}
.cl-btn::after{
	bottom: -1em;
}


.sp-gird-b{
	position: relative;
}
#c_mess{
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 2em;
	background-color: var(--bg);
	z-index: 22;

}
.bgcov-hg{
	position: relative;
	width: 100%;
}
.def_des .hg-btn.y-bg{
	margin-top: 1em;
    position: relative;
    display: flex;
    width: fit-content;
}
.def_des a:hover::before{
	opacity: 0;
	width: 0;;
}
footer .def_des a::before{
	content: none;
}
.def_des a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid var(--color);
	
}
.def_des a{
	position: relative;
	display: initial;
	width: auto;
}
b,
strong,
.def_des b,
.def_des strong{
	font-family: 'hg-tit';
}

.fs_m{
	font-size: 1.5em;
}
.def_des h1,
.def_des h2,
.def_des h3{
	margin-bottom: 1em;
}

.fs_l{
	font-size: 2em;
}
.fs_s *, 
.fs_m *, .fs_l *{
	font-size: 1em;
}
.def_des h1 b,
.def_des h2 b,
.def_des h3 b,
.def_des h4 b,
.def_des h5 b,
.def_des h1 strong,
.def_des h2 strong,
.def_des h3 strong,
.def_des h4 strong,
.def_des h5 strong{
	font-family: 'hg-tit';
}


.def_des h1 *,
.def_des h2 *,
.def_des h3 *,
.def_des h4 *,
.def_des h5 *,
.def_des h1,
.def_des h2,
.def_des h3,
.def_des h4,
.def_des h5,
.ff_tit{
	font-family: 'hg-des';

}

.def_des blockquote *{
	color: #fff;
}
.def_des blockquote{
	width: 100%;
	padding: 2em;
	background-color: var(--color);
	color: #fff;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	 -ms-border-radius: 5px;
    border-radius: 5px;
	margin-bottom: 2em;
}
.def_des br{
	position: relative;
	display: block;
	margin-bottom: .5em;
}
.def_des p{
	padding-bottom: .5em;
	line-height: 1.5;
	position: relative;
	display: block;
}
.def_des ul,
.def_des ol{
	margin-bottom: 1em;
	padding-left: 0;
	list-style-position: outside;
	margin-top: 1em;
	padding-left: 1em;
}
.def_des ul li,	
.def_des ol li{
	position: relative;
	width: 100%;
	display: list-item;
	padding-bottom: .5em;

}
.def_des ul{
	list-style-type: disc;
	list-style-position: outside;
}
.def_des ol{
	list-style-type: decimal;
	list-style-position: outside;
}
h1{
	text-transform: uppercase;
}
form br{
	display: none;
}

#preferences-modal{
	display: none;
}
#c_mess button.accept{
	margin-right: 0;
}
#modal-content > div.category{
	position: relative;
	width: 100%;
	display: block;
}
#modal-content input{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 22;
	pointer-events: all;
	border-width: 0px;

}
#modal-content > div.category span{
	padding-left: 2em;
	position: relative;
}
#modal-content > div.category input[type="checkbox"]:checked + span::before{
	background: #000;
}
#modal-content > div.category.main span::before{
	opacity: .5;
}
#modal-content > div.category span::before{
	content: '';
	position: absolute;
	width: .85em;
	height: .85em;
	border: 1px solid #000;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    top: -.1em;
    left: 0;
    background: transparent;

}
#modal-content > div.category p{
	margin: 1em 0 ;
	opacity: 0.5;
	font-size: .85em;
}
#modal-content h2{
	margin: 1em 0 ;
	text-transform: uppercase;
	opacity: 0.5;
	font-size: .85em;
}
#c_mess .def_des{
	padding: 0;
	margin-bottom: 1em;
}
#preferences-modal{
	padding: 1em 0 ;
}

#c_mess button {
	display: inline-flex;
	flex-grow: 1;
	width: auto;
    font-size: 1em;
    
    margin-right: .5em;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: .5em;
}
#c_mess .hg-fl{
	justify-content: space-between;
	align-items: center;
}
#c_mess .hg-cl-btn{
	margin-left: 3em;
}
#c_mess *{
	text-align: left;
}
#c_mess{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: #fff;
	padding: 2em 1em;;
}

/*all*/