body {
    --c-main: #FFDA2D;
    --c-secondary : #444;
 }

#header  {/* position: absolute; */z-index: 100;width: 100%;/* background: none; */color: #000;}
#header .content {/* max-width: 1200px; */}
#header .content .menu-wrap ul li a {/* color:#fff; */}

#header .content[data-layout="2"] .top-menu .language-switcher .trigger {}





.btn {color:var(--c-secondary);} 
.btn:hover {background:var(--c-secondary);}


.blck {padding: 0;}
.blck .blck-content {}


.listing .item {border-radius: 20px;background: #f2f2f2;}
.listing .item .text .name {color:var(--c-secondary)}

.blck.blck-faq .faq .item .question::before {color:var(--c-secondary)}