.siteCookies {
    background: #000000a6;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
}

.siteCookies__button, .cookiesSetting__button--green {
    background: #c58b37;
    color: #ffffff;
}
.siteCookies__button:hover, .cookiesSetting__button--green:hover {
    background: #f49204;
    color: #ffffff;
}

@media (min-width: 768px){
    .siteCookies__link:hover {
        background: #fdf7ed;
        color: #000000;
    }
}

.cookiesSetting__bottom button:first-of-type {
    background: unset !important;
    border: 1px solid #e5e8ea;
    border-radius: 5px;
    color: #252525;
}
.cookiesSetting__bottom button:first-of-type:hover{
    background: #e5e5e5 !important;
}

h2.cookiesSetting__title {
    margin-top: 0px;
}
.cookiesSetting__item__text{
    font-size: 13px;
    line-height: 16px;
}

p.cookiesSetting__perex {
    padding-bottom: 10px;
}

.cookiesSetting__item {
    padding: 10px 0;
}

label.cookiesSetting__item__status {
    background: #fdf7ed;
}

.cookiesSetting__item__name strong{
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.cookiesSetting__item__name {
    font-size: 13px;
    line-height: 24px;
    color: #000;
}

@media (max-width: 768px){
    h2.cookiesSetting__title {
        margin-bottom: 5px;
    }
    p.cookiesSetting__perex {
        font-size: 12px;
        line-height: 14px;
        padding-bottom: 0px;
    }
    .cookiesSetting__item__text{
        font-size: 12px;
        line-height: 14px;
    }
    label.cookiesSetting__item__status {
	margin: 7px 0;
	padding-top: 5px;
	padding-bottom: 5px;
    }
    .cookiesSetting__item {
	padding: 10px 0;
    }
    .cookiesSetting__item__col1:first-child .cookiesSetting__item__text {
	margin-bottom: 0px !important;
    }
    .cookiesSetting__bottom {
	padding-bottom: 100px;
    }
    .cookiesSetting__bottom button:first-of-type {
	line-height: 36px;
    }
}