.super-menu {
  width: 100%;
  position: relative;
}

.super-menu span {
	display: inline-block;
	color: white;
	font-size: 16px;
	display: block;
	height: 57px;
	line-height: 57px;
}

.super-menu span.back {
	cursor: pointer;
	float: left;
	text-align: center;
	width: 158px;
	background: url(../img/arrow-left.svg) 10px center no-repeat #16c0f0;
	background-size: 33px;
}

.super-menu span.icon {
	cursor: pointer;
	float: right;
	text-align: left;
	width: 371px;
    position: relative;
    background-color: #16c0f0;
	background-size: 33px;
	padding: 0 0 0 60px;
	box-sizing: border-box;
}

.super-menu span.icon:before {
	content: '';
	display: block;
	width: 31px;
	height: 31px;
	position: absolute;
	left: 15px;
	top: 13px;
	background-size: 31px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.super-menu span.icon.first:before {
	background-image: url(../img/menuicon1.png);
}

.super-menu span.icon.second:before {
	background-image: url(../img/menuicon2.png);
}

.super-menu span.icon.fourth:before {
	background-image: url(../img/menuicon4.png);
}

.super-menu span.icon.fiveth:before {
	background-image: url(../img/menuicon5.png);
}

.super-menu ul {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding: 0 20px;
  height: 557px !important;
}

.super-menu ul ul {
	display: none;
}

.super-menu ul li:last-child {
	margin-bottom: 0 !important;
}



/* First level */

.super-menu > ul {
	padding-top: 17px;
	z-index: 1;
}

.super-menu > ul > li {
	margin: 0 0 10px 0;
}

.super-menu > ul > li > a {
	font-size: 24px;
	color: #22414d;
	line-height: 100px;
	padding: 0 100px 0 119px;
	background-color: #f3f3f3;
	display: block;
	font-family: 'GothamProLight';
	position: relative;
}

.super-menu > ul > li > a:hover {
	background-color: #1fc2f0;
	color: #fff;
	transition: all 0.2s;
}

.super-menu > ul > li > a.has-childs:after {
	content: '';
	display: block;
	background: url(../img/arrow-right.svg) center center no-repeat;
	background-size: 62px;
	width: 62px;
	height: 62px;
	position: absolute;
	right: 5px;
	top: 20px;
}

.super-menu > ul > li > a:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 35px;
	top: 29px;
}

.super-menu > ul > li > a.first:before {background: url(../img/menuicon1.png) left top no-repeat;}
.super-menu > ul > li > a.second:before {background: url(../img/menuicon2.png) left top no-repeat;}
.super-menu > ul > li > a.third:before {background: url(../img/menuicon3.png) left top no-repeat;}
.super-menu > ul > li > a.fourth:before {background: url(../img/menuicon4.png) left top no-repeat;}
.super-menu > ul > li > a.fiveth:before {background: url(../img/menuicon5.png) left top no-repeat;}

.super-menu > ul > li > a:hover:before {
	background-position: left bottom !important;
}

/* Second level */

.super-menu > ul > li > ul {
	background-color: #fff;
	padding-top: 17px;
	z-index: 2;
}

.super-menu > ul > li > ul > li {
	margin: 0 0 10px 0;
}

.super-menu > ul > li > ul > li > a {
	display: block;
	background-color: #f3f3f3;
	font-size: 18px;
	color: #22414d;
	padding: 0 70px 0 13px;
	line-height: 57px;
	position: relative;
	transition: all 0.2s;
}

.super-menu > ul > li > ul > li > a:hover {
	background-color: #16c0f0;
	color: #fff;
}

.super-menu > ul > li > ul > li > a.has-childs:after {
	background: url(../img/arrow-right-dark.svg) center center no-repeat;
	background-size: 31px;
	width: 31px;
	height: 31px;
	position: absolute;
	right: 5px;
	top: 12px;
	display: block;
	content: '';
}

.super-menu > ul > li > ul > li > a.has-childs:hover:after {
    background: url(../img/arrow-right.svg) center center no-repeat;
    background-size: 31px;
}



/* Third level */

.super-menu > ul > li > ul > li > ul {
	background-color: #fff;
	padding-top: 17px;
	z-index: 3;
}

.super-menu > ul > li > ul > li > ul > li {
	margin: 0 0 10px 0;
}

.super-menu > ul > li > ul > li > ul > li > a {
	display: block;
	background-color: #f3f3f3;
	font-size: 18px;
	color: #22414d;
	padding: 0 70px 0 13px;
	line-height: 57px;
	position: relative;
	transition: all 0.2s;
}

.super-menu > ul > li > ul > li > ul > li > a:hover {
	background-color: #16c0f0;
	color: #fff;
}

.hamburger-menu .bottom-menu {
	position: absolute;
	left: 0;
	top: 557px;
	width: 100%;
	background-color: #fff;
	z-index: 4;
	padding-bottom: 20px;
}

.hamburger-menu .bottom-menu a {
	display: inline-block;
	width: 32%;
	text-align: center;
	padding: 13px 0;
	border: 1px solid #f3f3f3;
	font-size: 14px;
	color: #153541;
	text-transform: uppercase;
	font-family: 'GothamProMedium';
	transition: all 0.2s;
}

.hamburger-menu .bottom-menu .first {
	margin-bottom: 10px;
	margin-top: 10px;
}

.hamburger-menu .bottom-menu a:hover {
	background-color: #1fc2f0;
	color: #fff;
}

@media only screen and (max-width : 767px) {
.super-menu ul {height: 386px !important;}
.hamburger-menu .bottom-menu {top: 386px;}
.about-menu-logo {width: 131px; height: auto;}
.super-menu > ul > li > a {
    font-size: 17px;
    line-height: 68px;
    padding: 0 14px 0 16px;
}
.super-menu > ul > li {
    margin: 0 0 7px 0;
}
.super-menu > ul > li > a::before {display: none;}
.super-menu > ul > li > a.has-childs::after {
    background-size: 35px;
    width: 35px;
    height: 35px;
    right: 5px;
    top: 10px;
}

.super-menu span {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
}

.super-menu span.back {
	background-size: 22px;
	width: 97px;
	background: url(../img/arrow-left.svg) 3px center no-repeat #16c0f0;
}

.super-menu span.icon {width: 140px; padding: 0; text-align: center;}
.super-menu span.icon:before {display: none;}
.super-menu > ul > li > ul > li > a {
    font-size: 14px;
    padding: 0 50px 0 13px;
    line-height: 40px;
}
.super-menu > ul > li > ul > li {
    margin: 0 0 7px 0;
}
.super-menu > ul > li > ul > li > a.has-childs::after {
    background: url(../img/arrow-right-dark.svg) center center no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    top: 9px;
}



.super-menu > ul > li > ul > li > ul > li > a {
    font-size: 14px;
    padding: 0 50px 0 13px;
    line-height: 40px;
}
.super-menu > ul > li > ul > li > ul > li {
    margin: 0 0 7px 0;
}
.super-menu > ul > li > ul > li > ul > li > a.has-childs::after {
    background: url(../img/arrow-right-dark.svg) center center no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    top: 9px;
}

.super-menu > ul > li > ul > li > a.has-childs:hover:after {
    background: url(../img/arrow-right.svg) center center no-repeat;
    background-size: 22px;
}

.hamburger-menu .bottom-menu a {
    width: 32%;
    padding: 13px 0;
    font-size: 8px;
}

.hamburger-menu .bottom-menu .first {
    margin-bottom: 5px;
    margin-top: 7px;
}

.hamburger-menu .bottom-menu .inner-flex {
    justify-content: space-between !important;
}
}