.cookies-setting{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.15);
    line-height: 1.3;
}

.cookies-setting__bg{
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #323E48;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookies-setting__modal{
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.cookies-setting__buttons{
    margin-top: 20px;
}

.cookies-setting__title{
    margin: 0;
    margin-bottom: 10px;
    max-width: 80%;
}

.cookies-setting__close{
    position: absolute;
    right: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.cookies-setting__list{
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.cookies-setting__body{
    max-width: 1000px;
    height: 400px;
    overflow-y: scroll;
}

.cookies-setting__description {
    font-size: 12px;
}

.cookies-setting__description_red {
    color: red;
}

.checkbox-item{
    display: flex;
    align-items: center;
}

.checkbox-item input {
    margin-right: 5px;
}


.cookies-setting__item{
    margin-bottom: 10px;
}

.cookies-setting a{
    text-decoration: underline;
    color: #0088ff;
}

.btn-success{
    display: inline-block;
    background-color: #1e3e7a;
    border: 1px solid #1e3e7a;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
}
