/*
ProVision Co.
-------------
This web application design and development by ProVision Co.

All source files, presentable or core, graphics and layout are owned/controlled by ProVision, and no one, entity or individual, can use/modify/destribute at anytime or to anywhere without a written approval from ProVision.

This website/web app is based on LegionCMS engine, which is a MVC platform built completely from scratch by ProVision's team.

-We know that you like this code, if you are interested joing our team, dont hesitate sending your CV to us.
--------------
Omar Shamali
https://provision.ps 
*/
:root{
	--blue:#015278;
	--gold:#E2B733;
	--brown:#c67439;
	--dark:#003;
	--gblue:linear-gradient( 60deg, rgb(39,121,255) 0%, rgb(3,194,219) 100%);
	--shadowCircle:1px 0 3px #8080807d;
}
/*

html {
  overflow-x: hidden;
}
*/
.post_box_single_photo picture {
  width: 100%;
  height: 100%;
}
.bgg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slider_title {
  text-align: center;
  font-size: 50px;
  font-family: noto;
  text-shadow: 0 0 3px black;
}
.post_unpublished {
  padding: 20px;
  text-align: center;
}

h1 {
  font-size: 34px;
  margin-bottom: 20px;
  padding: 0 50px;
}


h2{
  font-size: 24px;
  padding:10px 0;
  /* margin-bottom: 20px; */
  /* padding: 0 50px; */
}


.features_photo_picture {
  width: 400px;
}

.feat_box_details {
  margin-top: 10%;
  margin-left: 50px;
  width: 32%;
}

.features_title {
  font-size: 40px;
  font-weight: bold;
  width: 43%;
}




#in_logo {
  margin: auto;
  display: block;
  width: 192px;
}

.features_content {
  line-height: 1.9;
  font-weight: bold;
 
  
}




.partners_partner_code {
  margin-top: 10px;
  color: #aaa;
  font-size: 11px;
}

.stakeholders_box {
  width: 25%;
  padding: 2%;
  text-align: center;
  box-shadow: -2px -2px 3px #00000008;
}


.stakeholders_logo_picture {
  background-size: 70% !important;
  width: 100%;
  height: 252px;
}


.stakeholders_name {
  font-size: 17px;
  font-weight: bold;
}

.stakeholders_country {
  margin-top: 10px;
  color: gray;
}


.c_l {
  height: 500px;
	margin-top: 20px;
}

#ps_map {
  height: 100%;
  width: 100%;
}

.news_box {
  width: 30%;
  margin-right: 3%;
  margin-top: 20px;
	text-align: left;
  border-radius: 6px;
  overflow: hidden;
	box-shadow: 0 0 10px #8080804f;
  background: white;
}

.shortcut_in_button {
  display: none;
}

.filters_order {
  color: purple;
}
#news_wrap {
  text-align: center;
}


.title_price {
  font-size: 16px;
  margin: 0 2px;
  color: purple;
}
.ta_box textarea {
  margin-bottom: 5px;
}
.ta_box {
  margin-top: 5px;
}


#no_orders {
  font-size: 33px;
  text-align: center;
  margin: 50px 0;
}

#cred_pic {
    width: 150px;
    margin: auto;
    display: block;
}
	

	#thank_you,#bad {
    color: green;
    text-align: center;
    padding: 20px;
    font-size: 30px;
}
	
/*
@keyframes blink{
	0%{
		color:black !important;
	}
	100%{
		color:orange !important;
	}
}
*/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.new_status{
/*	transition: 0.3s all;*/
	animation-duration: 1.5s;
	animation-name: fadein;
	  animation-iteration-count: infinite;

}



	#bad{
		color:red;
	}
	#info {
    padding: 20px;
    display: block;
}
	
	#info td {
    border: 1px solid gray;
    padding: 7px;
}
	
	
	#fin {
    background: var(--mainColor);
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 100%;
    text-align: center;
    line-height: 99px;
    box-shadow: 0 0 10px #80808075;
    border: 1px solid white;
    margin: auto;
        margin-bottom: auto;
    margin-bottom: 30px;
		color:white;
}
	

.service_bver {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.services_title{
font-size: 34px;
font-family: aileron;
font-weight: 200;
line-height: 1.4em;
margin: 25px 0 15px;
}


#feat {
  background: white;
  box-shadow: 0 0 7px #8080804f;
  text-align: center;
  padding: 20px;
}


.what_title {
  font-size: 36px;
}


.what_help {
  color: var(--brown);
  margin-bottom: 20px;
}

.what_f {
  width: 30%;
  box-shadow: 0 0 5px #8080803b;
  padding: 70px 0;
  margin: 0 1%;
}

.is {
  font-size: 61px;
  color: var(--mainColor);
}

.what_f_title {
  font-size: 26px;
  margin: 10px auto;
}

.featured_table td {
  padding: 5px;
  font-size: 18px;
	vertical-align: middle;
}
.featured_table tbody td {
  border-bottom: 1px solid #80808033;
}
.featured_table a {
  display: flex;
}
#ads_wrap {
  margin-top: 20px;
}

.featured_table {
  width: 100%;
  background: white;
  box-shadow: 0 0 3px #80808040;
  border-radius: 3px;
}

.featured_table thead {
  background: #F0F0F0;
}

.featured_table th {
  font-size: 20px;
  padding: 5px;
}

.what_chosen {
  display: block;
  position: absolute;
  top: -13px;
  left: -15px;
  background: green;
  color: white;
  font-size: 27px;
  border-radius: 100%;
  box-shadow: 0 0 3px gray;
}

.what_f:hover{
	 box-shadow: 0 0 15px #8080803b;
}

.filter_item_box {
	font-size: 18px;
 overflow: hidden;
box-shadow: 0 0 3px #0000002b;
  color: white;
  border-radius: 4px;
	margin-right:10px;
}
.filter_row {
  margin-bottom: 15px;
}
.filter_item_price {
  background: purple;
  padding: 2px 5px;
}


.filter_item_title{
 padding: 2px 15px;
  background: var(--mainColor);
	}


.back_btn {
  margin-bottom: 20px;
  display: inline-block;
  background: var(--mainColor);
  color: white;
  padding: 3px 10px;
  border-radius: 7px;
  font-family: verdana;
  padding-bottom: 6px;
}


.filter_row .row_btn {
  padding: 2px 10px;
}

.filter_item_btn {
  background: #4d4d4d;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 1px;
}


.filter_box {
  margin: 10px;
  border-top: 1px dashed var(--mainColor);
  padding-bottom: 8px;
}

.noFilters {
  display: inline-block;
  margin: 5px auto;
}

#c_users_1607779937 .input_area {
  padding-right: unset !important;
  margin-right: unset !important;
}

#log_modern .btn {
  width: 121px !important;
  display: block;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 10px;
}

.agree {
  margin-top: 12px;
  color: gray;
}


.news_info {
  padding: 11px;
}


statuss {
    position: absolute;
    z-index: 999;
    width: 50%;
    background: purple;
    color: white;
    padding: 5px;
    text-align: center;
    left: 25%;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px #808080b3;
}
#map {
    width: 100vw;
    height: 100vh;
}

	.pinner {
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid white;
    box-shadow: 0 0 10px #a2772a;
}
	
	
	.pinner_box {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
	
	.pinner_user{
		border-color:gray;
		  animation-name: mylocation;
  animation-duration: 2s;
		animation-iteration-count:infinite;
	}
	
	@keyframes mylocation {

		 0% { box-shadow: 0 0 10px #a2772a;}
    50% {box-shadow: 0 0 10px red;}
    100% { box-shadow: 0 0 10px #a2772a; }
		
		
}
#refreshBlock {
    background: darkred;
    display: inline-block;
    color: white;
    padding: 20px;
    font-size: 50px;
    position: fixed;
	z-index: 4;
    top: 0;
    right: 0;
}

.t_sub_sec {
    margin: 20px 0;
    color: var(--blue);
}


#bread {
    text-align: center;
    box-shadow: 0px 12px 12px #8080800f;
    margin-bottom: 20px;
}





.another_login {
    text-align: center;
    margin-top: 20px;
    color: gray;
}
#assignage {
    margin-top: 30px;
    padding: 9px 0;
    background: #f7f7f7;
}
.t_l .comp_title {
    font-size: 13px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-left: 1px solid #eeb0b0;
    padding-left: 15px;
    border-radius: unset;
}

/*
.t_l .tickets_issue{
	margin-bottom: 50px;
}
*/

#grandy {
    background: purple;
    color: white;
    padding: 20px;
    text-align: center;
}


#grandy_num {
    font-size: 30px;
    margin-top: 10px;
}


#dater .btn {
    margin-top: 10px;
    font-size: 10px;
    line-height: 30px;
    height: unset;
}
#dater {
    margin: 20px 0;
}



#mini {
    height: 56px;
    background: var(--blue);
    padding-top: 15px;
}
#goals table {
    height: unset !important;
}


/*
.t_time:first-child {
    background: var(--blue);
}
*/

.status_box {
  text-align: center;
  color: var(--mainColor);
  box-shadow: 0 0 3px gray;
  font-weight: bold;
  font-size: 22px;
  padding: 8px 0;
}


.activeS,.status_box:hover {
  background: var(--mainColor);
  color: white !important;
}


.t_vid {
    background: var(--melonG);
}
.t_date{
	background: var(--gold);
}


.t_reg{background: purple}

.t_quiz {
    background: var(--mainColor);
}

#certi_wrap {
    margin: 40px 0;
}

.t_time {
    margin-right: 0;
    color: #8e8e8e;
    padding: 5px;
    margin-top: 10px;
	padding-left: 7px;
padding-right: 5px;
text-align: center;
}


.event_it {
  margin-right: 5px;
  margin-bottom: 10px;
}


#ce {
    width: 100vw;
    text-align: center;
    border: 20px solid var(--dark);
    height: 100vh;
}

.ce_title {
    font-size: 60px;
    margin: 30px 0;
}


.ce_txt_1 {
    font-size: 20px;
}


.ce_name {
    font-size: 50px;
    margin: 15px 0;
}

.ce_txt_2 {
    font-size: 20px;
}

.ce_train {
    font-size: 20px;
    margin: 20px 0;
    font-weight: bold;
}

.ce_date {
    font-size: 15px;
    color: var(--brown);
}


#ce_logo {
    width: 300px;
}
.cert_table td, .cert_table th {
    border: 1px solid #80808038;
    padding: 2px;
}
.cert_table {
    width: 100%;
}


/*
.t_time:nth-child(2) {
    background: var(--gold);
    color: black;
}
*/

subline {
  margin: 0 10px;
  color: darkgray;
}


/*

.t_time:nth-child(2) time{
	color:black;
}
*/

#goals tr, #goals td {
    background: unset;
    border: unset;
}

#service_cont {
    background: #F4F4F4;
    border-radius: 50px;
    text-align: center;
    padding: 50px;
	margin-top:30px;
}

.service_btn {
    color: var(--blue);
    padding: 20px 80px;
    font-size: 19px;
}

#t_groups {
    padding: 100px 0;
}

.service_sub_sec_title {
    font-weight: bold !important;
    font-size: 20px !important;
}

#t_groups .target_groups_icon_picture {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

#t_groups .service_sub_sec_title {
    margin-bottom: 40px;
}


