﻿@keyframes spin {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotateImageLoading {
    from {
        transform: translate(-50%,-50%) rotateY(0) scale(1.01)
    }

    to {
        transform: translate(-50%,-50%) rotateY(360deg) scale(1.01)
    }
}

@keyframes shine-skeleton-lines {
    0 {
        background-position: -100px
    }

    40%,100% {
        background-position: 600px
    }
}

.cmp-disclaimer {
    padding-bottom: 44px
}

.cmp-disclaimer-paddingTop {
    padding-top: 44px
}

.cmp-disclaimer__wrapper {
    max-width: 288px;
    margin: 0 auto
}

.cmp-disclaimer__wrapper__text p, .cmp-disclaimer__wrapper__text a {
    color: #1b1b1b;
    font-family: 'CupraBook',sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 350;
    line-height: 1.2
}

.cmp-disclaimer.mod__dark {
    background: #1b1b1b
}

    .cmp-disclaimer.mod__dark .cmp-title__text {
        color: #a3a3a3
    }

    .cmp-disclaimer.mod__dark .cmp-text p {
        color: #a3a3a3
    }

        .cmp-disclaimer.mod__dark .cmp-text p > a {
            color: #a3a3a3;
            text-decoration: underline
        }

@media(min-width:764px) {
    .cmp-disclaimer__wrapper {
        max-width: 612px
    }

    .cmp-disclaimer__wrapper__text p, .cmp-disclaimer__wrapper__text a {
        font-size: 14px
    }
}

@media(min-width:1436px) {
    .cmp-disclaimer__wrapper {
        max-width: 1024px
    }
}

@media(min-width:1920px) {
    .cmp-disclaimer__wrapper {
        max-width: 1436px
    }
}
