@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.css";
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&amp;subset=cyrillic";

#modal-promo {
    display: none;
    font-family: 'Roboto Condensed', sans-serif;
    background: #fff;
    bottom: 100px;
    left: 50px;
    position: fixed;
    z-index: 9999;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
    background: #e9e9e9;
    width: 640px;
}

#modal-promo .modal-promo-like {
    width: 150px;
    height: 150px;
}

#modal-promo .modal-promo-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    text-align: center;
    border-radius: 100px;
    position: absolute;
    right: 25px;
    top: 25px;
}

#modal-promo .modal-promo-logo img {
    width: calc(100% - 20px);
    margin: auto;
}

#modal-promo .modal-promo-container {
    background: #fff;
    display: block;
    width: 450px;
    margin-right: 190px;
    color: #292929;
    padding: 25px;
}

#modal-promo .modal-promo-container span {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #292929;
}

#modal-promo .modal-promo-container p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 0px;
}

#modal-promo .modal-promo-container strong {
    color: #74bf4f;
}

#modal-promo .modal-promo-container small {
    font-weight: 300;
    color: #909090;
    display: inline-block;
    font-size: 10px;
    background: #f6f6f6;
    padding: 5px;
}

#modal-promo a {
    color: #1b3399;
}

#modal-promo a:hover {
    color: #1d39ad;
    text-decoration: underline
}

#modal-promo .modal-promo-btn {
    display: inline-block;
    background: #74bf4f;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 4px;
    text-decoration: none;
    margin-right: 15px;
}

#modal-promo .modal-promo-btn:hover {
    text-decoration: none !important;
    color: #fff;
    background: #78cb50;
}

#modal-promo .modal-promo-bonus {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
}

#modal-promo .modal-promo-time {
    position: absolute;
    display: inline-block;
    right: 215px;
    font-size: 10px;
}

#modal-promo .modal-promo-time i {
    font-style: normal;
}

#modal-promo .modal-promo-links {
    margin-bottom: 15px;
}

#modal-promo .modal-promo-close {
    color: #909090;
    font-weight: 300;
    font-size: 10px;
    position: absolute;
    bottom: 25px;
    right: 25px;
    padding: 5px;
}

#modal-promo .modal-promo-close a, #modal-promo a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#modal-promo .modal-promo-close a {
    color: #909090;
    border-bottom: 1px dotted #909090;
}

#modal-promo .modal-promo-close a:hover {
    color: #787878;
    border-bottom: 1px dotted #787878;
    text-decoration: none;
}


@media ( max-width: 800px ) {
    #modal-promo {
        left: 50%;
        margin-left: -320px;
    }
}

@media ( max-width: 640px ) {
    #modal-promo {
        left: 10px;
        right: 10px;
        width: auto;
        margin-left: 0px;
    }

    #modal-promo .modal-promo-container {
        width: auto;
        margin-right: 0;
        text-align: center;
    }

    #modal-promo .modal-promo-logo {
        position: relative;
        left: 50%;
        margin-left: -70px;
        margin-bottom: 25px;
    }

    #modal-promo .modal-promo-time {
        position: relative;
        display: block;
        right: auto;
    }

    #modal-promo .modal-promo-close {
        bottom: 25px;
    }

    #modal-promo .modal-promo-container small {
        margin-bottom: 25px;
    }

    #modal-promo .modal-promo-btn {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}