.book_title::after {
    content: "";
    width: 150px;
    height: 4px;
    background: var(--gold);
    display: block;
    margin: 10px 0 30px 0;
}
#book_cont label {
    color: gray;
    font-size: 14px;
    font-weight: unset;
    min-height: unset;
}
.form_field {
    margin-bottom: 43px;
}


#book_cont label {
    color: gray;
    font-size: 14px;
    font-weight: unset;
    min-height: unset;
}


#book_cont input {
    border: unset;
       
    border-bottom:1px solid #80808042 !important;
    border-radius: unset;
}


.con_l {
    text-align: left;
    padding-right: 12%;
}

.con_r {
    text-align: left;
}

.submit_steps_box {
    margin-bottom: 50px;
}
.news_content {
    line-height: 1.5;
    font-size: 14px;
	padding: 0 4px;
    color: gray;
}


.s_l {
    text-align: center;
    height: 100%;
    position: absolute;
}

.s_circle {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 3px solid white;
    box-shadow: 0 0 3px gray;
}

.s_l .arr {
    border: 1px solid #8080802b;
    width: 1px;
    display: block;
    margin: auto;
    height: 80%;
    position: absolute;
    left: 9px;
    z-index: -1;
}

.arr_tail {
    position: absolute;
    bottom: 15%;
    left: 2px;
}

.s_r {
    width: 70%;
    margin-left: 10%;
}

m{width: 100%;
height: 50px;
display: block;}
.submit_steps_title {
    font-size: 16px !important;
    font-weight: bold !important;
    margin-top: 0 !important;
}




.guiding_ideas_box:hover picture {
    border-bottom: 2px solid var(--blue);
}
.marketing_material_box {
    width: 33%;
}

.g_l {
    padding-right: 60px;
}

.guiding_ideas_box {
    margin-bottom: 40px;
    display: block;
}

.guiding_ideas_icon_picture.mid {
    width: 60px;
    height: 60px;
    box-shadow: 2px 2px 2px #80808057;
    padding: 14px;
    margin-right: 20px;
}



#log_modern {
    background: whitesmoke;
/*	height: 475px;*/
	padding: 50px;
}


#actions_head{
	margin:20px auto;
}

#menu_sorter {
    margin-top: 20px;
}
#other_log {
    text-align: center;
}



.log_r {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#login_title {
  font-size: 40px;
}
.close {
    margin-bottom: 20px;
    color: red;
}


#c_users_1607779937 {
  background: #ffffffc7;
/*  padding: 53px;*/
  border-radius: 7px;
  width: 500px;
}

#stat_r {
    text-align: center;
}



.submit_steps_brief {
    font-size: 12px;
    line-height: 1.2;
    padding-left: 19px;
    text-align: justify;
}

#login_signup {
  text-align: center;
  width: 100%;
  display: block;
}


#partner_home {
  text-align: center;
  padding: 50px 0;
  background-size: cover;
}

#partner_cont picture {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px gray;
}

#partner_cont .row picture {
  width: 50px;
  height: 50px;
  overflow: hidden;
  box-shadow: 0 0 2px gray;
  vertical-align: middle;
  border-radius: 10px;
  margin-right: 4px;
}


.partner_line {
/*  color: white;*/
  font-size: 46px;
}

.whitebtn {
  padding: 2px 40px;
  font-size: 21px;
  background: white;
  line-height: 24px;
	
  margin: 20px 10px;
  display: inline-block;
  border-radius: 9px;
  color: var(--mainColor) !important;
	
}
.white {
  width: 100%;
  height: 100%;
  background: #fffc;
  position: absolute;
  top: 0;
  left: 0;
}

.in_title {
  font-size: 48px;
}


.row {
  text-align: left;
}



.row {
  text-align: left;
  background: white !important;
  border-radius: 15px;
  box-shadow: 0 5px 10px #8080804a;
  width: 60%;
  margin: 10px auto;
}


.row .form_field {
  margin-bottom: 8px;
}


.row label {
  display: inline-block;
  min-width: 100px;
  font-size: 25px;
  vertical-align: middle;
  margin-right: 10px;
  max-width: 28%;
}


.row .input_area {
  width: 80%;
	margin-top: 5px;
  display: inline-block;
	vertical-align: middle;
	padding-right:unset;
}


.row_btn,.row_btn {
  background: white;
  padding: 6px 16px;
	cursor:pointer;
  font-size: 16px;
  font-weight: bold;
  border-radius: 11px;
  border: unset;
  box-shadow: 0 0 5px lightgray;
  color: var(--mainColor);
}


.row_title {
  font-size: 33px;
  text-align: center;
  padding: 10px 0;
  width: calc(100% - 120px);
  margin: 0 auto;
}

.row_btn:hover,.active_btn {
  background: var(--mainColor);
  color: white !important;
}


.row_btns {
  text-align: right;
  padding: 0 20px;
	padding-bottom:5px;
}




.blx {
  width: 32%;
  font-size: 30px;
  background: white;
  box-shadow: 0 3px 10px lightgray;
  border-radius: 10px;
  margin: 10px;
  height: 221px;
}


.half_blx {
  background: unset;
  box-shadow: unset;
}

.filter_title {
  color: var(--mainColor);
  font-size: 26px;
  border-left: 3px solid black;
  padding-left: 8px;
}


.cat_adder {
  margin-bottom: 20px;
  background: #80808014;
  padding: 10px;
  border-radius: 6px;
}




.fx_btn {
  position: absolute;
  top: 20px;
  left: 20px;
	z-index: 1;
}



.sub_blx {
  width: 100%;
  display: block;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px lightgray;
  line-height: 100px;
  margin-bottom: 21px;
}


.whitebtn i {
  margin-right: 3px;
  font-size: 17px;
}

.p_href {
  background: var(--mainColor);
  color: white !important;
  font-size: 34px;
  padding: 10px 30px;
  border-radius: 20px;
  margin: 0 15px;
  width: 200px;
}

.p_href:hover{
	color: var(--mainColor) !important;
  background: white;
	
}

.book_title {
    font-size: 30px;
}

#book_cont {
    padding: 70px;
    box-shadow: 0 0 20px gray;
    border-radius: 16px;
	padding-bottom: 0;
    margin: 50px 0;
}


#book_left {
    border-right: 1px solid #80808070;
}

#book_right textarea {
    height: 401px;
	border: unset;
	
}

.book_btn {
    width: calc(100% + 70px + 40px);
    background: var(--gold) !important;
    margin-left: -40px !important;
    border-bottom-right-radius: 16px !important;
    overflow: hidden;
}

#book_right {
    padding-left: 40px;
}



#t_groups .comp_title {
    text-align: left;
    padding: 10px;
    margin-right: 12px;
    margin-bottom: 12px;
}

.comp_title {
    background: white;
    border-radius: 34px;
    width: 42%;
}


.help_btn_header {
    border: 1px solid var(--gold);
    padding: 5px 10px;
    border-radius: 20px;
    color: var(--gold) !important;
    margin-top: 4px;
    display: block;
    margin-left: 46px;
}

#search {
/*    color: white;*/
    font-size: 18px;
/*	margin-top:3px;*/
}

.c_header_login {
/*    color: white !important;*/
    font-size: 14px;
	padding: 7px 15px;

}


.c_header_client_menu_item {
  width: 200px;
  padding: 8px 11px;
}

.c_header_client_menu_item:hover {
  background: #e8e8e8;
}


#download {
    float: right;
    right: 12px;
}

.home_partners_box {
    width: 150px;
    height: 93px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 36px;
}

#web2 li a {
  width: 100%;
  font-size: 14px;
  margin-bottom: 11px;
  color: #4D4D4D;
transition:0.1s all;
}


#web2 li a:hover{
	color:white;
}

#foot_about picture {
    width: 148px;
}


#web2 .in,#web2 .mid {
  width: 22%;
  margin-right: 2%;
}

#right{
	color: #F2584E;
	font-size:15px;
}


#sub_inpo::placeholder {
  color: black;
}

#contatct_form_wrap {
  margin-bottom: 20px;
	margin-top: 50px;
}

#sub_btn {
  position: absolute;
  right: 0;
  height: 39px;
  background: #18401B;
  color: white;
  padding: 0 12px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid white;
  top: 1px;
}

#social_links_wrap {
/*  margin-top: 10px;*/
}



#web2 .social {
  background: unset !important;
  color: #1a2c42;
  margin-top: 0;
  padding: 0;
  margin-right: 17px;
}




#foot_txt {
    margin-top: 20px;
    line-height: 1.4;
    font-size: 10px;
}

#social_links_wrap .social {
  font-size: 12px;
  margin-right: 7px;
  padding: 4px;
  color: white;
}

#final {
  color: #d0d0d0;
  padding: 10px;
	background: white;
}


.an_l {
    margin-right: 10%;
    padding: 20px;
    padding-right: unset;
}

.announcments_title {
    font-size: 20px;
    margin-bottom: 21px;
}


#home_partners_wrap {
    text-align: center;
}


.download_btn {
    height: 23px;
}

#socialities {
    float: right;
}


#success_stories_wrap {
    text-align: center;
}

.success_stories_photo_picture {
    height: 423px;
    margin-left: 10%;
}


.suc_in {
    margin-left: -10%;
    background: #F7F7F7;
    padding: 20px;
    text-align: left;
    box-shadow: 0 0 10px gray;
}

.success_stories_content {
    line-height: 1.3;
    font-size: 15px;
}
.success_stories_title {
    font-size: 20px;
    margin-bottom: 30px;
}


.social {
    font-size: 16px;
    color: white;
    border-radius: 11px;
    margin: 0 7px;
}


.w1200{
	width:1200px;
	margin:auto;
}

.client_menu_item i {
    margin-right: 8px;
    opacity: 0.6;
}

#services_area {
    background: aliceblue;
}


.sec_pad{
	    padding: 50px 0;

}


.training_home_box {
    width: 400px;
    height: 400px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.training_home_brief {
    color: gray;
    margin-top: 20px;
}

#services .sec_p{
	margin-bottom: unset;
	
}
.training_home_title {
    font-size: 20px;
}

td i.pointer {
    padding: 10px;
    margin-right: 10px;
    background: #f2f2f2;
    cursor: move;
}

/*
.noEdit .select2-selection {
    border: unset;
}


.noEdit textarea {
    border: unset;
    padding: unset;
}
*/

.t_option {
    background: purple;
    display: inline-block;
    color: white;
    padding: 3px 5px;
    border-radius: 3px;
}

.inActiveEditForm .select2-container--default .select2-selection--multiple{
	background-color: unset;
border:unset;
}


.inActiveEditForm label, .inActiveEditForm input[type="submit"], .inActiveEditForm .input_counter {
    display: none;
}


.inActiveEditForm textarea {
    background: transparent;
    border: unset;
    min-height: unset;
}


.inActiveEditForm input {
    background: transparent;
    border-color: #0b0b0b0d !important;
}

.inActiveEditForm  .form_field {
    margin-bottom: 10px;
}
.inActiveEditForm label {
    display: unset;
    font-size: 11px;
    font-weight: normal;
    color: gray;
}

.inActiveEditForm .select2-container--default .select2-selection--single {
    border-color: #eaeaea;
    background: transparent;
}


