.warning {
    position: fixed;
    bottom: 20px;
    display: none;
    justify-content: center;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: white;
    max-width: 80%;
    left: 10%;
    flex-direction: row;
    align-content: center;
    align-items: center;
    z-index: 9999;
}

.warning--active {
	display: flex;
}

.warning__text {
	margin-right: 30px;
}

.warning__read {
	display: block;
	margin-left: 15px;
}

.warning__apply {
min-width: 150px;
    height: 40px;
}

#cokis .closes {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

#cokis .btn-default {
background:#c42d36;
    color: white;
}

@media (max-width:767px) {

.warning {
        justify-content: center;
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
        background-color: white;
        max-width: 100%;
        left: 0%;
        flex-direction: column;
        align-content: center;
        align-items: center;
        z-index: 9999;
    bottom: 0px;
}

.warning__apply {
margin-top: 20px;
}

}

.copy2 {
margin-top:10px;
width:100%;
display:block;
color: #555;
    font-size: 0.933em;
}

.polit {
    float: left;
    margin: 0;
    padding: 0;
}
.polit li {
	float: left;
	list-style-type: none;
}

ul.polit  > li:before {
	display:none;
}

.polit li a {
    text-decoration: none;
    font-size: 13px;
    margin-right: 10px;
}

.polit li a:hover {
    text-decoration: underline;
}

@media(max-width:767px) {
.polit {
    float: left;
    margin: 0;
    padding: 0;
}
.polit li {
	float: left;
	list-style-type: none;
        width: 100%;
        margin-top: 0px;
}

ul.polit  > li:before {
	display:none;
}

.polit li a {
    text-decoration: none;
    font-size: 13px;
    margin-right: 10px;
}

.polit li a:hover {
    text-decoration: underline;
}
}