/**/


:root {
	/*--Roboto: 'Roboto', sans-serif;*/
	--heading-font-family: 'Noto Sans';
	--heading-weight:700;
	--meta-font-family:	'Open Sans';
	--title-font-family:  'Noto Sans';
	/*--bold-title-font-family:  'Lato Bold';*/
    --body-background: #ccc;
	--colorWhite: #fff;
	--colorViolet: #4f0181;
	--colorViolet2: #2b034e;
	--lightGrayTxt: #a7a7a7;
	--xlightGrayTxt: #b4b4b4;
	--blackTxt: #2a2a2a;
	--colorGray: #9b9b9b;
	--colorLightGray: #c7c7c7;
	--colorxLightGray: #e0e0e0;
	--colorxDarkBg: #464646;
	--colorOrange: #f93d40;
	--colorLightOrange: #ff7365;
}

/*@font-face {
    font-family: var(--title-font-family);
    src: url('fonts/lato/latomedium.woff2') format('woff2'),
        url('fonts/lato/latomedium.woff') format('woff'),
        url('fonts/lato/latomedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/
/*@font-face {
    font-family: var(--title-font-family);
    src: url('fonts/lato/latomedium.woff2') format('woff2'), url('fonts/lato/latomedium.woff') format('woff'), url('fonts/lato/latomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}*/
/*@font-face {
    font-family: var(--title-font-family);
    src: url('fonts/lato/latobold.woff2') format('woff2'),
        url('fonts/lato/latobold.woff') format('woff'),
        url('fonts/lato/latobold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}*/
/*@font-face {
    font-family: var(--title-font-family);
    src: url('fonts/lato/latobold.woff2') format('woff2'), url('fonts/lato/latobold.woff') format('woff'), url('fonts/lato/latobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}*/
/**/
*, ::before, ::after {
    box-sizing: border-box;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img, video {
    height: auto;
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.order-last {
    order: 13;
}
.dark_bg {
	background-color: var(--colorxDarkBg);
}
.justify-content-end {
    justify-content: flex-end !important;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: 
transparent;
border: 1px solid
    transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .25rem;
}
.collapse:not(.show) {
    display: none;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#header .navbar-dark .navbar-toggler {
    color: #fff;
    padding: .25rem .55rem;
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.5);
    border-color: 
    rgba(255,255,255,0.1);
}

#header  .head_logo.hide, #header  .head_search.hide {
	visibility: hidden;
	width: 0;
	height: 0;
	overflow: hidden;
	display: block;
	flex: 0;
	padding: 0;
}
.head_menu_mobile.mobile {
	position: relative;
}
#header  .head_menu_mobile.show {
	flex: 0 0 100%;
	max-width: 100%;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
#header > .container {
	opacity: 1;
}
#header .header-row  {
	opacity: 1;
}
#header .head_menu .nav-item a {
	font-family: var(--meta-font-family);
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	text-decoration: none;
	display:block;
	padding-top:14px;
	padding-bottom:14px;
	line-height: 1;
}

#header .head_menu.hide .nav-item a {
	color: transparent;
}


#header .head_menu  .dropdown-menu .nav-item a {
	color: var(--blackTxt);
}
#header .head_menu .nav-item.highlight a {
	font-family: var(--heading-font-family);
	font-weight: var(--heading-weight);
	color: var(--colorViolet);
	text-decoration: none;
}
#header .head_menu .nav-item {
	margin-left:5px;
}
#header .navigation-top #primary-menu-wrap {
	width: calc(100vw - var(--scrollbar-width) - 40px);
	-webkit-box-pack: justify;
	        justify-content: space-between;
}
#header .navigation-top #primary-menu {
	width: 100%;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}
#header .navigation-top #primary-menu > * {
	display: flex;
	justify-content: start;
}
#header .dropdown-menu {
    position: absolute;
    float: none;
    width: calc(100% + 45px);
	border: none;
	padding: 0 45px;
}
.mobile #header .dropdown-menu {
	min-width: 0;
	width: 0;
	left: -1.5em;
	position: relative;
	top: 0;
	float: inherit;
	top: 0;
	margin-top: 0;
	display: block;
	visibility: hidden;
	padding: 0;
	background-color: transparent;
	transition: 0.5s, width 0s, padding 0s, margin-top 0.1s;

}
.mobile #header .dropdown-menu::before {
	content: "";
	position:absolute;
	height: 100%;
	width: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 0.5s cubic-bezier(.22,.61,.36,1);
}
.mobile #header .dropdown-menu.show::before {
	opacity: 1;
}
.mobile #header .dropdown-menu.hide::before {
	opacity: 0;
}
.mobile #header .dropdown-menu.show {
	visibility: visible;
	width: calc(100vw + 1.5rem);
	padding: 0 45px;

}