.noEdit .btn{
	display:none;
}

.input_counter{
	display:none;
}

#client_menu {
    position: absolute;
    display: none;
    right: 0;
    box-shadow: 0 0 3px #000000a6;
    top: 100%;
    z-index: 111;
	background: white;
border-radius: 5px;
}


.profile_sec_head {
    font-size: 20px;
    color: var(--blue);
    margin-bottom: 30px;
}


/*
.tickets_box {
    display: block;
    margin: 30px 0;
    box-shadow: 0 0 20px #80808038;
    padding: 30px;
    border-radius: 4px;
}
*/

.tickets_issue {
    padding-right: 30px;
    line-height: 1.6;
}

.t_d span {
    max-width: 89%;
}

.issue_title {
    margin-bottom: 10px;
    color: gray;
    font-size: 12px;
}

.t_d {
    margin-bottom: 5px;
    color: var(--blue);
}


.t_r {
    padding-left: 10px;
    border-left: 1px solid #80808038;
}


.order_head_detail i {
  color: var(--mainColor);
  font-size: 10px;
  margin-top: -3px;
}
.order_head_detail {
  margin: 0 18px;
}


.item_photo {
  width: 31px;
  height: 30px;
  vertical-align: middle;
}


.total_tr {
  text-align: right;
  color: var(--mainColor);
  font-weight: bold;
  padding-right: 7px !important;
}


#hello {
    padding: 9px;
    background: #3e3e3e;
    color: white;
    box-shadow: 0 0 3px gray;
    border-radius: 5px;
}


#actions_head .btn {
    background: #1d19aa;
    margin-right: 10px;
}

.cat_tr {
    background: #f4f4f4;
    font-size: 20px;
}

.resp_info .btn {
    margin-left: 20px;
    background: #6f6f6f;
    font-size: 12px;
    padding: 9px;
    height: unset;
    line-height: unset;
}


#forma {
    padding: 10px;
    background: #80808017;
	margin-bottom: 50px;
}


#responses_wrap {
    background: #f0f0f0;
    padding: 9px 0;
}


#resp_area {
    padding: 9px 0;
    background: #f0f0f0;
    border: 1px solid #8080804f;
}


textarea.responses_response {
    width: 100%;
    margin-bottom: 20px;
    height: 150px;
}


.responses_box {
    margin-top: 28px;
}

.responses_response {
    margin-top: 26px;
}


.partner_resper {
    background: purple;
    color: white;
    padding: 6px;
    box-shadow: 0 0 3px #8080808c;
    border-radius: 6px;
}


.responses_employee {
    margin-left: 27px;
}

.rt {
    margin-bottom: 20px;
    font-size: 31px;
}


.del {
    margin-top: 10px !important;
    background: darkred !important;
    font-size: 8px !important;
}


.assigns_box {
    margin-top: 13px;
    margin-left: 36px;
}


.resp_info {
    padding: 5px;
    margin-top: -49px;
    display: table;
    background: #e3e3e3;
    border-radius: 5px;
}


.responses_box {
    width: 100%;
    background: white;
    padding: 20px;
}

#add_form {
    margin-bottom: 36px;
}

thead {
    text-align: left;
}
#services_area {
    background: #f7f7f7;
    padding: 10px 0;
}

.lol {
    display: block;
    font-size: 8px;
    margin-bottom: 3px;
}

#c_success {
    font-size: 19px;
    color: green;
    font-weight: bold;
}

.responses_box time
{
	margin-left:36px;margin-top:unset;}
.client_menu_item {
    background: var(--mainColor);
    color: white !important;
    padding: 10px 20px;
    min-width: 200px;
}
#client_header_area:hover #client_menu {
    display: unset;
}


.post_box_wrap {
/*
  height: 100vh;
  width: 100vw;
*/
/*	padding-top:10px;*/
}

.post_box {
  max-width: 400px;
	display:block;
  margin: auto;
  box-shadow: 0 0 10px #00000026;
  border-radius: 5px;
  margin-top: 5px;
	margin-bottom:22px;
}

#filter_posts {
  max-width: 400px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}


body{
	font-family: handlee;
color:#404040;
	    overflow-x: hidden;
}

.user_stats {
  margin: 10px auto;
}

.usert_stat_row {
  margin: 0 10px;
}

.usert_stat_row span {
  color: var(--mc);
}
#products_page {
    background: #e1e1e1;
}
mh{
	width:100%;
height: 59px;
	display: block;
	
}

#site_name {
  margin: 0 26px;
  font-size: 27px;
}

/*
.adsbygoogle{
	 display: none !important;
}
*/
/*
ins.adsbygoogle[data-ad-status="filled"] {
   display:unset !important;
}
*/
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

.post_user_photo {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid white;
	overflow: hidden;
	margin-right:5px;
  box-shadow: 0 0 3px #0000007d;
}

.user{
	text-align: center;
	padding:20px;
}
.user_photo {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 1px solid white;
  box-shadow: 0 0 3px #0000007d;
	margin: auto;
	margin-bottom:20px;
}

.post_user_box {
  padding: 5px;
}

.post_box_id {
  float: right;
  top: 4px;
  color: #000000;
  font-size: 12px;
  font-family: aileron, verdana, sans-serif;
  font-weight: 700;
}


.post_user_slider {
  height: 400px;
  width: 100%;
}

.post_box_autotxt {
  padding: 9px;
  line-height: 1.5;
}
.post_top {
  padding-bottom: 13px;
}


.post_box_single_photo {
  width: 100%;
  height: 100%;
}




.donors_logo_picture {
  height: 43px;
}
#top_head_oppo {
/*
  position: absolute;
  top: 12px;
  right: 0;
*/
}

#online_status {
  position: fixed;
  top: 0;
  right: 0;
  padding: 6px 20px;
  border-bottom-left-radius: 8px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 0 8px black;
}

#poper {
    position: absolute;
    bottom: 10px;
    z-index: 22222;
    width: 90%;
    left: 5%;
    background: white;
    border-radius: 21px;
    box-shadow: 0 0 10px #80808066;
    overflow: hidden;
}

#status {
  text-align: left;
  font-size: 15px;
  font-family: roboto;
  padding: 20px 10px;
  font-weight: bold;
  border-bottom: 1px solid #80808042;
  margin-bottom: 20px;
}

#circ {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 3px;
}


#details {
    text-align: center;
}


.third {
    width: 33.3333%;
}




#biker_img {
    width: 49px;
    height: 49px;
    overflow: hidden;
    text-align: center;
    margin: auto;
    background: white;
    border: 2px solid var(--mainColor);
    border-radius: 100%;
}




#biker_img img {
    width: 100%;
    height: 100%;
}



#biker_name {
    margin-top: 5px;
}



.poper_icon i {
    font-size: 27px;
    color: var(--mainColor);
}


.poper_txt {
    margin-top: 5px;
}
.star,.emptystar:hover {
    color: #e1be03;
}

.emptystar{
    color: lightgray;
}


.rev_box {
    text-align: center;
    margin-bottom: 21px;
}

.rev_label {
    font-size: 13px;
    display: block;
    margin-bottom: 11px;
    color: gray;
}

.rev_stars {
    font-size: 23px;
}




#poper_btn a {
    background: var(--mainColor);
    color: white;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
    padding: 15px 0;
    font-size: 20px;
}



.menu_photo_picture {
    width: 60px;
}

.order_options {
    margin-top: 20px;
}

#services {
    padding: 50px 0;
}

.sec_h {
    font-size: 33px;
    text-align: center;
}


.sec_p {
    text-align: center;
    color: gray;
    margin: 20px 0;
		margin-bottom: 60px;

}

.publishes_box {
    text-align: center;
    height: 365px;
    padding: 60px;
    color: white !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.publishes_title {
    font-size: 25px;
}

.publishes_brief {
    margin-top: 20px;
    line-height: 1.3;
}


#our_services_wrap {
    text-align: center;
}


.our_services_icon_picture {
    width: 70px;
    height: 70px;
    margin-bottom: 37px;
}


#trainings_home {
    background: #F7F7F7;
}
.our_services_box.inline {
    padding: 62px;
}
#tright picture {
    width: 100%;
    height: 100%;
	height: 406px;
}

#tleft {
    padding-right: 66px;
}
#tleft h1 {
    font-size: 43px;
    font-family: indie;
}

#tleft p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.3rem;
}

#trainin_top {
    background: whitesmoke;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}

#s_p_btn i {
    padding: 0 2px;
}
.block2, .block3 {
    color: #c4c4c4;
}
#reviews_wrap h1 {
    font-size: 20px;
    color: #575757;
}
#reviews_wrap {
    text-align: center;
    margin: 50px 0;
}
.reviews_box {
    width: 18%;
    margin: 3%;
}
.reviews_box picture {
    width: 120px;
    border-radius: 100%;
    overflow: hidden;
    height: 120px;
    border: 2px solid;
}
.reviews_user_id {
    margin: 5px 0;
    font-weight: bold;
}
.reviews_content {
    color: #575757;
    margin-top: 6px;
    font-style: italic;
    font-size: 14px;
}

#page_top {
    padding-top: 20px;
}
#menuCont {
    margin-left: 15px;
}
.product_phrases_icon_picture {
    margin-left: 5px;
    margin-right: unset;
}
#prods {
    background: whitesmoke;
    padding: 66px 0;
	text-align: center;
}

#prods h1 {
    text-align: center;
    font-family: fanz;
    font-size: 25px;
}

.menu_items_box:hover .sub_menu {
    display: unset;
    position: absolute;
    left: 0;
	color:black;
    top: 38px;
    background: var(--mainColor);
    text-align: left;
    z-index: 1;
    box-shadow: 0 0 3px black;
    border-radius: 3px;
}


.menu_items_box:hover .new_sub{
	display:unset;
	
}

.products_box:nth-child(3n) {
    margin-right: unset;
}

.product_gallery{
    margin-right: 5%;
}


#single_product {
    margin-top: 50px;
}

#sli {
    width: 100%;
    height: 60vh;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 0 3px #ffa50042;
}
#slider {
    width: 100%;
    height: 100%;
}
.slItems {
    width: 100%;
    height: 100%;
}



.slide_box {
    height: 100%;
    width: 100%;
    float: right;
/*    padding-right: 30px;*/
    color: white;
    z-index: 1;
/* font-family: indie;*/
}

/*
.head::first-letter {
    font-family: fanz;
    margin-left: 8px;
    font-weight: bold;
}
*/

.target_groups_box {
    width: 30%;
    padding-right: 50px;
    background: #e8e8e869;
    margin-right: 1%;
    padding: 1%;
}

.target_groups_icon_picture {
    width: 90px;
    height: 90px;
}


.target_groups_title {
    margin: 10px 0;
    font-size: 30px;
    color: var(--blue);
}

#con_title {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: var(--blue);
}

#con_p {
    margin-bottom: 20px;
    color: gray;
}
.mce {
    font-size: 16px;
}

.mce p {
    line-height: 1.5;
}

#con_r {
	    font-size: 20px;

    background: #ECECEC;
    padding: 30px 100px;
    text-align: center;
    margin-left: 20%;
	color: var(--blue);
	padding-bottom:60px;
}

.faq_question {
    margin-top: 30px;
    background: whitesmoke;
    font-size: 20px;
    padding: 17px 10px;
    border-radius: 7px;
    box-shadow: 0 0 3px #80808052;
}

