.cookie-panel{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #fff;
    transition: all .5s;
    color: #7B7B7B;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    border: 1px solid #D7D7D8;
    display: flex;
    justify-content: center;
}
.cookie-panel__more{
    color: #d21881;
    cursor: pointer;
}
.cookie-panel__close{
    border: 1px solid #9D9D9D;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    align-items: center;
    color: #9D9D9D;
    padding: 4px 15px;
    cursor: pointer;
    margin-left: 20px;
}
.cookie-panel__close:hover{
    color: #fff;
    background: #e91e63;
    border: 1px solid #e91e63;
	text-decoration:none;
}
/***/
.foot-bar{
    bottom: 37px;
}
.promo-panel_only{
    bottom:0;
}
.promo-panel_closed {
    bottom: -1000px;
}

/***/
.cookie-panel_closed {
    bottom: -1000px;
}
@media screen and (max-width:1025px){
    .cookie-panel{
        font-size: 11px;
    }
    .cookie-panel__close{
        margin-left:10px;
    }
}
@media screen and (max-width:935px){
    .cookie-panel div{
        text-align: left;
    }
    .cookie-panel div:nth-child(2){
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .promo-panel{
        bottom: 52px;
    }
    .__jivoMobileButton {
        bottom: 25px!important;
    }
    .promo-panel_only {
        bottom: 0;
    }
}
@media screen and (max-width:530px){
    .cookie-panel{
        padding: 10px;
    }
}
@media screen and (max-width:510px){
    .cookie-panel{
        padding: 4px 10px;
    }
    .cookie-panel div {
        line-height: 14px;
    }
}
@media screen and (max-width:380px){
    .cookie-panel div {
        font-size: 10px;
    }
}
@media screen and (max-width:350px){
    .cookie-panel div {
        line-height: 11px;
    }
}