body {
  background-color: #ffffff;
  color: #fff;
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal; 
}
.t4-content {
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(255, 255, 255, 0); 
}
.t4-palette-primary .nav > li > a {
    color: #f1f1f1
}
.t4-palette-primary a:not(.btn):hover {
	color: #237bcd;
}
.t4-palette-primary .nav > li > a {
    color: #f1f1f1;
}
/* Module */
.t4-palette-dark .nav > li > a {
	color: #fdba6d;
}
.t4-palette-dark .nav > li > a:hover,
.t4-palette-dark .nav > li > a:focus,
.t4-palette-dark .nav > li > a:active {
	color: #fdba6d;
}
.t4-megamenu .dropdown-menu ul > li a.nav-link:hover,
.t4-megamenu .dropdown-menu ul > li a.dropdown-item:hover {
  color: #ffffff; 
}
.t4-megamenu .dropdown-menu ul > .active a.nav-link,
.t4-megamenu .dropdown-menu ul > .active a.dropdown-item {
  color: #bcf5cf;
}
.t4-megamenu .dropdown-menu .mega-nav > li a.nav-link:hover,
.t4-megamenu .dropdown-menu .mega-nav > li a.dropdown-item:hover {
  color: #bcf5cf; 
}
.t4-megamenu .dropdown-menu .mega-nav > .active a.nav-link,
.t4-megamenu .dropdown-menu .mega-nav > .active a.dropdown-item {
  color: #bcf5cf; 
}
.t4-palette-primary a:not(.btn) {
    color: #e1ebe8;
    
.t4-megamenu .badge-new > .nav-link:after {
  background-color: #4CAF50;
  content: "New";
}
.t4-megamenu .badge-popular > .nav-link:after {
  background-color: #2e3d96;
  content: "Popular";
}
.t4-megamenu.animate .dropdown > .dropdown-menu {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  background-color: #99b1d5;
}
.t4-palette-primary h1,
.t4-palette-primary h2,
.t4-palette-primary h3,
.t4-palette-primary h4,
.t4-palette-primary h5,
.t4-palette-primary h6 {
	color: #f8f9fa;
}
/* Module */
.t4-palette-primary .nav > li > a {
	color: #e1ebe8;
}
.t4-palette-primary .nav > li > a {
    color: #e1ebe8;
}
#t4-header {
    position: -webkit-sticky !important;
    position: sticky;
    top: 0;
    background: #0032ad;
    z-index: 10;
}
 /* Расположение LOGO */
.navbar-brand.logo-text .site-name {
    display: inline-block;
    /* display: block; */
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1;
    font-size: 1.5rem;
    font-family: "louis_george_cafebold", sans-serif;
    text-align: center;
    margin: auto;
    /* padding: initial; */
    margin: 0 40px;
}
 /* Расположение меню */
@media (min-width: 992px) {
    .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > a, .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > .nav-link {
        padding: 0.2rem 1.0em;
        text-align: center;
        margin-left: 0;
        margin-right: 31px;
    }
    @media (min-width: 992px) {
  .t4-header-2 .t4-navbar #t4-megamenu .navbar-nav > .active > a, .t4-header-2 .t4-navbar #t4-megamenu .navbar-nav > .active > .nav-link {
    background-color: #000;
}
#t4-header {
    position: -webkit-sticky !important;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #0f4bb5;
}