.arr {
    color: #841e1e;
    font-weight: bold;
    top: 4px;
}

.faq_answer {
    line-height: 1.5rem;
    padding: 20px;
    background: #bdbdbd14;
    width: 80%;
    margin-left: 16px;
    border-left: 1px solid orange;
}

#con_r::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 50%;
    height: 30px;
    background: var(--gold);
}

#con_r::before {
    content: "";
    position: absolute;
    top: -15px;
    right: 0;
    width: 50%;
    height: 30px;
    background: var(--gold);
}
.c_i {

	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}


.target_groups_brief {
    color: gray;
    font-size: 13px;
    line-height: 1.3;
}
a.head::after {
    content: "";
	transition: all 0.3s;
    width: 0;
    height: 1px;
    background: #80808073;
    display: block;
    margin-top: 2px;
}

a.head:hover::after{
    width: 25px;
	 height: 1px;
    background: var(--blue);
   
}

#services_wrap{
	text-align:center;
}
.services_box {
    margin: 30px 0;
	width:100%;
}
.school_trainings_method,.school_trainings_target {
    margin: 10px 0;
}

.service_txt i{
    background: gray;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    color: white;
}

.course_dates_course_date {
    padding: 0 1px;
    margin-right: 29px;
    border-bottom: 1px solid #80008066;
}


time {
    font-size: 12px;
/*    margin-top: 9px;*/
    display: block;
}


 
/*
.news_box {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 50px;
    border-radius: 6px;
    overflow: hidden;
    background: white;
}
*/

.news_photo_picture {
    width: 100%;
    height: 259px;
}
.news_content {
}


.merchants_box {
  width: 150px;
  height: 150px;
  background-size: contain;
  border-radius: 10px;
  margin: 25px;
}


.news_title {
    padding: 10px 4px;
    color: black;
    line-height: 1.2rem;
    height: 51px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-size:20px;
}


.news_box time {
    padding: 10px 4px;
    font-size: 10px;
    display: block;
    color: #595959;
	
}
#page_top .t_time_block {
  text-align: unset;
}


.more::after {
  width: 38px;
  height: 1px;
  background: var(--orangeG);
  content: "";
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
.more {
  width: 100%;
  display: block;
  color: var(--mainColor) !important;
  font-size: 12px;
  padding: 0 4px;
  padding-bottom: 9px;
}

#centers {
    background: #F7F7F7;
}


#c_drop {
    margin-bottom: 29px;
}


#training {
    padding: 100px 0;
	color: white;
}

.c_box {
    padding-right: 20px;
    margin-bottom: 19px;
}


.c_r {
    margin-right: 10%;
}


.faq_answer {
    line-height: 1.5rem;
    padding: 20px;
    background: #bdbdbd14;
    width: 80%;
    margin-left: 16px;
    border-left: 1px solid orange;
}

.faq_question {
    margin-top: 30px;
    background: whitesmoke;
    font-size: 20px;
    padding: 17px 10px;
    border-radius: 7px;
    box-shadow: 0 0 3px #80808052;
}

#products_wrap h1 {
    font-size: 20px;
    color: #575757;
}


#single_product #products_wrap {
    text-align: center;
    margin-top: 60px;
}


.product_phrases_icon_picture {
    width: 31px;
    margin-right: 5px;
}

.product_phrases_box {
    margin: 0 28px;
}

#single_product #certs {
    padding: 30px 0;
}
#s_p_btn {
    display: inline-block;
    background: whitesmoke;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0 0 2px gainsboro;
    border-bottom: 1px solid orange;
}

.products_sizes_picture {
    margin: 30px auto;
    display: block;
    width: 100%;
}

#product_phrases_wrap {
    text-align: center;
    background: #bbbbbb1c;
    padding: 20px 0;
    margin: 46px auto;
    border-radius: 8px;
    box-shadow: 0 0 3px #80808036;
}


.slItem {
    width: 100%;
    height: 100%;
}


.s_p_content p {
    line-height: 1.5rem;
    font-size: 17px;
}

.s_p_title {
    font-size: 38px;
}

#slider a {
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
}


.sub_menu a {
    width: 200px;
    display: block;
    padding: 17px 10px;
}

.sub_menu a:hover {
    background: #e8ac0f;
}

.sec_head {
    text-align: unset;
    font-size: 21px;
    margin-top: 29px;
    margin-bottom: 20px;
}
#sub .sec_head {
    font-size: 26px;
    color: white;
    margin-bottom: 31px;
}
.sub_menu,.new_sub {
    display: none;
} 
.member_categories_title {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid orange;
}
.members_box {
	font-size: 14px;
    width: 17%;
    margin-right: 3%;
    margin-top: 20px;
    margin-bottom: 39px;
    background: #f5f5f596;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 3px #80808057;
    text-align: center;
}

.members_name {
    margin: 10px 0;
    font-weight: bold;
}

#training p {
    margin-top: 21px;
    width: 50%;
    line-height: 1.3rem;
}

.members_job_title {
    font-size: 11px;
    color: #734b02;
    margin-bottom: 14px;
}

.members_photo_picture {
    height: 191px;
    width: 100%;
}
::placeholder {
    color: white;
}
.mceNoEditor {
    width: 100%;
    height: 80px;
}

.c_row {
    margin-bottom: 10px;
    font-size: 13px;
}

.c_row i {
  padding: 7px;
   color: #fd0909;
}

#form_sec h2 {
    font-family: indie;
    margin-bottom: 20px;
    color: #199f41;
}

#contact_ty {
    text-align: center;
    color: green;
}



#head_title{
/*	font-family: just;*/
	font-size: 20px;
	color: #F2584E;
}

#contact_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #F2584E;
  margin-bottom: 30px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], input[type="date"], input[type="datetime-local"] {

  min-height: 50px;
}
#mapper {
    height: 370px;
    margin-top: 32px;
}

.logo_menu_box picture {
  width: 150px;
  padding: 5px 0;
  z-index: 1;
}

.swiper {
  width: 100%;
  height: 100%;
}

.play_wrap {
  height: 100%;
}

.video_cover {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
  text-align: center;
}

.play_wrap i {
  font-size: 56px;
  background: var(--mainColor);
  border-radius: 100%;
  padding: 5px;
  color: white;
  box-shadow: 0 0 10px #000000de;
}
.play_wrap video {
  object-fit: cover;
  width: 100%;
  border: 3px solid white;
  height: 100%;
}
#logo_pic {
    height: 120px;
}

.slide, .slobe {
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}
.order_option {
    padding: 5px 20px;
    color: white;
    border-radius: 5px;
    box-shadow: 0 0 3px #8080802e;
}


.stats_photo {
    position: absolute;
    width: 100%;
    height: 100%;
}


.statistics_quantity {
    font-family: robotbold;
    font-size: 61px;
	text-shadow: 1px 1px #f6bd2854;
}


/*
#statistics_wrap {
  padding: 50px 0;
  background: #242121;
	color: white;
}
*/
#statistics_wrap {
  padding: 50px 0;
  color: #828282;
  transform: rotateZ(-10deg);
  width: 63%;
  margin-left: 4%;
  z-index: 1;
  margin-top: -24%;
}

header{
    box-shadow: 0 0 5px #282828;
    position: fixed;
    z-index: 3;
	background: white;
    width: 100vw;
}


.statistics_title {
    font-size: 19px;
 
}

#logo_menu{
	
	
}

.donors_box{
	padding:3px 0;
}


#top_head {
/*  background: #f7f7f7;*/
  position: absolute;
  top: 19px;
	right:0;
}

a.head {
font-size: 15px;
padding: 11px 15px;
display: inline-block;

	transition: all 0.3s;
    display: block;
text-transform: uppercase;
font-weight: bold;

}

.post_view_btn {
  font-size: 12px;
  color: var(--mc) !important;
  padding: 8px;
  display: block;
}

.ad_wrap {
  width: 400px;
  margin: 5px auto 13px auto;
  overflow: scroll hidden;
}

.statistics_box i {
  font-size: 53px;
	margin-bottom: 12px;
}

.ad_slider{
  width: auto;
	scrollbar-width: none;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  touch-action: pan-y;
  user-select: none;
}
.nice_ad {
  border-radius: 4px;
  box-shadow: 0 0 2px 0px black;
  margin: 2px 2px;
}



.statistics_value {
  font-size: 66px;
}

.statistics_box {
  margin: 0;
  margin-right: 53px;
  text-align: left;
  padding: 11px 50px;
}



.statistics_statistic_number {
  font-weight: bold;
  margin-top: 10px;
  font-size: 17px;
}

/*

#statistics_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(0 8%, 39% 26%, 83% 18%, 100% 60%, 25% 100%, 0% 50%);
  background: var(--mc);
  position: absolute;
  top: 0;
  left: -64px;
  transform: rotateZ(15deg);
  opacity: 0.2;
}
*/

#red_lady {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 3px solid white;
  top: -67px;
  left: 65px;
  box-shadow: 0 0 20px #0000007a;
	transition:1.5s all;
	
}

#red_lady picture{
	width:100%;
	height:100%;
}
#red_lady:hover{
	transform: rotateZ(90deg);

/*	animation: rotateit 1.5s;*/
	}

@keyframes rotateit{
	0%{
		transform: rotateZ(0);
	}
	
	100%{
		transform: rotateZ(90deg);
	}
	
/*
	100%{
		transform: rotateZ(0);
	}
*/
}

#section_2_right {
  text-align: end;
}

.circle2_shape {
  width: 250px;
  height: 250px;
  background: #f2ededed;
  border-radius: 100%;
  position: absolute;
  top: -100px;
  right: 10px;
}



.slide_box h1 {
    font-size: 29px;
    font-weight: bold;
}

.slide_box p {
    margin: 15px auto;
    line-height: 1.5rem;
    font-size: 21px;
}


#c_header {
  position: absolute;
  right: 0;
  top: 15px;
}

.download_icons {
  font-size: 40px;
  font-weight: inherit;
	margin-bottom: 20px;
	padding-top: 45px;
}

#intro {
margin: auto;
  margin-bottom: auto;
text-align: center;
margin-bottom: 110px;
	height: 100vh;
}

#intro_wrap {
  width: 60%;
  color: white;
}

#intro h1 {
  font-size: 60px;
  font-weight: bold;
}


#intro p {
  margin: 16px 0;
  font-size: 18px;
  line-height: 1.4;
}

#download_title {
  margin-bottom: 10px;
  font-weight: bold;
}

#download_btns picture {
  width: 148px;
  box-shadow: 0 0 6px black;
  border-radius: 10px;
  border: 1px solid #736b6b;
}

.about_title {
  font-size: 20px;
  width: 55%;
  line-height: 1.5;
  font-weight: bold;
}
.faq_box {
  border: 1px solid #00000012;
  padding: 30px 10px;
  font-size: 15px;
}
.faq_box span {
  color: red;
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
}

/* 
.faq_box .faq_answers {
    display: none;
} */

/* .faq_box .faq_title:hover ~ .faq_answers{
    display: block;
} */

.faq_title{
	font-weight: bold;
	font-size: 15px;
}
.faq_answers {
  margin: 30px auto;
  line-height: 1.3;
}

