.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;
	width: 50px;
}

.api .whatsapp > .whatsapp-btn {
	height: 50px;
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
	font-size: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1;
	padding: 0;
	margin: 0;
	color: white;
	background: #4dc247;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}

.api .whatsapp::after {
	content: "";
	position: absolute;
	top: 0;
	left: 38px;
	width: 10px;
	height: 10px;
	background: #e53935;
	border: 2px solid #fff;
	border-radius: 50%;
	z-index: 2;
	pointer-events: none;
	box-sizing: content-box;
}

.api .whatsapp .tooltiptext {
	display: none;
}

.api .whatsapp-menu {
	position: absolute;
	bottom: 100%;
	left: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-bottom: 14px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(6px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
	transition-delay: 0s;
	z-index: 1000;
	min-width: 240px;
}

.api .whatsapp:hover .whatsapp-menu,
.api .whatsapp:focus-within .whatsapp-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
	transition-delay: 0s;
}

.api .whatsapp:not(:hover):not(:focus-within) .whatsapp-menu {
	transition-delay: .15s;
}

.api .whatsapp-menu a {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #fff;
	padding: 10px 14px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
	text-decoration: none;
	color: inherit;
	transition: box-shadow .15s ease;
	height: auto !important;
	width: auto !important;
	line-height: normal !important;
	font-size: inherit !important;
	border-radius: 12px !important;
	overflow: visible;
	transform: none !important;
}

.api .whatsapp-menu a:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}

.api .whatsapp-menu .wa-icon {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 2px solid #25d366;
	color: #25d366;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	background: #fff;
}

.api .whatsapp-menu .wa-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	text-align: left;
}

.api .whatsapp-menu .wa-title {
	font-size: 13px;
	font-weight: 700;
	color: #222;
	line-height: 1.2;
}

.api .whatsapp-menu .wa-phone {
	font-size: 12px;
	font-weight: 400;
	color: #777;
	line-height: 1.2;
}

.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;
    display: none;
    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 > div > a,
	.api .whatsapp > .whatsapp-btn {
		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;
	}
	.api .whatsapp {
		width: auto;
	}
	.api .whatsapp-menu {
		bottom: 100%;
		left: 50%;
		transform: translateX(-50%) translateY(6px);
		padding-bottom: 12px;
		min-width: 220px;
	}
	.api .whatsapp:hover .whatsapp-menu,
	.api .whatsapp:focus-within .whatsapp-menu {
		transform: translateX(-50%) translateY(0);
	}
	.api .whatsapp-menu a {
		height: auto !important;
		width: auto !important;
		line-height: normal !important;
		font-size: inherit !important;
		border-radius: 12px !important;
	}
	.api .whatsapp::after {
		display: none;
	}
}