.mobile #header .dropdown-menu.hide .primary-col:first-child {
	margin-top: 0rem;
	transition: 0.5s cubic-bezier(0,.7,.97,.14);
}
.mobile #header .dropdown-menu.show .primary-col:first-child {
	margin-top: 1rem;	
}
.mobile #header .head_menu_mobile.hide .dropdown-menu.show {
	visibility: hidden;
}
.mobile #header .dropdown-menu.hide {
	transition-delay: 0.5s;
}
.mobile #header .dropdown-menu .nav-item {
	border-bottom: none;
}
.mobile #header .dropdown-menu.show .nav-item {
	border-bottom: 1px solid var(--colorLightGray);
}
#header .dropdown-menu .nav-item {
	border-bottom: 1px solid var(--colorLightGray);
}

#header .head_search {
	padding: 0 5px;
}
#main .search-form {
	margin-bottom: 1rem;
}
#header .head_search .input-group {
	-webkit-box-pack: end;
	        justify-content: end;
}
#header .head_search .input-group {
    display: -ms-flexbox;
    display: flex;
}
#header .head_search input[type="text"], #main .search-form input[type="text"] {
	height: 26px;
	line-height: 24px;
	border:none;
	border-bottom:1px solid #fff;
	color:#fff;
	background: white;
}
#header .head_search input[type="text"] {
	background: var(--colorxDarkBg);
	width: 80%;
	width: calc(85% - 28px);
}
#header .head_search input[type="text"]::-webkit-input-placeholder, #main .search-form input[type="text"]::-webkit-input-placeholder {
	color:#fff;
	opacity: 1;
}
#header .head_search input[type="text"]::-moz-placeholder, #main .search-form input[type="text"]::-moz-placeholder {
	color:#fff;
	opacity: 1;
}
#header .head_search input[type="text"]:-ms-input-placeholder, #main .search-form input[type="text"]:-ms-input-placeholder {
	color:#fff;
	opacity: 1;
}
#header .head_search input[type="text"]::-ms-input-placeholder, #main .search-form input[type="text"]::-ms-input-placeholder {
	color:#fff;
	opacity: 1;
}
#header .head_search input[type="text"]::placeholder, #main .search-form input[type="text"]::placeholder {
	color:#fff;
	opacity: 1;
}
#header .head_search input[type="text"]:focus, #main .search-form input[type="text"]:focus {
	color:#fff;
	border-bottom:1px solid #fff;
}
#header .head_search button[type="submit"], #main .search-form button[type="submit"] {
	/*background:url("img/search_ico.png") no-repeat center;*/

	width:25px;
	height:25px;
	border:none;
	background: transparent;
	margin-left: 3px;
	padding: 0;
	color: #fff;
	font-size: 1.35rem;
}
.search-form .fa-search {
	width: 1.35rem;
	height: 1.35rem;
	vertical-align: 0;
}
/*#header .head_search button[type="submit"]:after {
	content: "\f002";
	font-family: 'Font Awesome 5 Free';
}*/
#header .search-form, #main .input-group-mobile {
	display: none;
}
#header .input-group-mobile {
	position: relative;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	-webkit-box-pack: end;
	justify-content: end;
	align-items: center;
	height: 2rem;
}

#header .head_search form {
  display: flex;
  justify-content: flex-end;
}

#header .head_search .circle {
	border: 1px solid #fff;
	background: var(--colorxDarkBg);
	border-radius: 50%;
	display: flex;
	width: 2rem;
	height: 2rem;
	z-index: 900;
	transition: 1s;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	margin-right: 10px;
	position: absolute;
	right: 0;
}

#header .head_search .expand {
	width: calc(75vw - 20px);
	border-radius: 0;
}