#faq_wrap {
  margin: 50px auto;
}
.circle_shape {
  width: 250px;
  height: 250px;
  background: #f2ededed;
  border-radius: 100%;
  position: absolute;
  top: -100px;
  left: 15px;
}


#section_2_left {
  margin: 50px auto;
}

.section_1 {
  margin-bottom: 65px;
}


.statistics_photo_picture {
  width: 60px;
  height: 60px;
  background: red;
  border-radius: 100%;
  padding: 15px;
}


.about_section_two_photo_picture {
  width: 280px;
  height: 500px;
}
.about_photo_picture {
  width: 280px;
  height: 500px;
}

.about_content.mce {
  color: #F2463A;
  font-size: 15px;
}

.about_box {
  width: 100%;
}
#home_formatted_text {
  text-transform: uppercase;	
  margin-bottom: 15px;
  color: #F2463A;
  font-size: 25px;
}
#home_text {
  font-size: 25px;
  width: 60%;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 50px;
	  line-height: 1.3;

}

#contact_form_right {
  width: 100%;
}


.about_section_two_title {
  width: 70%;
	color: #F2584E;
}

#intro_content {
  color: white;
  font-size: 28px;
line-height: 1;
  margin-bottom: 20px;
}

.highlights_wrap {
  margin: 40px auto;
}

.highlights_box {
  width: 30%;
  margin-right: 5%;
	 height: 253px;
  overflow: hidden;
  border-radius: 21px;
 
}

.highlights_photo_picture{
height:100%;
	width:100%;
	}


.highlights_box:last-child {
  margin-right: unset;
}


.hl_details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #ffffff1f;
}


#map_home {
  height: 50vh;
}

#map_home #map,#map_home #quick_access {
  height: 100%;
  width: 100%;
}

#home_services {
/*  padding: 50px 0;*/
	height:40vh;
}
whi {
  background: linear-gradient(to right,white,transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
  color: var(--mainColor) !important;
}

.service_bver {
  padding: 63px;
}


#s_c {
  width: 50%;
}

#s_c p {
  line-height: 1.0;
}



#downlaod_header {
  background: white;
  padding: 14px;
  border-radius: 13px;
  color: var(--mainColor);
  font-weight: bold;
}


.highlights_title {
  font-size: 50px;
  padding: 0 20px;
  color: var(--mainColor);
}

.highlights_box:hover .hl_details{
	background:unset;
}

#log_btn {
  font-size: 27px;
	margin-top:20px;
  padding: 3px 28px;
  height: unset;
}

#not_yet {
  color: white;
  display: block;
  margin-top: 11px;
}

.slider_btn {
    display: inline-block;
    border-bottom: 3px solid var(--mainColor);
    padding: 5px 10px;
    font-size: 20px;
    box-shadow: 1px 1px 3px aliceblue;
    background: #ee93a3c9;
	margin-top: 20px;
	font-family: indie;
}

/*
.menu_items_box::after {

    content: " ";
    border-right: 1px solid orange;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;

}
.menu_items_box:last-child::after {

    all: revert;

}
*/

#team_txt {
/*    text-align: left;*/
/*    margin-right: -135px;*/
    z-index: 1;
    text-shadow: 2px 1px white;
}

#team_txt p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.2rem;
}

.lover_border::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #c18f983d;
    position: absolute;
    left: 13px;
    top: -12px;
}

.blog_photo_picture {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  margin-left: calc(50% - 75px);
  margin-top: -75px;
  box-shadow: 0 0 10px #00000085;
  margin-bottom: 20px;
}

.blog_box {
  background: white;
  width: 30%;
  margin: 22px 2%;
  text-align: left;
  padding-bottom: 44px;
  border-radius: 16px;
  margin-bottom: 86px;
  box-shadow: 0 0 3px;
}


#globe {
  background-size: cover;
	padding-bottom:20px;
  background-attachment: fixed;
}


.blog_content {
  padding: 10px 20px;
  text-align: center;
  height: 59px;
}



.blog_title {
  padding: 0 20px;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}



#blog_wrap {
  text-align: center;
}

.lover_border {
    border-right: 29px solid white;
    box-shadow: 13px 1px 2px #ffc0cb94;
    border-bottom: 5px solid white;
}

#team_txt h1 {
    font-size: 40px;
}

#team {
    padding: 90px 0;
    text-align: center;
    background: #ececec;
}

.btns {
    margin-top: 63px;
}

#bg_black {
    background: #00000008;
    width: 100%;
    height: 100%;
    position: absolute;
}

.gBtn {
    font-size: 25px;
    padding: 10px 19px;
    margin-right: 20px;
}

.btnFill {
    background: var(--mainColor);
    color: black !important;
}



#about_home_info {
    padding: 100px 0;
    color: white;
}
.real_main_ul {
/*    text-transform: uppercase;*/
/*    color: #595959;*/
}

#certs {
    padding: 100px 0;
    text-align: center;
}

#certs_txt h1 {
    font-size: 31px;
    width: 45%;
    line-height: 2.3rem;
    font-family: robotbold;
    color: #595959;
}


#certs_txt p {
    margin-top: 26px;
    font-size: 20px;
    color: #484848;
    line-height: 1.5rem;
}

#certs_txt {
    text-align: left;
    color: black;
}


#about_text_home {
    width: 50%;
    margin-top: 26px;
   line-height: 1.7rem;
    font-size: 23px;
}
.footer_menu_items_box a {
    padding: 5px;
}

#about_home_info h1 {
    font-size: 30px;
}

#why {
  background: var(--mainColor);
}

#why_shankaboot_wrap {
  padding: 50px 0;
}

.why_shankaboot_box {
  width: 33%;
  color: white;
	text-align: left;
}


.why_shankaboot_icon_picture {
  height: 31px;

}

.why_shankaboot_title {
  font-size: 34px;
  margin-left: 9px;
  font-weight: bold;
}

.why_shankaboot_summery {
  margin-top: 10px;
  font-size: 16px;
  width: 57%;
}
.w700 {
  width: 900px;
  margin: 0 auto;
}
#about_home_info h1 span {
    display: block;
    margin-top: 8px;
    font-size: 48px;
    font-family: robotbold;
}


#bg {
    width: 100vw;
  height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

#intro_house {
	font-family: robotbold;
    height: 100%;
}

#slogan {
    font-size: 75px;
    width: 25%;
    color: white;
}


#vid {
    padding: 100px 0;
	background: whitesmoke;
}


#sub {
    text-align: center;
    background: #022602;
    padding: 50px 0;
}


#vid_iframe {
    height: 500px;
    width: 70%;
}




#sub .sec_head {
    font-size: 26px;
    color: white;
    margin-bottom: 31px;
}


.sec_head p {

    margin-top: 25px;
    line-height: 1.2rem;
    padding-left: 17px;

}


#mc {
    background: whitesmoke;
    width: 35%;
    margin: auto;
    padding: 42px;
    margin-top: 42px;
}

.mc_title {
    color: #4f4f4f;
    font-size: 20px;
    margin-bottom: 20px;
}


#mc-btn {
    background: var(--mainColor);
    padding: 10px 20px;
    border-radius: 4px;
    border: navajowhite;
    margin-top: 15px;
    font-size: 14px;
}




.pic_r1 {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    overflow: hidden;
    border-right: 2px gray dashed;
    padding: 10px;
}

.process_box:nth-child(2n) .pic_r1 {
    border-left: 2px gray dashed;
    border-right: unset;
}

.pic_r2 {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    background: #14a200;
    padding: 20px;
}


.process_content {
    color: #575757;
    font-size: 12px;
    margin-top: 7px;
    line-height: 1rem;
}

.process_box::before {
    content: "";
    display: inline-block;
    width: 332px;
    height: 10px;
}

.process_photo_picture {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 3px #0000008a;
}




.process_title {
    font-weight: bold;
}


.process_box:nth-child(2n) {
    direction: rtl;
}
.process_box:nth-child(2n) .sep::before {
    left: unset;
    right: 0;
}

.process_box:nth-child(2n) .sep {
    margin-right: -21px;
    margin-left: unset;
}




.sep {
    width: 100px;
    border: 1px #80808061;
	margin-left: -21px;
    border-style: dashed;
}


.sep::before {
    width: 25px;
    height: 25px;
    content: "";
    background: white;
    box-shadow: 0 1px 3px gray;
    position: absolute;
    left: 0;
    top: -12px;
    border-radius: 100%;
}

.process_box:nth-child(2n) .pic_r2 {
    background: #9d7461;
}

a.wow{
font-family: kalam;
    border-bottom: 1px dashed  var(--mainColor);

}
a.wow:hover {

    border-bottom: 1px solid  var(--mainColor);

}

#chooser {
    text-align: center;
    font-size: 20px;
}

.choose.inline {
    border-bottom: 2px solid orange;
    margin: 0 10px;
}

.steps {
    padding: 50px 0;
    text-align: center;
}

.btnBorder {
    border: 3px solid var(--mainColor);
    color: white !important;
    padding: 7px 28px;
}

#contact_sec{
	padding:100px 0;
}

#contact_sec .w1200 {
	padding-left: 59px;
}
#contact_sec .native {
    left: 195px;
    top: -13px;
}

.contact_detail {
    margin-bottom: 15px;
}

.akon {
    color: var(--mainColor);
    margin-right: 14px;
}
.fakeAt {
    font-size: 12px;
    margin: 2px;
    color: gray;
}

#map iframe .gm-style > div:first-of-type {

    filter: grayscale(1) !important;

}

#web2 section:last-child {
    margin: unset;
}


#mob_menu_btn {
    color: black;
    background: var(--mainColor);
    position: absolute;
    right: 0;
	top: 17px;
}
.slide_box picture {
  width: 100%;
  height: 100%;
}
/*
footer {
    background: black;
    color: gray;
    padding: 17px 0;
    font-family: verdana;
    text-align: right;
}
*/
/*

.logo_menu_box {
    visibility: hidden;
}
*/

#page_top h1 {
    font-size: 47px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#search i {
/*    color: white;*/
	font-size: 16px;
}

#top_tool {
    position: absolute;
    right: 5px;
    top: 30px;
}


#search input {
    min-height: 26px;
    width: 100px;
    font-size: 11px;
}

#web2 {
  background: #131313;
  padding: 40px 0;
  color: black;
  font-size: 12px;
  box-shadow: 0 0 4px #8080804a;
}
#web2 section {
    margin-right: 6%;
}
.slDots {
    z-index: 9 !important;
    bottom: 10px !important;
    left: 50% !important;
}

.an_r picture {
    height: 100%;
    width: 100%;
}
.down_app {
  display: inline;
}

#foot_cont p {
  margin: 10px 0;
}

#foot_about {
/*  padding-top: 26px;*/
}


#team_wrap {
  background: black;
  color: white;
  z-index: 999999999;
  padding: 100px 0;
}

.w900 {
  width: 1100px;
  margin: auto;
}

#team_txt h1 {
  font-size: 86px;
  text-align: center;
  font-weight: bold;
}

.team_p {
  margin-left: 8%;
  line-height: 1.3;
  font-size: 23px;
  margin-top: 27px;
  color: white;
}


#team_wraper {
  width: auto;
	text-align: center;
/*
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
*/
  margin-top: 50px;
