﻿.game-group-link {
    position: absolute;
    top: 0;
    /*z-index: 10;*/
    line-height: 252px;
    width: 350px;
    font-size: 65px;
    font-weight: bold;
}

.margin-10 {
    margin: 10px;
}

.top-130 {
    padding-top: 130px;
}

.bd-callout.bd-callout-warning {
    border-left-color: #f0ad4e;
}

.bd-callout.bd-callout-primary {
    border-left-color: #0094ff;
}

.bd-callout.bd-callout-danger {
    border-left-color: #dc3545;
}

.bd-callout.bd-callout-success {
    border-left-color: #28a745;
}

.bd-callout.bd-callout-secondary {
    border-left-color: #6c757d;
}

.bd-callout.bd-callout-dark {
    border-left-color: #343a40;
}

.bd-callout.bd-callout-light {
    border-left-color: #f8f9fa;
}

.bd-callout.bd-callout-info {
    border-left-color: #17a2b8;
}

.bd-callout {
    padding: 1.25rem;
    /*margin-top: 1.25rem;*/
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.on-sale {
    background: #F73859;
    position: absolute;
    right: 0;
    top: -15px;
    display: inline-block;
    padding: 3px 25px;
    color: #fff;
    font-weight: 400;
    margin-left: 2px;
    font-size: 1.2em;
    letter-spacing: 0.05em;
}

.on-limit-time {
    background: #ff6a00;
    position: absolute;
    right: 0;
    top: -15px;
    display: inline-block;
    padding: 3px 25px;
    color: #fff;
    font-weight: 400;
    margin-left: 2px;
    font-size: 1.2em;
    letter-spacing: 0.05em;
}

.on-mother-time {
    background: #F73859;
    position: absolute;
    right: 0;
    top: -15px;
    display: inline-block;
    padding: 3px 25px;
    color: #fff;
    font-weight: 400;
    margin-left: 2px;
    font-size: 1.2em;
    letter-spacing: 0.05em;
}

.contact-title {
    font-size: 20px;
}

#notfound {
    position: relative;
    height: 100vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 520px;
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

    .notfound .notfound-404 {
        height: 190px;
    }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 146px;
            font-weight: 700;
            margin: 0px;
            color: #232323;
        }

            .notfound .notfound-404 h1 > span {
                display: inline-block;
                width: 120px;
                height: 120px;
                background-image: url('../images/emoji.png');
                background-size: cover;
                -webkit-transform: scale(1.4);
                -ms-transform: scale(1.4);
                transform: scale(1.4);
                z-index: -1;
            }

    .notfound h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 22px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
        color: #232323;
    }

    .notfound p {
        font-family: 'Montserrat', sans-serif;
        color: #787878;
        font-weight: 300;
    }

    .notfound a {
        font-family: 'Montserrat', sans-serif;
        display: inline-block;
        padding: 12px 30px;
        font-weight: 700;
        background-color: #f99827;
        color: #fff;
        border-radius: 40px;
        text-decoration: none;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .notfound a:hover {
            opacity: 0.8;
        }

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 115px;
    }

        .notfound .notfound-404 h1 {
            font-size: 86px;
        }

            .notfound .notfound-404 h1 > span {
                width: 86px;
                height: 86px;
            }
}
