.wbs24__cookies{
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 20px;
    max-width: 1015px;
    width: calc(100% - 30px);
    padding: 30px 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 20px lightgray;
    -moz-box-shadow: 0 0 20px lightgray;
	box-shadow: 0 0 20px lightgray;
    z-index: 900;
}

.wbs24__cookies-info {
    max-width: 100%;
    font-weight: bold;
    line-height: 140%;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.wbs24__cookies-info a {
    transition: color 0.3s ease;
}

.wbs24__cookies-info p {
    line-height: 140%;
    margin: 0;
}

.wbs24__cookies-btn {
    margin-left: 73px;
}

.cookiesButtonWbs24 {
    border: none;
    outline: none;
    transition: all 0.3s ease;
    padding: 10px 12px;
    font-weight: bold;
}

.cookiesButtonWbs24:focus {
    border: none;
    outline: none;
}

@media (max-width:565px){
    .wbs24__cookies {
        bottom: 70px;
        padding: 20px;
    }
    .wbs24__cookies-info {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .wbs24__cookies-btn {
        margin-left: 0;
    }
}

@media (max-width:480px){
    .wbs24__cookies{
        max-height: 220px;
        overflow: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .wbs24__cookies-btn {
        width: 100%;
    }
    .cookiesButtonWbs24 {
        width: 100%;
    }
}
