.api{
	position: fixed;
	bottom: 10px;
	left: 15px;
	z-index: 20;
}
.api .whatsapp {
	position:relative;
    transition: all .5s ease-in-out;
    z-index: 999;
	margin-top:10px;
}

.api .whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #4dc247;
}

.api .whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .whatsapp:hover .tooltiptext {
    visibility: visible;
}

.api .telefon {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.api .telefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #337ab7;
}

.api .telefon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .telefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .telefon:hover .tooltiptext {
    visibility: visible;
}

.api .telegram {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.api .telegram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #27A7E5;
}

.api .telegram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .telegram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .telegram:hover .tooltiptext {
    visibility: visible;
}

.api .instagram {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.api .instagram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #fd3a67;
}

.api .instagram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .instagram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .instagram:hover .tooltiptext {
    visibility: visible;
}
.lang {
    float: left;
    width: 100%;
}

.lang img {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: -3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lang .currencyitems a {
    width: 24%;
}

.activelang {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.activelangcur {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang h4 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}

.lang a {
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px;
    font-size: 16px;
    color: #9d9d9d;
    padding: 5px 15px;
    border: 1px solid #0000004d;
    border-radius: 5px;
}

.lang a selected {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang a:hover {
    color: #000;
}
.rounded-25 {
    border-radius: 25%;
}
@media only screen and (max-width: 767px){
	.api {
		position: fixed;
		bottom: 0px !important;
		left: 0 !important;
		z-index: 999 !important;
		width: 100% !important;
		display: flex;
	}
	.api div{
		flex: 1 0 0%;
	}
	.api a{
		height: 40px !important;
		line-height: 40px !important;
		font-size: 20px !important;
		border-radius:0 !important;
		width: 100% !important;
	}
	.api:hover a {
		transform: rotate(0deg) !important;
		-webkit-transform: rotate(0deg) !important;
	}
 }

 .header-lower{
 	position: relative;
 	overflow: visible;
 }

 .header-nav__item.has-mega{
	position: relative;
 }

 .header-nav__item.has-mega > a{
	cursor: default;
 }

 .header-nav__item.is-mega-open > a{
	text-decoration: underline;
	text-underline-offset: 8px;
	text-decoration-thickness: 2px;
	text-decoration-color: var(--primary-color, currentColor);
 }

 .mega-panel{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% - 1px);
	z-index: 9999;
	max-height: 0;
	opacity: 0;
	transform: translateY(-8px);
	overflow: hidden;
	pointer-events: none;
	transition: max-height .22s ease, opacity .18s ease, transform .18s ease;
	width: 100%;
	padding: 0 0 18px 0;
 }

 .mega-panel.is-open{
	max-height: 600px;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
 }

 .mega-panel .mega-panel__grid{
	display: grid;
	grid-template-columns: repeat(6, minmax(160px, 1fr));
	gap: 18px;
	background: #fff;
	border-radius: 0px 0px 25px 25px;
	box-shadow: 0 18px 50px rgba(0,0,0,.14);
	padding: 18px;
 }

 .header-nav__links{
 	transform: translateY(10px);
 	transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
 }

 .header-nav__item:hover > .header-nav__links,
 .header-nav__item:focus-within > .header-nav__links{
 	transform: translateY(0);
 }

 .mega-card{
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
  	background: #fff;
  	border: 1px solid rgba(0,0,0,.06);
  	border-radius: 14px;
  	padding: 18px 18px;
  	min-height: 74px;
  	box-shadow: 0 6px 18px rgba(0,0,0,.06);
  	transition: all .18s ease-in-out;
 }

 .mega-card--image{
 	justify-content: flex-start;
 	gap: 12px;
 }

 .mega-card--vertical{
 	flex-direction: column;
 	align-items: stretch;
 	padding: 0;
 	position: relative;
 	min-height: 180px;
 }

 .mega-card--vertical .mega-thumb{
 	width: 100%;
 	height: 140px;
 	border-radius: 14px 14px 0 0;
 	flex: 0 0 auto;
 }

 .mega-card--vertical .mega-title{
 	padding: 18px 18px 18px 18px;
 	flex: 1 1 auto;
 	text-align: left;
 }

 .mega-card--vertical .mega-icon{
 	position: absolute;
 	top: 12px;
 	right: 12px;
 }

 .mega-thumb{
 	width: 56px;
 	height: 42px;
 	border-radius: 10px;
 	overflow: hidden;
 	flex: 0 0 auto;
 	background: rgba(0,0,0,.04);
 }

 .mega-thumb img{
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
 	display: block;
 }

 .mega-card--image .mega-title{
 	flex: 1 1 auto;
 }

 .mega-card--image .mega-icon{
 	margin-left: auto;
 }

 .buttons-container{
 	width: 100%;
 	text-align: center;
 	padding: 0 18px;
 }

 .buttons-container.center{
 	display: flex;
 	justify-content: center;
 	align-items: center;
 }

 .buttons-container.margin-top-50{
 	margin-top: 30px;
 }

 .mega-card:hover,
 .mega-card:focus{
  	box-shadow: 0 10px 26px rgba(0,0,0,.10);
  	border-color: var(--primary-color, rgba(0,0,0,.12));
  	background: rgba(0,0,0,.02);
	background: rgba(0,0,0,.02);
  	transform: translateY(-1px);
 }

 .mega-card .mega-title{
 	font-weight: 600;
 	font-size: 14px;
 	color: #111;
 }

 .mega-card .mega-icon{
 	display: inline-flex;
 	align-items: center;
 	justify-content: center;
 	width: 28px;
 	height: 28px;
 	border-radius: 50%;
	border: 1px solid rgba(0,0,0,.10);
	color: #444;
 	background: #fff;
 	flex: 0 0 auto;
 }

 @media only screen and (max-width: 1400px){
 	.mega-panel .mega-panel__grid{ grid-template-columns: repeat(5, minmax(160px, 1fr)); }
 }

 @media only screen and (max-width: 1200px){
 	.mega-panel .mega-panel__grid{ grid-template-columns: repeat(4, minmax(160px, 1fr)); }
 }

 @media only screen and (max-width: 992px){
 	.mega-panel .mega-panel__grid{ grid-template-columns: repeat(3, minmax(160px, 1fr)); }
 }

 @media only screen and (max-width: 767px){
 	.mega-panel .mega-panel__grid{ grid-template-columns: repeat(2, minmax(140px, 1fr)); }
 }