/* mobile cookie baner */
.mobile-cookie-baner {
    background: rgba(255,255,255,0.85);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
}

.mobile-cookie-baner .close-btn{
    width: 30px;
    height: 30px;
    margin: 18px auto 0;
    text-align: center;
    line-height: 28px;
    border: 1px solid #222222;
    border-radius: 50%;
    cursor: pointer;
}

.mobile-cookie-baner .img-wrapper img{
    margin: 3px -11px;
    max-width: initial;
    position: absolute;
    height: 60px;
    object-fit: cover;
}

.mobile-cookie-baner .text-wrapper{
    margin: 5px 0;
}

.mobile-cookie-baner .text-wrapper .title{
    font-size: 18px;
    line-height: 25px;
}

.mobile-cookie-baner .text-wrapper .description{
    font-size: 12px;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
}

.mobile-cookie-baner .btn-wrapper {
    width: 100%;
}

.mobile-cookie-baner .btn-wrapper a {
    border: 1px solid;
    font-size: 9px;
    line-height: 25px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 4px 0;
    border-radius: 3px;
}