/*
Theme Name: seorost
Theme URI: fudzimaru.com
Version: 1.0
Description:
Author: fudzimaru.com (fudzimaru)
Author URI: fudzimaru.com
*/
.main-title .title h2.name{
    font-size: 40px;
    margin: 0;
}


#cookies{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0B0B0B;
    color: #FFF;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}

.cookies{
    font-size: 14px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cookies-title{
    font-weight: bold;
    margin-bottom: 10px;
}

.cookies-content{
    flex: 0 0 75%;
    max-width: 75%;
}

.cookies-btns{
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    justify-content: flex-end;
    gap: 0 10px;
}

.cookies-text a{
    color: #fff;
    text-decoration: underline;
}

#cookies-btn{
    background: #903BE9;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
}
.cookies-btn{
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
    width: fit-content;
    color: #903BE9;
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
    padding: 0 24px;
    transition: 0.3s;
    border: 1px solid #903BE9;
}

.page{
    padding-bottom: 80px;
}


@media (max-width: 1200px) {
    .page{
        padding-bottom: 40px;
    }
    .cookies-content{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cookies-btns{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cookies-btns {
        margin-top: 20px;
        justify-content: center;
    }

}