.vcr_faqhero_lang {


  padding: 120px 24px 80px;
  background: linear-gradient(135deg,#2a5d84 0%,#4a7fa3 100%);
         text-align: center;
          color: #fff;
	}

.vcr_faqherowrap_lang {
	max-width   :  840px;
    margin: 0 auto;
}

.vcr_faqherowrap_lang h1 {
          font-size: 52px;
               font-weight: 700;
    margin-bottom: 20px;
  line-height: 1.2;
}

.vcr_faqherowrap_lang p {
    font-size: 19px;
    opacity: 0.95;
    line-height: 1.7;
}

.vcr_faqintro_lang {
  padding: 60px 24px;
   background: #fff;
  text-align: center; 

}

.vcr_faqintrowrap_lang     {


  max-width: 740px;
  margin    :0 auto;
     }

.vcr_faqintrowrap_lang h2 {
  font-size: 32px;
   color: #1a1a1a;
	 margin-bottom  :        16px;
}

.vcr_faqintrowrap_lang p  
  {
        font-size: 17px;
    color :       #5a5a5a;
   line-height: 1.8;
}

.vcr_faqcontent_lang {
   padding: 80px 24px;
  background: #f5f7fa;
}

.vcr_faqwrap_lang {
   max-width: 1180px;
   margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
    gap: 50px;
}

.vcr_faqcategories_lang {
  position: sticky;
    top: 100px;
    align-self: flex-start;
  flex-direction :   column;
  gap: 12px;
  display: flex;
}

.vcr_categorybutton_lang {
       display: flex;
    align-items: center;
  gap    :    14px;
    padding: 16px 20px;
    background   :   #fff;
	border    :2px solid transparent;
    border-radius    :8px;
	text-align: left;
  cursor: pointer;
	transition: all 0.3s ease;
	font-size :15px;
    font-weight   :  500;
     color: #4a4a4a;
}

.vcr_categorybutton_lang img
	{

	 width: 24px;
    height: 24px;
  filter: invert(45%) sepia(15%) saturate(0%) hue-rotate(180deg) brightness(95%);

}

.vcr_categorybutton_lang:hover {
      background: #e67e34;
  color: #fff;
  border-color: #e67e34;}

.vcr_categorybutton_lang:hover img {
  filter: brightness(0) invert(1);


}

.vcr_categorybutton_lang.vcr_active_lang {
  background: #2a5d84;
	color: #fff;
   border-color: #2a5d84;
}

.vcr_categorybutton_lang.vcr_active_lang img {
  filter: brightness(0) invert(1);


}

.vcr_faqlist_lang	{
	background: #fff;
  border-radius: 8px;
   padding: 40px;
}


.vcr_faqcategorygroup_lang {
   display:block;
}

.vcr_faqcategorygroup_lang.vcr_hidden_lang {

  display: none;

}

.vcr_faqitem_lang {
  border-bottom: 1px solid #e5e5e5;
   padding: 24px 0; 

}

.vcr_faqitem_lang:last-child		{
  border-bottom: none;
}

.vcr_faqquestion_lang {
  display   :flex;
   justify-content:      space-between;
  align-items :        center;
  cursor: pointer;
  gap: 20px;
}

.vcr_faqquestion_lang h3 {
  font-size   : 20px;
    color  :  #1a1a1a;
   font-weight: 600;
  margin: 0;
}

.vcr_faqtoggle_lang {
	 width: 24px;
   height: 24px;
   flex-shrink: 0;
  filter: invert(35%) sepia(45%) saturate(650%) hue-rotate(165deg) brightness(90%);
  transition: transform 0.3s ease;
}

.vcr_faqitem_lang.vcr_faqopen_lang .vcr_faqtoggle_lang {
     transform: rotate(180deg);
     }

.vcr_faqanswer_lang {
  overflow: hidden;
  transition :      max-height 0.4s ease,padding 0.4s ease;
  max-height: 0;
}

.vcr_faqitem_lang.vcr_faqopen_lang .vcr_faqanswer_lang {
    max-height: 500px;
    padding-top: 16px;}

.vcr_faqanswer_lang p {
       color: #4a4a4a;
   font-size   :  15px;
	 line-height: 1.8;
  margin-bottom: 14px;
}

.vcr_faqanswer_lang p:last-child {
  margin-bottom: 0;
}

.vcr_stillquestions_lang {
    padding: 80px 24px;
        background: #fff;
}

.vcr_questionswrap_lang {
    max-width: 740px;
  margin: 0 auto;
  text-align: center;
}  

.vcr_questionsicon_lang {
     width     :60px;
                    height: 60px;
    margin: 0 auto 24px;
  filter: invert(45%) sepia(65%) saturate(580%) hue-rotate(345deg) brightness(90%);
}

.vcr_questionswrap_lang h2 {
       font-size: 36px;
        margin-bottom: 16px;
    color: #1a1a1a;
}


.vcr_questionswrap_lang p {
	font-size: 17px;
	color:#5a5a5a;
   line-height: 1.8;
    margin-bottom: 28px;
}

.vcr_questionsbutton_lang {
  display: inline-block;
                    background: #2a5d84;
  color   : #fff;
                    padding: 14px 38px;
      border-radius: 6px;
  font-weight: 600;
    transition: all 0.3s ease; 
	
}


.vcr_questionsbutton_lang:hover {
   background: #1a4560;
  transform: translateY(-2px);
}@media(max-width:968px) {
    .vcr_faqwrap_lang {
        grid-template-columns:1fr;
        gap:32px
    }

    .vcr_faqcategories_lang {
        position:relative;
        top:0;
        flex-direction:row;
        flex-wrap:wrap;
        justify-content:center
    }

    .vcr_categorybutton_lang {
        flex:1;
        min-width:140px;
        justify-content:center
    }
}

@media(max-width:768px) {
    .vcr_faqherowrap_lang h1{font-size:36px}

    .vcr_faqherowrap_lang p {font-size:16px}

    .vcr_faqintrowrap_lang h2,
    .vcr_questionswrap_lang h2{font-size:28px}

    .vcr_faqlist_lang {
        padding:24px
    }

    .vcr_faqquestion_lang h3 {
        font-size:18px
    }

    .vcr_categorybutton_lang {
        flex-direction:column;
        text-align:center;
        padding:12px 16px
    }

    .vcr_categorybutton_lang span {
        font-size:13px
    }
}