#header .input-group-mobile button[type="submit"] {
	transition: 2s ease-in-out;
	margin: 0;
	width: 32px;
	height: 32px;
	padding: 0;
	margin-right: -10px;

}
#header .input-group-mobile .expand button[type="submit"] {
	/*margin: -30px;*/
	color: #fff;
	font-size: 1.35rem;
	margin-right: 0px;
	transition: 1s cubic-bezier(.22,.61,.36,1);
}
#header .head_search form {
	width: 15rem;
}

#header .head_search .form-control {
  border: none;
  outline: none !important;
  box-shadow: none !important;
  opacity: 0;
  background: transparent !important;
}

#header .head_search .show {
  opacity: 1;
  transition: 1s;
}

#header .head_search .input-group-mobile input {
	outline: none;
	border: none !important;
	padding: 0 1rem;
	line-height: 2rem;
	height: 2rem;
	/*width: 100%;*/
}

#header .head_search .btn {
  font-size: 125%;
  border-radius: 0;
  padding: .5rem;
  z-index: 1000;
  transition: 1s;
}
#header .head_search .btn i {
  color: white;
}
#header .head_search .btn:focus {
  box-shadow: none !important;
}

#header .head_search .hide {
  opacity: 0;
  z-index: -1;
}


#header .head_search .handle {
position: absolute;
top: 62%;
right: -1px;
background: #fff;
width: 2rem;
height: 1px;
border-radius: 2px;
-webkit-transform: rotate(45deg);
transform: rotate(38deg);
z-index: 1;
transition: 1s;
}

#header .head_search .tidy {
  -webkit-transform: translateY(-1rem) translateX(-1rem) rotate(0);
          transform: translateY(-1rem) translateX(-1rem) rotate(0);
}
.marquee {
	height: 1.3rem;
	margin-bottom: .7rem;
	overflow: hidden;
	margin-top: .2rem;
}
.marquee .marquee-item {
	word-wrap: nowrap;
	margin-right: .9rem;
	display: inline-flex;
	align-items: center;
}
.marquee .marquee-item::after {
	content: "";
	display: inline-block;
	width: .32rem;
	height: .32rem;
	margin-left: 1rem;
	border-radius: 50%;
	background-color: var(--colorOrange);
}

.marquee .marquee-item:last-child::after {
	content: none;
}


/* Toggle Functionality */
.toggle-container {
	display: flex;
	margin-bottom: 0;
	margin-bottom: 0;
	position: absolute;
	width: 100%;
	order: 13;
	z-index: 10;
	top: 7px;
}

#toggle {
  display: none;
}
#toggle:checked ~ .toggle-container {
	z-index: 2;
}
#toggle:checked ~ .toggle-container .button-toggle {
  box-shadow: 0 0 0 1550px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}
#toggle:checked ~ .toggle-container .button-toggle:before {
  transform: translateY(-50%) rotate(45deg) scale(1);
}
#toggle:checked ~ .toggle-container .button-toggle:after {
  transform: translateY(-50%) rotate(-45deg) scale(1);
}
#toggle:checked ~ .nav-mobile-wrap {
  margin-bottom: 100px;
  pointer-events: auto;
/*  transform: translate(calc(160px - 100vw), 50px);*/
  transform: translate(-100vw, 50px);
  margin-left: calc(100% + 1rem);
}
#toggle:checked ~ .nav-mobile-wrap #primary-menu > .nav-item {
	color: #EC7263;
	letter-spacing: 0;
	height: auto;
	margin-top: 0;
	opacity: 1;
	transform: scaleY(1);
	transition: 0.5s cubic-bezier(0.17, 0.54, 0.66, 1.06), opacity 0.3s, letter-spacing 0.4s;
	position: relative;
	margin: 1rem;
	margin-right: 0;
}