/*
  touch-action: pan-y;
  user-select: none;
	
	-ms-overflow-style: none;
scrollbar-width: none;
*/
	
}


.team_box {
  width: 162px;
  margin-right: 36px;
  height: unset;
}



.team_box picture {
  width: 100%;
  height: 100%;
}


.team_name {
  color: white;
  z-index: 1;
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  background: black;
  padding: 10px;
}



.sub_txt {
    font-size: 13px;
    line-height: 1.3;
    text-transform: none;
    padding-right: 50px;
}

.key.in {
  padding: 0 10px;
}

.key_cir {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.cld-number.eventday {
  color: white !important;
  background: var(--greenG) !important;
}


.t_time_block {
  text-align: center;
}


.sub_menu_item_btn {
    box-shadow: 0 0 5px #80808075;
    padding: 10px;
    margin-right: 6px;
    border-radius: 3px;
    border-left: 3px solid;
        border-left-color: currentcolor;
    border-color: inherit;
	width: 200px;
	display: block;
	margin-bottom: 6px;
}
#keys {
  text-align: center;
  margin-top: 20px;
}


.new_sub {
  position: fixed;
  background: #f9f9f9;
  width: 100vw;
  left: 0;
  padding: 20px 0;
  top: 100px;
  transition: 0.5s all;
}


.slDotsSingle {
  
    border: 1px solid #FFFFFE !important;
}

.slDotsSingle.active {
    background: pink !important;
}

#breader:hover {
    color: black;
}
#breader {
    color: #808080b3;
    font-size: 12px;
    transition: 0.3s all;
}

.breader_item:hover {
    color: var(--gold);
}

.page_top_bg {
    width: 100%;
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}

.footer_head {
    font-size: 19px;
    margin-bottom: 21px;
}

.choose {
    margin: 0 10px;
    background: gainsboro;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 3px gray;
}

.related_links_box {
    padding: 24px 0;
        padding-left: 0px;
    width: 25%;
}

.related_links_box:hover {
    color: var(--blue);
}

.related_links_box i {
    color: var(--gold);
}

.choose:hover{
	background:orange;
}
.activeP {
    background: orange;
}
.did_you_know_box {
    font-family: indie;
    margin: 2%;
    line-height: 1.5rem;
    font-size: 20px;
    background: whitesmoke;
    width: 45%;
}

.did_you_know_content {
    max-width: 84%;
}


.numa {
    background: orange;
    padding: 16px;
    margin-right: 13px;
    font-size: 33px;
	border-left: 2px solid;
margin-left: -10px;
box-shadow: 0 0 3px gray;
}
#vid_iframe h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}


#footer_contact {
    line-height: 1.2rem;
}

.footer_ul {
    line-height: 1rem;
}

.footer_ul li {
    display: block;
    margin-bottom: 11px;
}

.footer_head {
    font-size: 19px;
    margin-bottom: 21px;
}



footer {
	padding:unset;
    background: unset;
    color: #eaeaea;
    text-align: unset;
}

.products_box {
    width: 24%;
    margin-right: 7%;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 10px;
}

.products_box picture {
    width: 72%;
    height: 225px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 2px 1px 3px #540d2240;
}


.dates_sec {
    background: #3b463b;
    padding: 100px 0;
    margin-top: 53px;
    color: white;
}
.w600{
	width:600px;
}
.dates_sections_title {
    font-size: 30px;
    font-weight: bold;
    color: #abffab;
}

#products_wrap {
    margin-top: 16px;
}


.products_title {
    margin: 6px 0;
    color: #6c4a4c;
}



#training_photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.block2 {
    background: #313131;
    direction: rtl;
    padding: 50px 0;
}
.dates_info_box {
    font-size: 18px;
    width: 30%;
	padding: 3px 0;
    margin-top: 15px;
}
.block2_title {
    font-size: 27px;
}

.products .mce p {
    font-size: 15px;
    line-height: 1.5rem !important;
}

#block4 .dates_sections_title {
 
    color: #fff;
}



.block2 h3::before,.block3 h3::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #4a4a4a;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
}

#block4 {
    margin-top: 0;
    background: #464545;
    color: #ddd;
}

.block3 {
    background: #292a2b;
    padding: 50px 0;
    padding-left: 50px;
}


.block2 h3,.block3 h3 {
    margin-top: 20px;
    padding-left: 10px;
    margin-left: 21px;
}

#dates_info_wrap {
    direction: ltr;
}

.block2 .w600 {
    text-align: left;
}



.products_category {
    font-size: 17px;
    color: black;
    margin-top: 10px;
    padding-left: 8px;
}

.products_box:last-child {
    margin-right: unset;
}

#foot_about p {
  margin-top: 5px;
  color: gray;
	line-height: 1.3;
}


.langa {
  font-size: 12px;
/*  color: white !important;*/
  border-radius: 3px;
  margin-left: 10px;
  margin-top: 3px;
	background: var(--mc);
color: white !important;
padding: 4px 5px;
}

#shop .products_box picture {
    width: 100%;
	height:279px;
}

#shop .products_box:last-child {
    margin-right: unset;
}
#shop .products_box:nth-child(4n) {
    margin-right: unset;
}
#shop .products_box:nth-child(3n) {
    margin-right: 5%;
}

#questions_wrap {
    padding: 0 20px;
    background: #00000005;
    box-shadow: 0 0 3px #80808057;
    margin: 20px 0;
}
#questions_wrap .dona{
    margin-bottom: 30px;
}


#already a {
    display: block;
display: inline-block;}
#already {
    text-align: center;
    padding: 20px;
}

.t_quiz {
    background: #359500;
    color: white;
}

.t_quiz time{
	color:white;
}

.questions_box {
    padding: 30px 0;
}
.t_time i {
    display: block;
}
.questions_question {
    font-size: 20px;
}

.ki {
    margin-top: 14px;
}


num {
    font-size: 30px;
    margin-right: 11px;
    color: var(--brown);
}


#shop .products_box {
    width: 20%;
    margin-right: 5%;
}

#single_product #sli {
    height: 335px;
}

.cld-main {
    width: 100% !important;
}

.rsvp {
    margin-top: 20px !important;
}
.reg_req {
    background: var(--melonG);
}
.t_time_d {
    display: block;
    margin-top: 6px;
    font-size: 10px;
}
.rsvp_confirm {
    background: var(--greenG);
    display: inline-block;
    padding: 10px;
    color: white;
    text-shadow: 1px 0px 2px black;
}

.dimBtn {
 
    
    color: white !important;
    display: inline-block;
    height: 40px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 3px 3px 12px 0px #80808078;
    line-height: 40px;
       margin-top: 20px;
    font-size: 13px;
    background: gray;
    padding:0 10px;
}

.t_time time {
    color: white;
    margin-top: 6px;
    padding: 0;
}


.fil_title {
    margin-bottom: 10px;
}

.order_id {
  font-size: 23px;
  font-weight: bold;
}


.tickets_box {
  display: block;
  margin: 15px 0;
  box-shadow: 0 3px 20px #80808038;
  padding: 10px;
  border-radius: 12px;
}


.reqqa {
	border: medium none;
color: white !important;
background: var(--mainColor);
display: inline-block;
font-size: 16px;
height: 40px;
margin: 0;
    margin-right: 0px;
text-align: center;
text-transform: uppercase;
cursor: pointer;
box-shadow: 3px 3px 12px 0px #80808078;
line-height: 40px;
padding: 0 10px;
border-radius: 4px;
	
    background: #ffe5e5;
    color: black !important;
}
.filter_box label {
  font-size: 14px;
}

.filter_box .row_btns {
  text-align: left;
  padding: 9px 0;
}

.filter_box .row_btns {
  text-align: left;
  padding: 9px 0;
}




.iphone-x {
  position: relative;
  margin: 40px auto;
  width: 360px;
  height: 780px;
  background-color: #7371ee;
  background-image: linear-gradient(60deg, #7371ee 1%, #a1d9d6 100%);
  border-radius: 40px;
  box-shadow: 0px 0px 0px 11px #1f1f1f, 0px 0px 0px 13px #191919, 0px 0px 0px 20px #111;
}
.iphone-x:before, .iphone-x:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.iphone-x:after {
  bottom: 7px;
  width: 140px;
  height: 4px;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.iphone-x::before {
  top: 9px;
  width: 40%;
  height: 30px;
  background-color: #1f1f1f;
  border-radius: 40px;
}
.iphone-x i,
.iphone-x b,
.iphone-x s,
.iphone-x span {
  position: absolute;
  display: block;
  color: transparent;
}
.iphone-x i {
  top: 13px;
  left: 50%;
  transform: translate(-50%, 6px);
  height: 8px;
  width: 15%;
  background-color: #101010;
  border-radius: 8px;
  box-shadow: inset 0px -3px 3px 0px rgba(255, 255, 255, 0.2);
}
.iphone-x b {
  left: 10%;
  top: 13px;
  transform: translate(180px, 4px);
  width: 12px;
  height: 12px;
  background-color: #101010;
  border-radius: 12px;
  box-shadow: inset 0px -3px 2px 0px rgba(255, 255, 255, 0.2);
}
.iphone-x b:after {
  content: "";
  position: absolute;
  background-color: #2d4d76;
  width: 6px;
  height: 6px;
 
  top: 3px;
  left: 3px;
  display: block;
  border-radius: 4px;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.5);
}
.iphone-x s {
  top: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-size: 70px;
  font-weight: 100;
  padding-top: 60px;
}
.iphone-x span {
  bottom: 50px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  left: 30px;
}
.iphone-x span + span {
  left: auto;
  right: 30px;
}



.feat_right {
  direction: rtl;
}

.feat_right .feat_box_details {
  margin-right: 50px;
  margin-left: 0;
}

.feat_right .features_content{
	text-align: right;
	 direction: ltr;
}


/*
.iphone_wrap::before {
  width: 2000px;
  height: 2000px;
  content: "";
  position: absolute;
  top: -125px;
  left: -148px;
  background: linear-gradient(to left,#ff26aa,#ca7272,#fbdbdb,#fee,#ffd0d0);
  z-index: 0;
  clip-path: polygon(50% 0%, 24% 19%, 100% 60%, 65% 87%, 25% 100%, 53% 73%, 10% 20%);
}
*/


/*
.iphone_wrap::before {
  width: 1000px;
  height: 1000px;
  content: "";
  position: absolute;
  top: -125px;
  left: -148px;
 
  z-index: 0;
  clip-path: polygon(50% 0%, 95.40% 24.50%, 100% 60%, 65% 87%, 25% 100%, 53% 73%, 10% 20%);
  background-size: cover;
}
*/

.ad_slide_fill {
  width: 100%;
  height: 100%;
  display: block;
}

.post_user_photo picture {
  width: 100%;
  height: 100%;
}


.features_box:not(:first-of-type) {
  /* margin-top: -461px; */
}

.nice_ad:hover .l_toolbox {
  display: block;
}

.post_box:hover .l_toolbox {
  display: block;
  background: rgb(236, 236, 236);
  bottom:25px;
  left: -350px;
}

.swiper-pagination-bullet {
        background-color: var(--mc);
    }


    .pagination a {
					display: inline-block;
					padding: 8px 14px;
					margin: 2px 4px;
					text-decoration: none;
					color: #333;
					background: #f0f0f0;
					border-radius: 6px;
					transition: background 0.2s, color 0.2s;
					font-weight: 500;
					font-size: 16px;
				}
				.pagination a:hover {
					background: #e0e0e0;
					color: var(--mc);
				}
				.posts_page_active {
					background: var(--mc) !important;
					color: #fff !important;
					pointer-events: none;
					cursor: default;
				}


.pagination_wrap {
  max-width: 400px; display: flex; justify-content: center; align-items: center; margin: 30px auto 0 auto; padding: 10px 0; background: #fafafa; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin-bottom: 30px;
}

/* Modern 2026 refresh */
:root {
  --site-bg: #f4efe7;
  --surface: rgba(255, 252, 247, 0.88);
  --surface-strong: #fffaf3;
  --surface-dark: #1f1a17;
  --text-strong: #1f1b18;
  --text-soft: #5f5750;
  --line-soft: rgba(73, 51, 32, 0.12);
  --brand: #d96846;
  --brand-deep: #8f3b2b;
  --brand-soft: #f4c5aa;
  --accent: #1f7a8c;
  --gold-soft: #e0b875;
  --shadow-soft: 0 24px 80px rgba(73, 44, 18, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top left, rgba(233, 197, 145, 0.35), transparent 35%),
    radial-gradient(circle at top right, rgba(217, 104, 70, 0.16), transparent 28%),
    linear-gradient(180deg, #fffaf4 0%, var(--site-bg) 55%, #efe6da 100%);
  color: var(--text-strong);
}

main {
  position: relative;
  z-index: 1;
}

mh {
  display: block;
  height: 118px;
}

.w1200 {
  width: min(1180px, calc(100% - 48px));
}

.site_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  padding: 18px 0;
  background: rgba(255, 250, 244, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 40px rgba(46, 30, 17, 0.08);
  border-bottom: 1px solid rgba(143, 59, 43, 0.08);
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}

body.page-home .site_header.home_header:not(.is-scrolled) {
  background: transparent;
  box-shadow: none;
  border-bottom-color: transparent;
}

.site_header.is-scrolled {
  padding: 12px 0;
}

.header_shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.header_brand {
  flex: 0 0 auto;
}

.logo_menu_box {
  display: inline-flex;
  align-items: center;
}

#logo_menu {
  width: 164px;
  height: auto;
  transition: filter 0.3s ease, transform 0.3s ease;
}

body.page-home .site_header.home_header:not(.is-scrolled) #logo_menu {
  filter: brightness(0) invert(1);
}

