
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .2s ease;
    -webkit-font-smoothing: antialiased;
}

.after-login {
    display: none !important;
}

.superlative2023 .footer-superlative .only-desktop img {
    max-width: 100%;
}


.superlative2023 {
    margin: 0;
    font-family: 'Barlow', sans-serif;
}

.main-container {
    background-image: url(../images/bg-desktop.jpg) !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #7a1315 !important;
}


.superlative2023 .content {
    position: relative;
    margin-top: 700px;
}


.superlative2023 p {
    font-size: 20px;
    font-family: 'Barlow', sans-serif;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 300;
}

.superlative2023 h1 {
    font-size: 23px;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    line-height: 1.5;
    font-weight: 300;
    max-width: 1000px;
    margin: auto;
    color: white;
}

.superlative2023 h1 span {
    font-weight: 800;
    color: #bca489;
}

.logo-deschidere {
    margin: 50px auto;
}


.superlative2023 h2 {
    font-size: 34px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}


.btn-login {
    background-color: #eb003b;
    color: #fff;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 10px;
    width: 24%;
    padding: 15px;
    position: relative;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.btn-login:hover {
    background-color: #bca489;
    color: #333;
}

.superlative2023 .wrapper {
    width: 100%;
    max-width: 1236px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}


.superlative2023 .deschidere {
    text-align: center;
    margin: auto;
    position: relative;
}


.c1, .c2, .c3, .c4 {

    width: 24.3%;
    height: auto;
    position: relative;
    display: inline-block;
}

.superlative2023 .list {
    width: 100%;
    background-color: #f5f5f3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    color: #eb003b;
}

.superlative2023 .list .item {
    line-height: 2;
    font-size: 14px;
}

.superlative2023 .wrapper .list label {
    font-size: 15px;
    color: #333;
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}


.superlative2023 .wrapper .list span {
    font-size: 14px;
    color: #333;
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}


.superlative2023 .list a {
    background-color: #eb003b;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 15px;
    display: block;
    border-radius: 10px;
    margin-top: 10px;
}

.superlative2023 .list a:hover {
    background-color: #bca489;
    color: #333;
}


.superlative2023 .wrapper .vote-container {

    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    height: 25px;
    margin-top: 5px;
    position: relative;
}

.superlative2023 .wrapper .vote-container .vote-number {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    position: absolute;
    top: 0;
}

.superlative2023 .wrapper .vote-container .vote-size {
    background-color: #bca489;
    float: left;
    height: 25px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}


.superlative2023 .btn-winners {
    width: 100%;
    max-width: 1236px;
    margin: 50px auto;
    display: block;
    text-align: center;
    background-color: #bca489;
    color: #333;
    border-radius: 10px;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}


.superlative2023 .btn-winners:hover {
    opacity: .8;
}


.superlative2023 .footer-superlative {
    width: 100%;
    display: block;
    justify-content: space-between;
    text-align: center;
    height: auto;
    padding-bottom: 15px;
    color: #fff;
}

.superlative2023 .footer-superlative .wrapper form {
    width: 100%;
    max-width: 1236px;
    display: flex;
    justify-content: space-between;
}

.superlative2023 .footer-superlative .wrapper form input[type=submit] {
    background-color: #eb003b;
    color: #fff;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 10px;
    width: 24%;
    padding: 15px;
    position: relative;
    display: inline-block;
    border: none;
    cursor: pointer;
}


.superlative2023 .footer-superlative .wrapper form input[type=submit]:hover {
    background-color: #bca489;
    color: #333;
}

.superlative2023 .footer-superlative .wrapper form input {
    text-align: center;
    border-radius: 10px;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    border: 1px solid #deded8;
    padding: 15px;
    width: 24%;
    position: relative;
    display: inline-block;

}

.superlative2023 form .item .checkbox {
    margin: 20px 10px 0 0 !important;
}

.superlative2023 form .item label {
    display: initial;
}

.checkbox {
    margin: 6px 6px 0 0 !important;
}

.regulament {
    color: #bca489;
    text-decoration: none;
}

.regulament:hover {
    text-decoration: underline;
}

footer {
    background-color: #fff;
}


@media screen and (max-width: 1236px) {

    .superlative2023 .wrapper {
        padding: 0 20px;

    }

    .superlative2023 .deschidere {
        max-width: none;
        width: 100%;
        padding: 0 20px;
    }


}

@media screen and (max-width: 1020px) {

    .superlative2023 .parteneri {
        padding: 0 20px;

    }

    .superlative2023 .deschidere {
        padding: 0 20px;
    }

    .superlative2023 h1 {
        font-size: 25px;
    }

    .superlative2023 .parteneri {
        max-width: none;
    }

}


@media screen and (max-width: 850px) {


    .btn-login {
        width: calc(100% - 40px);
    }

    .superlative2023 h5 {
        font-size: 30px;
        text-align: center;
        font-family: 'Josefin Sans', sans-serif;
        line-height: 1.5;
        font-weight: 700;
        padding: 0 0 10px 0;
        max-width: 1000px;
        margin: auto;
        color: white;
    }


    .superlative2023 h1 {
        font-size: 18px;
    }

    .superlative2023 h2 {
        font-size: 25px;
        padding: 20px;
    }


    .superlative2023 .premiu {
        margin: 40px 0 20px 0;
    }

    .superlative2023 .wrapper {
        display: block;
        text-align: center;
        width: 100%;
        padding: 0 20px;
    }

    .c1, .c2, .c3, .c4 {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .superlative2023 .btn-winners {
        width: calc(100% - 40px);
    }

    .superlative2023 .list {
        text-align: left;
        margin-top: 20px;
    }

    .superlative2023 #castigatori {
        flex-direction: column;
    }

    .superlative2023 .footer-superlative .wrapper form {
        display: block;
    }

    .superlative2023 .footer-superlative .wrapper form input[type=submit] {
        width: 100%;
        display: block;
    }


    .superlative2023 .footer-superlative .wrapper form input {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .superlative2023 .wrapper .list label {
        line-height: 1;
    }

    .superlative2023 .superlative .deschidere .logo-gala {
        width: 100%;
        margin: auto;
    }


}


@media screen and (max-width: 770px) {


    .main-container {
        background-image: none !important;
    }

    .superlative2023 .content .bg-mobile {
        display: block !important;
        width: 100%;
        margin: 0 auto;
    }

    .superlative2023 .content .bg-mobile img {
        width: 100%;
        margin: 0 auto;
    }


    .superlative2023 .content {
        top: 0;
        margin-top: 0;
    }

    .superlative2023 p {
        font-size: 18px;
    }


    .superlative2023 h2 {
        line-height: 1.5;
    }

    .superlative2023 .parteneri {
        display: none;
    }

    .superlative2023 .deschidere {
        padding: 0 20px;
    }

    .superlative2023 .superlative .deschidere a {
        font-size: 18px;
    }

    .superlative2023 .part-bot, .part-top {
        display: block !important;
        margin: auto;
        position: absolute;
        left: 0;
        padding: 0 20px;
    }

    .superlative2023 .superlative .deschidere .interior {
        margin-top: 60px;
    }

    .superlative2023 .footer-superlative .only-desktop {
        display: none;
    }

    .superlative2023 .footer-superlative .only-mobile {
        display: block !important;
        max-width: 100%;
    }

    .superlative2023 .footer-superlative .only-mobile img {
        max-width: 100%;
    }


}


@media screen and (max-height: 550px) {

    .parteneri {
        display: none;
    }

    .superlative .deschidere a {
        font-size: 18px;
    }


}


@media screen and (max-height: 400px) {

    body {
        background-image: none;
    }

    .deschidere {
        display: none;
    }

    .content {
        top: 30px;
    }

}