#toggle:checked ~ .nav-mobile-wrap #primary-menu > .nav-item:nth-child(1) {
  transition-delay: 0.15s;
}
#toggle:checked ~ .nav-mobile-wrap #primary-menu > .nav-item:nth-child(1):before {
  transition-delay: 0.15s;
}
#toggle:checked ~ .nav-mobile-wrap #primary-menu > .nav-item:nth-child(2) {
  transition-delay: 0.1s;
}
#toggle:checked ~ .nav-mobile-wrap #primary-menu > .nav-item:nth-child(2):before {
  transition-delay: 0.1s;
}
#toggle:checked ~ .nav-mobile-wrap #primary-menu > .nav-item:nth-child(3) {
  transition-delay: 0.05s;
}
#toggle:checked ~ .nav-mobile-wrap #primary-menu > .nav-item:nth-child(3):before {
  transition-delay: 0.05s;
}
#toggle:checked ~ .nav-mobile-wrap #primary-menu > .nav-item:nth-child(4) {
  transition-delay: 0s;
}
#toggle:checked ~ .nav-mobile-wrap #primary-menu > .nav-item:nth-child(4):before {
  transition-delay: 0s;
}
#toggle:checked ~ .nav-mobile-wrap #primary-menu > .nav-item:before {
  opacity: 0;
  color: white;
}
/*#toggle:checked ~ .dummy-content {
  padding-top: 30px;
}
#toggle:checked ~ .dummy-content:before {
  background-color: rgba(0, 0, 0, 0.3);
}*/

/* Toggle Button */
.button-toggle {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  /*margin: 25px;*/
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  transition: 0.6s;
  z-index: 1000;
	right: 0;
	top: 0;
}
.button-toggle:hover {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}
.button-toggle:before, .button-toggle:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #EC7263;
  border-radius: 5px;
  transition: 0.5s;
}
.button-toggle:before {
  transform: translateY(-50%) rotate(45deg) scale(0);
}
.button-toggle:after {
  transform: translateY(50%) rotate(-45deg) scale(0);
}

/* Menu */
#header .head_menu_mobile.hide .nav-item a {
	color: transparent;
	visibility: hidden;
	font-family: Arial;
/*	transition: 0.4s;*/
}
#header .head_menu_mobile.hide .nav-item:nth-child(n + 3) a {
	transition: 0s;
}
.nav-mobile-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    transition: 0.5s;
    z-index: 9;
}
.nav.nav-mobile {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  align-items: start;
  width: 20px;
/*  transition: width .5s;*/
}
.show .nav.nav-mobile {

  align-items: start;
  width: 100vw;

}
.mobile #primary-menu > .nav-item:nth-child(2){
z-index: -1;
}
.mobile #primary-menu > .nav-item:nth-child(3){
z-index: -2;
}
.mobile #primary-menu > .nav-item:nth-child(4){
z-index: -3;
}
.nav-mobile-wrap #primary-menu > .nav-item {
  position: relative;
  margin-left: 0;
  color: transparent;
  font-size: 14px;
  letter-spacing: -8.2px;
  height: 7px;
  line-height: 7px;
  text-transform: uppercase;
/*  white-space: nowrap;*/
	white-space: normal;
  transform: scaleY(0.2);
  transition: 0.5s, opacity 0.1s;
}
#header .head_menu .nav-mobile-wrap #primary-menu > .nav-item a {
	padding: 0;
}
#header .head_menu .nav-mobile-wrap .dropdown-menu .nav-item a {
  line-height: 0;
  transition: .5s;
  opacity: 0;
}
#header .head_menu .nav-mobile-wrap .dropdown-menu.show .nav-item a {
  line-height: 2.3;
  opacity: 1;
}

#header .head_menu .nav-mobile-wrap #primary-menu > .nav-item.pp-btn > * {
	border: none;
	min-width: unset;
	margin-left: 0;
}
#header .head_menu .hide .nav-mobile-wrap #primary-menu > .nav-item.menu-item-has-children {
	letter-spacing: -10px;
}
.nav-mobile-wrap #primary-menu > .nav-item:nth-child(1) {
  transition-delay: 0s;
}
.nav-mobile-wrap #primary-menu > .nav-item:nth-child(1):before {
  transition-delay: 0s;
}
.nav-mobile-wrap #primary-menu > .nav-item:nth-child(2) {
  transition-delay: 0.05s;
}
.nav-mobile-wrap #primary-menu > .nav-item:nth-child(2):before {
  transition-delay: 0.05s;
}
.nav-mobile-wrap #primary-menu > .nav-item:nth-child(3) {
  transition-delay: 0.1s;
}
.nav-mobile-wrap #primary-menu > .nav-item:nth-child(3):before {
  transition-delay: 0.1s;
}
.nav-mobile-wrap #primary-menu > .nav-item:nth-child(4) {
  transition-delay: 0.15s;
}
.nav-mobile-wrap #primary-menu > .nav-item:nth-child(4):before {
  transition-delay: 0.15s;
}
/*.nav-mobile .nav-item:nth-child(1) {
  letter-spacing: -8px;
}
.nav-mobile .nav-item:nth-child(2) {
  letter-spacing: -7px;
}*/
.nav-mobile-wrap #primary-menu > .nav-item:nth-child(n+4) {
  letter-spacing: -12px;
  margin-top: -7px;
  opacity: 0;
}
.nav-mobile-wrap #primary-menu > .nav-item:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
/*  max-width:  20px;*/
  height: 3px;
  background-color: #EC7263;
  transform: translateY(-50%) scaleY(5);
  transition: 0.5s;
  z-index: -1;
}
#primary-menu.nav-mobile {
	justify-content: end;
}
/* Dummy Content */
.dummy-content {
  position: relative;
  transition: 0.5s;
}
.dummy-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  /*z-index: 2;*/
  transition: 0.5s;
}

