.full-header-top{
    background-color: #fff;
    padding: 5px 0;
}
.header-top-right .menu {
  display: flex;
  align-items: center;
  list-style: none;
  font-weight: 700;
  font-size: 14px;
}
.header-top-right .menu li{
    margin: 0 0 0 10px;
}

.header-right .btn{
    font-size: 14px;
    height: 40px;
}
.header-top-right .btn-hvg-white {
    color: #10022c;
    border-radius: 12px;
    padding-left: 30px;
    padding-right: 30px;
    height: 40px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}
.btn{
    height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-outline-hvg {
    border: 2px solid #10022c;
    color: #10022c;
    border: 1px solid #10022c;
    transition: .3s all;
}
.btn-outline-hvg:hover {
    background-color: #fbaa03;
    color: #fff;
    border-color: #fbaa03 !important;
    opacity: .95;
}
.btn-outline-hvg {
    font-weight: 700;
    border-radius: 10px;
    border: 2px solid #10022c;
}
.btn.btn-primary {
    background-color: #fbaa03;
    border-color: #fbaa03;
    border-radius: 10px;
    font-weight: 700;
}
/**/
.header-search{
    cursor: pointer;
}
/**/
.search-modal.show {
    opacity: 2;
    visibility: visible;
    z-index: 999;
    position: fixed;
    transition: .5s all;
    top: 118px;
    padding-top: 118px;
}
.search-modal {
    position: absolute;
    top: 118px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    padding: 20px;
}
.search-modal {
    background-color: #fff;
    height: 100%;
}
.search-modal form {
    flex: 1;
    display: flex;
    justify-content: center;
    max-width: 1270px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 2px solid #81807f    
}
.search-modal form input {
    border: 0;
    font-size: 18px;
    background-color: transparent;
    flex: 1;
    color: #000;
    font-weight: normal;
    font-size: 62px;
}
.search-modal form input::placeholder{
    opacity: 1;
}
.search-modal form button {
    background-color: transparent;
    border: 0;
    top: 25px;
}
.search-modal form button svg {
    width: 40px;
    height: 40px;
}
.search-modal form button svg path {
    fill:#81807f;
}
.close-search {
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    top: 20px;
    right: 20px;
}

/**/
body:not(.home) .full-header{
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
}
.full-header {
    z-index: 3;
    box-sizing: border-box;
    background: #fff;
    padding: 5px 0;
}
.full-header.sticky {
    top: 0;
    position: sticky;
    z-index: 999;
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
}
@keyframes stuckMoveDown {
 0% {
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%)
 }
 100% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
}
.full-header.sticky{
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
}
.header-wrap {
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    max-width: 100%;
    overflow: hidden;
    max-height: 120px;
    transition: all 0.3s;
}
.header-logo a {
    width: 100%;
}
img.site-logo {
    display: block;
    max-width: 87px;
/*    max-height: 80px;*/
    object-fit: contain;
}
img.site-logo-white{
    display: none;
}
.sticky img.site-logo {
    max-height: 55px;
}
img.site-logo-white {
    display: none;
}
/**/
.main-menu {
    flex: 1;
    font-weight: 600;
}

/**/
.header-tools a {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    line-height: 1;
}
.header-tools a+a {
    border-left: 1px solid #2FB7C5;
}
.header-tools a img{
    filter: brightness(100%) invert(100%);
}

.numCart {
    position: absolute;
    background-color: #EEE8A9;
    width: 12px;
    height: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    top: -4px;
    border-radius: 100%;
    right: 15px;
}

.header-contact a {
    border-radius: 37px;
    background: linear-gradient(180deg, #2FB7C5 0%, #169EAC 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 31px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
	border:1px solid transparent;
}
.header-contact a:hover{
	border-color: #2FB7C5;
	background-image: none;
	color: #2FB7C5; 
}
.mega-menu-description{
    font-style: normal !important;
}
.solutions .mega-sub-menu li{
    margin: 0 !important;
    padding-bottom: 0 !important;
}
/**/
@media only screen and (min-width: 991px) {
	.header-tools a {
		padding: 0px 10px;
	}	
	.header-contact a {
		padding: 12px 20px;
	}
}
@media only screen and (min-width: 991px) {
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
/*        margin-right: 20px;*/
    }
}
@media only screen and (max-width: 1440px) {
    .header-top-right .btn-hvg-white {
        height: 30px;
        padding: 0 15px;
        white-space: nowrap;
    }
    .full-header-top {
        padding: 5px 0;
    }
    img.site-logo {
        max-width: 67px;
    }
    .header-right .btn-outline-hvg {
        height: 40px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .full-header{
/*        overflow: hidden;*/
    }
    .home .full-header:not(.sticky) {
        padding: 10px 0;
    }
    img.site-logo {
        max-width: 135px;
        max-height: 75px;
    }
/*    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 10px 0px 10px;
        font-size: 15px;
    }*/
    /**/
    .main-menu {
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .main-menu > div {
        display: inline-block !important;
    }
    /* */
    .header-top-right .btn-hvg-white {
        height: 30px;
        padding: 0 10px;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
    }
    /**/
    .header-top-wrap{
        justify-content: center !important;
        text-align: center;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1400px) {
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link{
        padding: 0 15px;
    }
}
@media only screen and (max-width: 990px) {
    .main-menu #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1::after{
        margin: 0;
    }
    .header-search {
        margin-left: 10px;
    }

}
@media only screen and (max-width: 767px) {
    .full-header img.site-logo {
        display: block;
    }
    .full-header img.site-logo-white {
        display: none;
    }
    .full-header .btn-search > img {
        filter: brightness(100%) invert(100%);
    }
    .full-header {
        position: unset;
        padding: 10px 0;
    }
    .header-top-wrap{
        font-size: 13px;
    }
}

@media only screen and (max-width: 480px) {
    img.site-logo {
        max-height: 60px;
    }
    .home_box1_desc {
        font-size: 32px;
        line-height: 45px;
    }
    .home_box1_desc b {
        font-size: 35px;
        line-height: 65px;
    }
    .header-top-right .btn-hvg-white {
        font-size: 14px;
    }
    .switcher .selected a {
        height: 30px !important;
        font-size: 14px;
        padding: 0 28px 0 10px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px !important;
    }
}
@media only screen and (max-width: 400px) {
    .header-top-wrap {
        font-size: 12px;
    }
}