.site_header.is-scrolled #logo_menu,
body.page-inner #logo_menu {
  filter: none;
}

.header_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  flex: 1 1 auto;
}

#top_head {
  position: static;
  width: auto;
  margin-inline-start: auto;
  order: 2;
}

.header_meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

#social_links_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

#social_links_wrap .social {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 20px rgba(17, 13, 10, 0.16);
  color: #fff;
}

.header_lang_switcher {
  display: flex;
  gap: 8px;
  align-items: center;
}

.langa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.header_cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 14px 24px rgba(143, 59, 43, 0.25);
}

.header_nav_row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: auto;
  justify-content: flex-start;
  flex: 0 0 auto;
  order: 1;
}

#menuCont {
  position: static;
  display: block;
}

.real_main_ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu_items_box {
  position: relative;
}

a.head {
  padding: 13px 18px;
  border-radius: 999px;
  color: var(--text-strong);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: color 0.3s ease, background 0.3s ease;
}

body.page-home .site_header.home_header:not(.is-scrolled) a.head,
body.page-home .site_header.home_header:not(.is-scrolled) .langa,
body.page-home .site_header.home_header:not(.is-scrolled) #mob_menu_btn {
  color: #fff;
}

a.head:hover,
.menu_items_box:hover > a.head {
  background: rgba(217, 104, 70, 0.12);
  color: var(--brand-deep);
}

.new_sub {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  inset-inline-end: 0;
  min-width: 420px;
  padding: 22px;
  border-radius: 28px;
  background: rgba(255, 250, 244, 0.97);
  border: 1px solid rgba(143, 59, 43, 0.08);
  box-shadow: var(--shadow-soft);
}

.menu_items_box:hover .new_sub {
  display: block;
}

.new_sub .w1200 {
  width: 100%;
}

.new_sub .menu_btns {
  width: 100%;
}

.sub_li_btn,
.tri_sub_menu li {
  display: block;
}

.sub_menu_item_btn,
.tri_sub_menu_item {
  display: block;
  padding: 10px 14px;
  border-radius: 16px;
  color: var(--text-soft);
}

.sub_menu_item_btn:hover,
.tri_sub_menu_item:hover {
  background: rgba(217, 104, 70, 0.12);
  color: var(--brand-deep);
}

#mob_menu_btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: var(--text-strong);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(143, 59, 43, 0.12);
}

#intro {
  position: relative;
  min-height: 100vh;
  margin-bottom: 0;
  padding: 180px 0 120px;
  overflow: hidden;
}

#intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(12, 11, 10, 0.82) 0%, rgba(30, 21, 17, 0.55) 40%, rgba(16, 15, 14, 0.35) 100%);
}

.hero_backdrop,
#intro_ma {
  position: absolute;
  inset: auto;
  pointer-events: none;
}

.hero_backdrop {
  width: 42vw;
  height: 42vw;
  right: -10vw;
  top: 10vh;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224, 184, 117, 0.46) 0%, rgba(224, 184, 117, 0) 70%);
  filter: blur(20px);
}

#intro_ma {
  width: 36vw;
  height: 36vw;
  left: -10vw;
  bottom: -12vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 104, 70, 0.28) 0%, rgba(217, 104, 70, 0) 72%);
  filter: blur(18px);
}

.hero_grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 56px;
  align-items: center;
}

.hero_copy {
  color: #fff;
}

.hero_kicker,
.section_tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#intro h1 {
  margin: 20px 0 18px;
  padding: 0;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

#intro p {
  max-width: 640px;
  margin: 0;
  font-size: 19px;
  line-height: 1.8;
  color: rgba(255, 245, 238, 0.84);
}

.hero_bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 34px;
}

.hero_bullets span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 600;
}

.hero_downloads {
  max-width: 560px;
  padding: 24px;
  border-radius: 32px;
  background: rgba(255, 250, 244, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

#download_title {
  margin: 0 0 14px;
  font-size: 18px;
  color: #fff;
}

#download_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

#download_btns a {
  display: inline-flex;
  padding: 8px;
  border-radius: 20px;
  background: rgba(15, 15, 15, 0.3);
  box-shadow: 0 18px 30px rgba(10, 10, 10, 0.18);
}

#download_btns picture {
  width: 170px;
  border-radius: 14px;
  box-shadow: none;
  border: none;
}

.hero_showcase {
  position: relative;
  min-height: 560px;
}

.hero_glow {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 340px;
  height: 340px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 197, 170, 0.7) 0%, rgba(244, 197, 170, 0) 72%);
  filter: blur(8px);
}

.hero_phone_shell {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.hero_phone_card {
  position: relative;
  width: min(100%, 360px);
  padding: 28px;
  border-radius: 38px;
  background: linear-gradient(180deg, rgba(255, 247, 241, 0.96) 0%, rgba(248, 233, 221, 0.9) 100%);
  border: 1px solid rgba(143, 59, 43, 0.08);
  box-shadow: 0 30px 90px rgba(19, 15, 12, 0.28);
}

.hero_phone_card::before,
.hero_phone_card::after {
  content: "";
  position: absolute;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.4);
}

.hero_phone_card::before {
  width: 72px;
  height: 10px;
  top: 16px;
  left: calc(50% - 36px);
}

.hero_phone_card::after {
  width: 120px;
  height: 120px;
  right: -24px;
  bottom: -24px;
  background: linear-gradient(135deg, rgba(31, 122, 140, 0.22), rgba(217, 104, 70, 0.18));
  filter: blur(6px);
}

.hero_phone_label {
  margin-top: 26px;
  color: var(--brand-deep);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero_phone_stat {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 28px rgba(73, 44, 18, 0.08);
}

.hero_phone_stat span,
.hero_phone_note {
  display: block;
  color: var(--text-soft);
  line-height: 1.7;
}

.hero_phone_stat strong {
  display: block;
  margin-top: 10px;
  font-size: 28px;
  color: var(--text-strong);
}

.hero_phone_stat.alt {
  margin-inline-start: 44px;
  background: linear-gradient(135deg, rgba(31, 122, 140, 0.08), rgba(224, 184, 117, 0.16));
}

.hero_phone_note {
  margin-top: 22px;
  padding: 0 4px;
}

.major_section {
  position: relative;
  margin: 0 auto 34px;
  padding: 32px 0;
}

.section_intro {
  max-width: 760px;
  margin-bottom: 34px;
}

.section_intro .section_tag {
  background: rgba(217, 104, 70, 0.1);
  border-color: rgba(217, 104, 70, 0.12);
  color: var(--brand-deep);
}

.section_intro h2 {
  margin: 16px 0 14px;
  padding: 0;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.section_intro p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-soft);
}

#features_wrap {
  padding-top: 96px;
}

.features_box {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  margin-bottom: 42px;
  padding: 32px;
  border-radius: 36px;
  background: rgba(255, 252, 247, 0.82);
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-soft);
}

.iphone_wrap {
  display: grid;
  place-items: center;
}

.iphone-x {
  box-shadow: 0 28px 55px rgba(31, 26, 23, 0.24);
}

.feat_box_details {
  width: auto;
  margin: 0;
}

.feature_index {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.features_title {
  width: auto;
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.features_content {
  color: var(--text-soft);
  font-weight: 500;
  line-height: 1.9;
}

.features_content p {
  margin: 0;
}

.feat_right {
  direction: ltr;
}

.feat_right .iphone_wrap {
  order: 2;
}

.feat_right .feat_box_details {
  order: 1;
}

.feat_right .features_content {
  text-align: left;
}

#faq_wrap {
  padding-top: 56px;
}

#faq_wrap .l_grid2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.faq_box {
  padding: 28px 28px 24px;
  border-radius: 26px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 252, 247, 0.82);
  box-shadow: 0 18px 40px rgba(73, 44, 18, 0.08);
}

.faq_toggle {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 104, 70, 0.1);
  color: var(--brand-deep);
  font-size: 26px;
  font-weight: 500;
}

.faq_title {
  font-size: 19px;
}

.faq_answers {
  margin: 18px 0 0;
  color: var(--text-soft);
  line-height: 1.9;
}

#contatct_form_wrap {
  padding: 74px 0 110px;
}

.contact_intro {
  text-align: center;
  margin-inline: auto;
}

#contact_father {
  padding: 42px;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.9) 0%, rgba(249, 241, 232, 0.9) 100%);
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-soft);
}

.contact_shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 30px;
  align-items: start;
}

.c_info,
#contact_form_right {
  width: auto;
}

.c_info {
  padding: 24px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(143, 59, 43, 0.08);
}

#head_title {
  margin: 0;
  font-size: 34px;
  line-height: 1.05;
}

.contact_blurb {
  margin: 16px 0 28px;
  color: var(--text-soft);
  line-height: 1.8;
}

.c_d {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(143, 59, 43, 0.08);
}