.dummy-content.hide:before {
   /*background-color: rgba(0, 0, 0, 0.3);*/
}

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 576px) {
	.col-sm-2 {
	    flex: 0 0 16.66667%;
	    max-width: 16.66667%;
	}
	.col-sm-4 {
	    flex: 0 0 33.33333%;
	    max-width: 33.33333%;
	}
	.col-sm-5 {
	    flex: 0 0 41.66667%;
	    max-width: 41.66667%;
	}
	#header .head_logo, #header .head_search {
	    padding: 0 15px;

	}
/*	#header .head_search .input-group-mobile, .input-group-mobile, .search-form-mobile, #header .head_search .search-form-mobile {
		display: none;
	}*/
}

@media screen and (min-width: 992px) {
	.col-lg-3 {
	    flex: 0 0 25%;
	    max-width: 25%;
	}
	.col-lg-6 {
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.order-lg-1 {
	    order: 1;
	}
	.order-lg-2 {
	    order: 2;
	}
	.order-lg-3 {
	    order: 3;
	}
	.navbar-expand-lg .navbar-collapse {
	    display: flex !important;
	    flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
	    display: none;
	}
	.justify-content-lg-between {
	    justify-content: space-between !important;
	}
	.navbar-expand-lg {
	    flex-flow: row nowrap;
	    justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
	    flex-direction: row;
	}
	.desktop #header .header-row  {
		display: flex;
	}
	.desktop #header {
	    max-height: 84px;
	    overflow: visible;
	}
	.desktop #header .navigation-top #primary-menu-wrap {
	    width: auto;
	}
	.desktop #header .navigation-top #primary-menu {
		width: 100%;
	}
	.desktop #header .navigation-top #primary-menu > * {
		display: block;
	}
	.desktop .dropdown:hover>.dropdown-menu {
	  display: -webkit-box;
	  display: flex;
	}
	.desktop #header .dropdown-menu {
		width: auto;
		padding: 1.5em 0;
		border: none;
		box-shadow: 0px -1px 20px rgba(140,149,155,.25);
	}
	.desktop #header .dropdown-menu .nav-item {
		border-bottom: none;
	}
	.desktop #header .dropdown-menu .nav-item a {
		border: none;
		font-size: 14px;
		font-size: 0.9rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		white-space: nowrap;
	}
	.desktop #header .dropdown-menu .nav-item:hover a {
		color: var(--colorViolet);
		text-shadow: var(--colorViolet) 0.003em 0.003em 0.01em;
	}
	.desktop #header .dropdown-menu::before {
		content: "";
		width: 0;
		height: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-bottom: 12px solid var(--colorWhite);
		left: 50%;
		top: -12px;
		margin-left: -20px;
		position: absolute;
	}
	.desktop #header .dropdown-menu .primary-col {
		min-width: 160px;
		border-left: 2px solid var(--colorViolet);
		padding: 0 0.8em 0 1.2em;
	}
	.desktop #header .dropdown-menu .primary-col:first-child {
		border-left: none;
	}

	.desktop #header .dropdown-menu .nav-item:nth-child(3n)::after   {
		/*content: "";*/
	}

	.desktop #header .head_logo img {
		min-width: 220px;
		max-height: 25px;
	}
	.desktop #header .navigation-top {
		-webkit-box-flex: 0.75;
		        flex-grow: 0.75;
	}
}


