/* Start Cookie Notice CSS */

.cookie-notice__fixer {
    -webkit-transition: height 0s 0.25s;
    -moz-transition: height 0s 0.25s;
    -ms-transition: height 0s 0.25s;
    -o-transition: height 0s 0.25s;
    transition: height 0s 0.25s;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    z-index: 90;
    text-align: center
}

.cookie-notice--active .cookie-notice__fixer {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    -ms-transition: height 0s;
    -o-transition: height 0s;
    transition: height 0s;
    height: 190px
}
.cookie-notice--active.has_error .cookie-notice__fixer {
    height: 290px
}

@media (max-width: 767px) {
    .cookie-notice--active .cookie-notice__fixer {
        height: 170px
    }
    .cookie-notice--active.has_error .cookie-notice__fixer {
        height: 270px
    }
}

.cookie-notice__background {
    opacity: 0;
    -webkit-transition: height 0s 0.25s ease, opacity 0.25s ease;
    -moz-transition: height 0s 0.25s ease, opacity 0.25s ease;
    -ms-transition: height 0s 0.25s ease, opacity 0.25s ease;
    -o-transition: height 0s 0.25s ease, opacity 0.25s ease;
    transition: height 0s 0.25s ease, opacity 0.25s ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
}

.is-resizing .cookie-notice__background {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.cookie-notice--active .cookie-notice__background {
    opacity: 1;
    -webkit-transition: height 0s, opacity 0.25s ease;
    -moz-transition: height 0s, opacity 0.25s ease;
    -ms-transition: height 0s, opacity 0.25s ease;
    -o-transition: height 0s, opacity 0.25s ease;
    transition: height 0s, opacity 0.25s ease
}

.is-resizing .cookie-notice--active .cookie-notice__background {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.cookie-notice__container {
    position: relative
}

.cookie-notice__text {
    opacity: 0;
    -webkit-transition: height 0s 0.25s ease, opacity 0.25s ease;
    -moz-transition: height 0s 0.25s ease, opacity 0.25s ease;
    -ms-transition: height 0s 0.25s ease, opacity 0.25s ease;
    -o-transition: height 0s 0.25s ease, opacity 0.25s ease;
    transition: height 0s 0.25s ease, opacity 0.25s ease;
    font: normal 18px/30px 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
    max-width: 720px;
    padding: 0 15px;
    margin: 30px auto 15px;
    color: #ffffff
}

.cookie-notice .error-message {
    font: normal 16px/30px 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
}

.is-resizing .cookie-notice__text {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.cookie-notice__text a {
    text-decoration: none;
    color: #74c683
}

.cookie-notice__text a:hover {
    text-decoration: none;
    color: #444444
}

.cookie-notice__text p {
    margin: 0
}

@media (max-width: 767px) {
    .cookie-notice__text {
        font: normal 14px/22px 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
        padding: 0 20px
    }
}

.cookie-notice--active .cookie-notice__text {
    opacity: 1;
    -webkit-transition: height 0s, opacity 0.25s ease;
    -moz-transition: height 0s, opacity 0.25s ease;
    -ms-transition: height 0s, opacity 0.25s ease;
    -o-transition: height 0s, opacity 0.25s ease;
    transition: height 0s, opacity 0.25s ease
}

.is-resizing .cookie-notice--active .cookie-notice__text {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.cookie-notice__close {
    opacity: 0;
    -webkit-transition: height 0s 0.25s ease, opacity 0.25s ease;
    -moz-transition: height 0s 0.25s ease, opacity 0.25s ease;
    -ms-transition: height 0s 0.25s ease, opacity 0.25s ease;
    -o-transition: height 0s 0.25s ease, opacity 0.25s ease;
    transition: height 0s 0.25s ease, opacity 0.25s ease;
    display: inline-block;
    font: normal 18px/30px 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
    background: none;
    color: #ffffff;
    border: 2px solid #ffffff;
    margin: 0 auto 30px;
    padding: 0.5em 50px;
    cursor: pointer
}

.cookie-notice__close:hover {
    opacity: 0.5 !important;
}

.is-resizing .cookie-notice__close {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

@media (max-width: 767px) {
    .cookie-notice__close {
        font: normal 14px/22px 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
        padding: 0.5em 20px
    }
}

.cookie-notice--active .cookie-notice__close {
    opacity: 1;
    -webkit-transition: height 0s, opacity 0.25s ease;
    -moz-transition: height 0s, opacity 0.25s ease;
    -ms-transition: height 0s, opacity 0.25s ease;
    -o-transition: height 0s, opacity 0.25s ease;
    transition: height 0s, opacity 0.25s ease
}

.is-resizing .cookie-notice--active .cookie-notice__close {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.cookies__table {
    border-collapse: collapse;
    line-height: 25px;
    width: 100%
}

.cookies__table th,
.cookies__table td {
    border: 1px solid #222228;
    vertical-align: top;
    padding: 5px 10px;
    text-align: left
}

/* End Cookie Notice CSS */
