:root {
	--primary-color: #fff;
    --primary-color2: #272B2E;
    --primary-color3: #B14233;
    --primary-color4: #777777;
    --primary-color5: rgba(255, 255, 255, 0.3);
    --primary-color6: #23262912;
    --primary-color7: #FFFFFFB2;
    --primary-color8: #C29765;
    --primary-color9: #af2525;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #af2525;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #c8e9f3;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
}

/*цвета*/
/*#af2525*/
/*#c8e9f3*/

.box-menu {
    background-color: #af2525;
}
/*.box-menu {
    background-color: rgba(255, 255, 255, 0.9);
    color: #111;
}
.box-menu a {
    color: #111;
}
.header_1.is-fixed.style3 #main-nav > ul > li > a {
    color: var(--dark);
}*/

.text-color-1 {
  color: #fff;
}

.text-color-2 {
  color: #130518;
}

.text-color-3 {
  color: #B14233 !important;
}

.text-color-4 {
  color: #777777 !important;
}

.text-color-5 {
  color: #F6F6F6 !important;
}

.text-color-6 {
  color: var(--primary-color2) !important;
}

.text-color-7 {
  color: #c8e9f3;
}

.text-color-8 {
  color: #C29765 !important;
}

.text-color-9 {
  color: #af2525;
}