/*teloszamok3 box*/
span.kuki-fix {
    position: fixed;
    bottom: 48px;
    left: 0;
	z-index: 64000;
}
a.gdpr.link {
    margin: 5px 0 10px;
}
.suti {
    padding-right: 0px;
}

div#mob-tel3 {
    height: 0px;
	margin-top:103px;
}
div#mob-tel3.nyitva div#telefonszamok3 {
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
    width: 275px;
    height: auto;
    position: fixed;
    background: #891515;
    display: inline-block;
    padding: 7px;
    color: #fff;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 1;
    box-shadow: 7px -3px 22px #f5ad2a;
}
div#telefonszamok3 {
    opacity: 0;
    width: 0;
	display: none;
}
div#telefonszamok3 a {
color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 20px;
}
button#bezar {
    border: none;
    color: #891515;
    font-weight: 700;
}
/*teloszamok3 box*/