.coockie__container {
    min-height: 100px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 9;
}
.coockie__wrapper {
    margin: 0 auto;
    position: relative;
    max-width: 1600px;
    min-height: 100px;
    background-color: #fff;
    border-radius: 10px;
	box-shadow: 0 0 10px 2px rgba(60, 89, 104, 0.5);
}
.coockie__flex {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.coockie__img {
    margin-right: 40px;
}
.coockie__text {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #505050;
    max-width: 943px;
    margin-right: 40px;
}
.coockie__btn {
    background-color: #3C5968;
    border: none;
    color: #fff;
    text-decoration: none;
    padding: 8px 30px;
    border-radius: 10px;
}
.back-to-top.active {
	bottom: 100px;
}
@media (max-width: 768px) {

}
@media (max-width: 576px) {
    .coockie__img {
        display: none;
    }
    .coockie__flex {
        flex-direction: column;
    }
    .coockie__text {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .coockie__btn {
        text-align: center;
        width: 80%;
    }
}