.modal__cookie {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    width: 100%;
    height: 200px;
    bottom: 52px;
}

.cookie_block {
    display: flex;
    background-color: #303940;
    max-width: 561px;
    height: 200px;
    color: #FFFFFF;
    border-radius: 6px;
    z-index: 2000;
}

.modal__cookie_mobile {
    font-family: dincyr-regularregular, sans-serif;
    color: #B0BABF;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
}

.cookie {
    padding: 16px 16px 28px 20px;
}

.cookie__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cookie__link {
    display: inline-block;
    color: #B0BABF;
}

.cookie__header {
    font-family: dincyr-regularregular, sans-serif;
    margin-left: 20px;
    color: #F6F8F9;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    font-style: normal;
}

.cookie__text {
font-family: dincyr-regularregular, sans-serif;
color: #B0BABF;
font-size: 14px;
font-weight: 400;
font-style: normal;
margin-bottom: 12px;
margin-top: 0px;
line-height: 24px;
margin-left: 36px;
}

.btn__clear {
font-family: dincyr-regularregular, sans-serif;
margin-left: 36px;
border-radius: 6px;
padding: 4px 12px;
background-color: #48535B;
color: #F6F8F9;
font-size: 14px;
font-weight: 600;
line-height: 24px;
border: 0px;
}

@media (max-width: 450px) {
.modal__cookie {
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0;
}
.modal__cookie_mobile {
    display: none;
}
.cookie__text {
    font-size: 12px;
    line-height: 16px;
}
}

