

:root {
  --accent: /*blue*/ #333;
  --lite: #d4d4f5;  
  --radius: 10px;
  --shadow: 2px 2px 3px 1px #00000120;
  --menu-width: 70px;
  --gap: 10px;
  /*--siver-gradient: #f0f0f0!important */
  --inline: inset 0 3px 3px #00000012;  
}

p, span, h3 {
    color: black;
}



/* Скрываем баннер ГК */
html .common-banner-wrapper {
  display: none !important;
}

/* Инпуты */

.custom-field.type-select .field-input-block input, 
.form-position-input, 
.global-confirm-checkbox-block input,
.custom-field.type-checkbox .field-label input {
  accent-color: var(--accent)!important
}

.custom-field.type-checkbox .field-label span,
.custom-field.type-checkbox .field-description-block {

  font-family: var(--main-font);
  text-transform: none;
}


.global-confirm-checkbox-block {
  font-family: var(--main-font)!important
}
.global-confirm-checkbox-block span.checkbox-text a {
  color: var(--accent)!important;
  text-decoration: none!important;
  border-bottom: 1px dashed
}
@media (hover:hover) {
  .global-confirm-checkbox-block span.checkbox-text a:hover {
    border-bottom: 1px solid
  }
}


/* ------------- 
content start - var
------------- */

:root {
    --silver-gradient: #f0f0f0 /*linear-gradient(90deg, rgba(131,137,150,1) 0%, rgba(188,198,204,1) 35%, rgba(218,219,221,1) 100%)*/;
    
    
}
/* ------------- 
content finish - var
------------- */
