.bottom__cookie-block{
    border: 1px solid hsl(235, 50%, 40%);
    border-radius: 1.071rem;
    width: calc(100% - 0.714rem);
    min-height: 4.286rem;
    background-color: hsl(0, 0%, 100%);
    display: none;
    position: fixed;
    bottom: 0.357rem;
    z-index: 100000;
    text-align: center;
    -webkit-transform: translateZ(0);
    padding: 0.857rem 10rem 0.857rem 0.357rem;
    padding-left: 0.357rem;
    box-sizing: border-box;
    left: 0.357rem;
    right: 0.357rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.text{
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-size: 1.286rem;
}

.text__link-block {
    white-space: nowrap;
    display: inline-block;
}

.text_link{
    text-decoration: underline;
    color: hsl(235, 50%, 40%);
}

.button_ok {
    position: absolute;
    right: 0.857rem;
    top: 50%;
    transform: translateY(-50%);
    width: 8.571rem;
    height: 3.143rem;
    border: 1px solid hsl(235, 50%, 40%);
    background-color: hsl(235, 50%, 40%);
    color: hsl(0, 0%, 100%);
    border-radius: 1.429rem;
    cursor: pointer;
    transition: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
    flex-shrink: 0;
}

.button_ok:hover {
    background-color: hsl(233, 72%, 35%);
    border-color: hsl(233, 72%, 35%);
}

.button_ok:before,
.button_ok:after {
    display: none;
}

@media screen and (max-width: 1000px) {
    .bottom__cookie-block{
        min-height: 5.357rem;
        padding: 0.857rem 10rem 0.857rem 0.357rem;
    }
    .button_ok {
        right: 0.857rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .text {
        font-size: 1.143rem;
    }
}

@media screen and (max-width: 518px) {
    .bottom__cookie-block{
        min-height: auto;
        padding: 0.714rem 7.857rem 0.714rem 0.357rem;
        font-size: 0.929rem;
    }
    .text {
        font-size: 0.929rem;
    }
    .button_ok {
        width: 7.143rem;
        height: 2.857rem;
        font-size: 0.929rem;
        right: 0.571rem;
    }
}

@media screen and (max-width: 382px) {
    .bottom__cookie-block{
        min-height: auto;
        padding: 0.714rem 7.143rem 0.714rem 0.357rem;
        font-size: 0.857rem;
    }
    .text {
        font-size: 0.857rem;
    }
    .button_ok {
        width: 6.071rem;
        height: 2.714rem;
        font-size: 0.857rem;
        right: 0.571rem;
    }
}

@media screen and (max-width: 271px) {
    .bottom__cookie-block{
        min-height: auto;
        padding: 0.571rem 6.071rem 0.571rem 0.357rem;
        font-size: 0.786rem;
    }
    .text {
        font-size: 0.786rem;
    }
    .button_ok {
        width: 5.357rem;
        height: 2.571rem;
        font-size: 0.786rem;
        right: 0.429rem;
    }
}
