body{
    background-color: #000;
}

.cookie h1,
.policy h1,
.regulations h1 {
	color: #fff;
}

.cookie,
.policy,
.regulations{
    font-size: 12px;
    padding: 0 40px;
    color: #d1cab5;
    letter-spacing: 1px;
}

.cookieTitle,
.policyTitle,
.regulationsTitle {
	margin: 15px 0 2px 0;
	font-size: 17px;
    color: #e27f00;
}

.cookieText,
.olicyText,
.regulationsText {
}

li{
    margin-left: 25px;
}

.cookieEnd,
.policyEnd,
.regulationsEnd{
    margin-bottom: 50px;
}


/*..........................*/
/*___________LOGO___________*/
/*..........................*/
.logoWebsite .baner {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logoWebsite a {
    text-decoration: none;
}

.logoWebsite .logo {
    display: inline-block;
    cursor: pointer;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoWebsite .logoMirror {
    -moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
    opacity: 0.35;
    cursor: default;
}

.logoWebsite .hot {
    background-color: #d97600;
    padding: 2px 10px;
    border-radius: 10px;
    color: #000;
    transition: .5s;
    font-weight: bold;
}

.logoWebsite .bian {
    margin-left: 5px;
    color: white;
}



