.header .container-fluid {
  padding-right: 0;
  padding-left: 0; 
}

.header .container-fluid .logo {
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 50px; 
}

.header .container-fluid .logo img {
  width: 380px; 
}

.header .tooltip {
  display: flex;
  align-content: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  height: 140px;
  justify-content: flex-end;
  margin-right: 80px; 
}

.header .megamenu-open {
	cursor: pointer;
}

.header .tooltip .row {
  display: flex;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end; 
}

.header .tooltip .row .block {
  position: relative; 
}

.header .tooltip .row .block .hover img {
    vertical-align: middle;
    max-width: 36px;
}

.header .tooltip .row .block .hidden_header {
  display: none;
  position: absolute;
  bottom: 60px;
  font-size: 16px;
  left: 50%;
  background: white;
  color: #455158;
  text-align: center;
  min-width: 140px;
  width: 100%;
  transform: translate(-50%);
  padding: 5px 10px;
  border: 0.3px solid #cdcdcd;
  font-family: 'Raleway',sans-serif;
}

.header .tooltip .row .block .hover + .hidden_header:before {
  font-size: 0.688rem;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: -9px;
  content: "";
  transform: rotate(45deg) translate(-50%);
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  background: white; 
}

.header .tooltip .row .block .hover:hover + .hidden_header {
  display: block; 
}

.header .tooltip .row .block a#specialButton {
    display: block !important;
}

@media screen and (max-width: 767px) {
  .header .tooltip {
    display: flex;
    align-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    height: 90px;
    justify-content: center;
    margin-right: 0px;
    padding-bottom: 40px;
  }

  .header .container-fluid .logo {
		margin-top: 30px;
		margin-bottom: 0px;
		display: flex;
		justify-content: center;
		margin-left: 0px;
	}
	.header .container-fluid .logo img {
	  width: 280px; 
	}
}

.t796__shape-border_bottom {
    bottom: -1px;
}

.t796__shape-border {
    left: 0;
    font-size: 0;
    width: 100%;
    overflow: hidden;
    display: none;
    pointer-events: none;
	margin-top: 40px;
}

.t796__svg {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 101%;
    fill: #fff;
}

.t796__svg path {
    pointer-events: initial;
}