.c_d:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.c_i {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(217, 104, 70, 0.1);
  color: var(--brand-deep);
}

.c_sep {
  display: none;
}

#contact_form_right {
  padding: 24px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(143, 59, 43, 0.08);
}

#contact_form_right form,
#contact_form_right .l_form {
  width: 100%;
}

#contact_form_right input:not([type="submit"]):not([type="hidden"]),
#contact_form_right textarea,
#contact_form_right select {
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(143, 59, 43, 0.12);
  background: #fff;
  color: var(--text-strong);
}

#contact_form_right textarea {
  min-height: 170px;
}

#contact_submit_btn {
  min-width: 180px;
  min-height: 56px;
  margin-top: 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 18px 28px rgba(143, 59, 43, 0.2);
}

#contact_ty {
  margin-top: 20px;
  padding: 18px 22px;
  border-radius: 18px;
  background: rgba(31, 122, 140, 0.1);
  color: #0c4a57;
}

.content_intro,
#page_top {
  width: min(980px, calc(100% - 48px));
  margin: 46px auto 24px;
  padding: 42px;
  border-radius: 36px;
  background: rgba(255, 252, 247, 0.84);
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.content_intro h1,
#page_top h1 {
  margin: 0 0 12px;
  padding: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.content_intro p {
  max-width: 680px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-soft);
}

.page_top_bg {
  width: min(1180px, calc(100% - 48px));
  min-height: 360px;
  margin: 34px auto -120px;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.content_section,
.post_box_wrap,
#posts {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 80px;
}

.p_content {
  padding: 42px;
  border-radius: 36px;
  background: rgba(255, 252, 247, 0.84);
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-soft);
}

.mce,
.mce p,
.p_content,
.p_content p {
  color: var(--text-soft);
  line-height: 1.95;
  font-size: 17px;
}

.post_box_wrap {
  display: grid;
  gap: 28px;
}

.post_box {
  border-radius: 32px;
  background: rgba(255, 252, 247, 0.84);
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.post_box_wrap > .modern_post_card {
  border-radius: 34px;
}

.post_box_wrap > .modern_post_card .post_user_slider,
.post_box_wrap > .modern_post_card .post_box_single_photo,
.post_box_wrap > .modern_post_card .slide,
.post_box_wrap > .modern_post_card .slide_box,
.post_box_wrap > .modern_post_card .swiper {
  min-height: 460px;
  height: 460px;
}

.post_box_wrap > .modern_post_card .post_card_body {
  padding: 20px 22px 22px;
}

#filter_posts {
  width: 100%;
  max-width: none;
  margin: 0 auto 28px;
  padding: 20px 18px;
  border-radius: 22px;
  background: rgba(255, 252, 247, 0.82);
  border: 1px solid var(--line-soft);
  box-shadow: 0 18px 40px rgba(73, 44, 18, 0.08);
}

#filter_posts select {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: var(--text-strong);
}

.post_box_embed_app_download,
#app_download_cont {
  border-radius: 32px !important;
  box-shadow: var(--shadow-soft) !important;
}

.pagination_wrap {
  max-width: 560px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.84);
  border: 1px solid var(--line-soft);
  box-shadow: 0 18px 40px rgba(73, 44, 18, 0.08);
}

.pagination a {
  border-radius: 14px;
  background: rgba(217, 104, 70, 0.08);
  color: var(--brand-deep);
}

.posts_page_active {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%) !important;
}

.posts_page_intro {
  position: relative;
  overflow: hidden;
}

.posts_page_intro::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 104, 70, 0.22) 0%, rgba(217, 104, 70, 0) 70%);
  right: -80px;
  top: -80px;
}

.posts_page_kicker {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(217, 104, 70, 0.1);
  color: var(--brand-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.posts_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  margin-bottom: 28px;
}

.posts_grid .post_box {
  margin: 0;
  width: 100%;
}

.posts_grid .post_user_name {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.posts_grid .post_box_single_photo,
.posts_grid .slide,
.posts_grid .slide_box,
.posts_grid .swiper {
  min-height: 300px;
}

.posts_grid .post_box_single_photo picture,
.posts_grid .slide_box picture,
.posts_grid .slide_box img,
.posts_grid .post_box_single_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.posts_grid .modern_post_card {
  position: relative;
  max-width: none;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(143, 59, 43, 0.14);
  background: rgba(255, 252, 247, 0.96);
  box-shadow: 0 18px 42px rgba(51, 36, 24, 0.16);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.posts_grid .modern_post_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(51, 36, 24, 0.22);
}

.post_card_media {
  display: block;
  position: relative;
}

.posts_grid .modern_post_card .post_user_slider,
.posts_grid .modern_post_card .post_box_single_photo,
.posts_grid .modern_post_card .slide,
.posts_grid .modern_post_card .slide_box,
.posts_grid .modern_post_card .swiper {
  min-height: 320px;
  height: 320px;
}

.posts_grid .modern_post_card .post_user_slider::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 90px;
  background: linear-gradient(to top, rgba(21, 16, 13, 0.46), rgba(21, 16, 13, 0));
  pointer-events: none;
  z-index: 2;
}

.post_card_body {
  padding: 14px 14px 16px;
}

.post_similar_section {
  margin-top: 18px;
  margin-bottom: 24px;
  padding: 18px;
  border-radius: 30px;
  border: 1px solid rgba(143, 59, 43, 0.16);
  background: linear-gradient(180deg, rgba(255, 248, 238, 0.96) 0%, rgba(255, 252, 247, 0.96) 100%);
  box-shadow: 0 18px 44px rgba(51, 36, 24, 0.12);
}

.post_similar_head {
  margin-bottom: 18px;
}

.post_similar_head h2 {
  font-size: clamp(24px, 2.3vw, 34px);
  margin: 0;
}

.post_similar_head p {
  margin: 8px 0 0;
  color: var(--text-soft);
}

.post_similar_empty {
  margin: 0;
}

.post_similar_empty h3 {
  margin: 0 0 6px;
}

.post_similar_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.post_similar_grid .post_box {
  margin: 0;
  width: 100%;
}

.post_similar_grid .modern_post_card {
  border-radius: 30px;
  border: 1px solid rgba(143, 59, 43, 0.16);
  box-shadow: 0 20px 48px rgba(51, 36, 24, 0.18);
}

.post_similar_grid .modern_post_card .post_user_slider,
.post_similar_grid .modern_post_card .post_box_single_photo,
.post_similar_grid .modern_post_card .slide,
.post_similar_grid .modern_post_card .slide_box,
.post_similar_grid .modern_post_card .swiper {
  min-height: 370px;
  height: 370px;
}

.post_similar_grid .post_card_body {
  padding: 16px 18px 18px;
}

.posts_grid .modern_post_card .post_top {
  display: block;
  padding: 0;
  margin-bottom: 10px;
}

.posts_grid .modern_post_card .post_user_box {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(143, 59, 43, 0.1);
}

.posts_grid .modern_post_card .post_user_photo {
  width: 36px;
  height: 36px;
  margin-right: 0;
}

.posts_grid .modern_post_card .post_user_name {
  max-width: none;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}

.posts_grid .modern_post_card .post_box_id {
  float: none;
  top: auto;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(217, 104, 70, 0.1);
  color: var(--brand-deep);
}

.post_meta_chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 10px 0;
}

.post_chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.post_chip_category,
.post_chip_town {
  background: rgba(31, 122, 140, 0.1);
  color: #155867;
}

.post_chip_price {
  background: rgba(217, 104, 70, 0.12);
  color: var(--brand-deep);
}

.posts_grid .modern_post_card .post_box_autotxt {
  padding: 0;
  margin: 0;
  color: #4e453f;
  line-height: 1.65;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 70px;
}

.posts_grid .modern_post_card .post_view_btn {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
}

.posts_grid .modern_post_card .l_toolbox {
  display: none;
}

.posts_grid .modern_post_card:hover .l_toolbox {
  display: flex;
}

.posts_grid .modern_post_card .l_toolbox.l_top {
  position: absolute;
  top: 10px;
  left: 10px;
  right: auto;
  bottom: auto;
  z-index: 6;
  padding: 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(21, 16, 13, 0.18);
}

.posts_page_stats {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.posts_page_stat {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(143, 59, 43, 0.1);
}

.posts_page_stat span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.posts_page_stat strong {
  display: block;
  margin-top: 8px;
  color: var(--text-strong);
  font-size: 22px;
}

.posts_filter_wrap {
  width: 100%;
  margin: 0 auto 24px;
  padding: 20px 18px;
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.84);
  border: 1px solid var(--line-soft);
  box-shadow: 0 18px 40px rgba(73, 44, 18, 0.08);
}

.posts_filter_head {
  margin-bottom: 12px;
}

.posts_filter_title {
  font-size: 15px;
  font-weight: 800;
  color: var(--text-strong);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.posts_filter_hint {
  margin-top: 4px;
  font-size: 14px;
  color: var(--text-soft);
}

.posts_filter_controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.posts_filter_grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.posts_filter_field label {
  display: block;
  margin: 0 0 7px;
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.posts_filter_controls input,
.posts_filter_controls select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px solid rgba(143, 59, 43, 0.14);
  background: #fff;
  color: var(--text-strong);
}

.posts_filter_controls input:focus,
.posts_filter_controls select:focus {
  outline: none;
  border-color: rgba(143, 59, 43, 0.38);
  box-shadow: 0 0 0 3px rgba(217, 104, 70, 0.14);
}

.posts_filter_actions {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.posts_filter_apply,
.posts_filter_reset {
  min-width: 190px;
}

.posts_filter_apply {
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.posts_filter_reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 16px;
  background: rgba(217, 104, 70, 0.1);
  color: var(--brand-deep);
  font-weight: 700;
}

.posts_active_filters {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--text-soft);
}

.af_chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(217, 104, 70, 0.1);
  color: var(--brand-deep);
  font-size: 13px;
  font-weight: 600;
}

.posts_notice_error {
  max-width: 780px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 24px;
  background: #fff4f2;
  border: 1px solid rgba(143, 59, 43, 0.12);
  text-align: center;
}

.posts_notice_error h2 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 28px;
}

.posts_notice_error p {
  margin: 0;
  color: var(--text-soft);
}

footer {
  padding: 0 0 44px;
  background: transparent;
}

#final {
  padding-top: 12px;
}

.footer_shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(180px, 0.55fr)) minmax(220px, 0.9fr);
  gap: 24px;
  padding: 38px;
  border-radius: 40px;
  background: linear-gradient(135deg, #1b1714 0%, #2d221d 56%, #3e2a20 100%);
  color: rgba(255, 247, 239, 0.8);
  box-shadow: 0 30px 80px rgba(19, 15, 12, 0.28);
}

.footer_logo_link {
  display: inline-flex;
  margin-bottom: 18px;
}

#footer_logo {
  width: 164px;
  filter: brightness(0) invert(1);
}

.footer_summary,
.footer_meta_line {
  color: rgba(255, 247, 239, 0.72);
  line-height: 1.8;
}

.footer_heading {
  margin-bottom: 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer_links a {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 247, 239, 0.72);
}

.footer_links a:hover {
  color: #fff;
}

#pv_inside {
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
}

#pv_inside img {
  margin-top: 12px;
}