@font-face {
    font-family: 'BecksBrush';
    src: url('../fonts/becks_brush_capitals-webfont.eot');
    src: url('../fonts/becks_brush_capitals-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/becks_brush_capitals-webfont.woff2') format('woff2'),
    url('../fonts/becks_brush_capitals-webfont.woff') format('woff'),
    url('../fonts/becks_brush_capitals-webfont.ttf') format('truetype'),
    url('../fonts/becks_brush_capitals-webfont.svg#becks_brushbecksbrushcapitals') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Gotham-Book";
    src: url("../../assets/fonts/GothamBook.eot"); /* IE9 Compat Modes */
    src: url("../../assets/fonts/GothamBook.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../assets/fonts/GothamBook.otf") format("opentype"), /* Open Type Font */ url("../../assets/fonts/GothamBook.svg") format("svg"), /* Legacy iOS */ url("../../assets/fonts/GothamBook.ttf") format("truetype"), /* Safari, Android, iOS */ url("../../assets/fonts/GothamBook.woff") format("woff"), /* Modern Browsers */ url("../../assets/fonts/GothamBook.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("../../assets/fonts/Gotham-Bold.eot"); /* IE9 Compat Modes */
    src: url("../../assets/fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../assets/fonts/Gotham-Bold.otf") format("opentype"), /* Open Type Font */ url("../../assets/fonts/Gotham-Bold.svg") format("svg"), /* Legacy iOS */ url("../../assets/fonts/Gotham-Bold.ttf") format("truetype"), /* Safari, Android, iOS */ url("../../assets/fonts/Gotham-Bold.woff") format("woff"), /* Modern Browsers */ url("../../assets/fonts/Gotham-Bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("../../assets/fonts/Gotham-Medium_ZZZ.eot"); /* IE9 Compat Modes */
    src: url("../../assets/fonts/Gotham-Medium_ZZZ.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../assets/fonts/Gotham-Medium_ZZZ.otf") format("opentype"), /* Open Type Font */ url("../../assets/fonts/Gotham-Medium_ZZZ.svg") format("svg"), /* Legacy iOS */ url("../../assets/fonts/Gotham-Medium_ZZZ.ttf") format("truetype"), /* Safari, Android, iOS */ url("../../assets/fonts/Gotham-Medium_ZZZ.woff") format("woff"), /* Modern Browsers */ url("../../assets/fonts/Gotham-Medium_ZZZ.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Light";
    src: url("../../assets/fonts/Gotham-Light.eot"); /* IE9 Compat Modes */
    src: url("../../assets/fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../assets/fonts/Gotham-Light.otf") format("opentype"), /* Open Type Font */ url("../../assets/fonts/Gotham-Light.svg") format("svg"), /* Legacy iOS */ url("../../assets/fonts/Gotham-Light.ttf") format("truetype"), /* Safari, Android, iOS */ url("../../assets/fonts/Gotham-Light.woff") format("woff"), /* Modern Browsers */ url("../../assets/fonts/Gotham-Light.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Black";
    src: url("../../assets/fonts/Gotham-Black.eot"); /* IE9 Compat Modes */
    src: url("../../assets/fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../assets/fonts/Gotham-Black.otf") format("opentype"), /* Open Type Font */ url("../../assets/fonts/Gotham-Black.svg") format("svg"), /* Legacy iOS */ url("../../assets/fonts/Gotham-Black.ttf") format("truetype"), /* Safari, Android, iOS */ url("../../assets/fonts/Gotham-Black.woff") format("woff"), /* Modern Browsers */ url("../../assets/fonts/Gotham-Black.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HKGrotesk-Bold";
    src: url("../../assets/fonts/HKGrotesk-Bold.eot"); /* IE9 Compat Modes */
    src: url("../../assets/fonts/HKGrotesk-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../assets/fonts/HKGrotesk-Bold.otf") format("opentype"), /* Open Type Font */ url("../../assets/fonts/HKGrotesk-Bold.svg") format("svg"), /* Legacy iOS */ url("../../assets/fonts/HKGrotesk-Bold.ttf") format("truetype"), /* Safari, Android, iOS */ url("../../assets/fonts/HKGrotesk-Bold.woff") format("woff"), /* Modern Browsers */ url("../../assets/fonts/HKGrotesk-Bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: 'Gotham-Medium', sans-serif;
    color: white;
    font-size: 16px;
    line-height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /*min-height: 100vh;*/
    min-height: calc(100vh - 80px);
}

.response-container {
    min-height: 75vh;
}

.footer-links {
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 12px;
    color: #a3a3a3;
    line-height: 16px;
}

.footer-links a {
    color: #a3a3a3;
    transition: all .3s ease;
}

.footer-links a:hover {
    color: #0FA069;
}

.cards-container {
    margin-top: 50px;
}

.consumer-img {
    max-width: 400px;
}

.steps-img {
    image-rendering: -webkit-optimize-contrast;
    max-width: 90%;
}

.navbar {
    height: 80px;
    background: black;
}

.top-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
}

.top-content {
    margin-top: 80px;
}

.navbar-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, #1a1a1a 0%, #1b3628 25%, #1b3628 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1a1a1a 0%, #1b3628 25%, #1b3628 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1a1a1a 0%, #1b3628 25%, #1b3628 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#1b3628', GradientType=0); /* IE6-9 */
    z-index: 9999;
}

.nav-link {
    text-transform: uppercase;
}

.close-menu {
    font-size: 50px;
    font-family: 'Gotham-Light', sans-serif;
    cursor: pointer;
}

.navbar-content a {
    color: white;
    transition: all .2s ease;
}

.navbar-content a:hover, .navbar-content a:active, .navbar-content a:focus {
    color: #0FA069;
}

.text-logo {
    font-family: 'BecksBrush', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    color: white;
}

.text-logo a {
    color: white;
    transition: all .2s ease;
}

.text-logo a:hover {
    text-decoration: none;
    color: #0FA069;
}

/*.bottom-container {*/
/*    background: url("../../assets/images/bg-overlay-comandaonline-dark.png");*/
/*    background-size: cover;*/
/*    padding-top: 180px;*/
/*    margin-top: -150px;*/
/*}*/

#premii {
    margin-top: -400px;
}

#campanii-magazine {
    background: url("../../assets/images/bg-bottom.png") no-repeat;
    background-size: cover;
    padding-top: 230px;
    margin-top: -70px;
    padding-bottom: 50px;
}

.bottom-wrapper {
    background: url("../../assets/images/bg-overlay-comandaonline.png") no-repeat center;
    background-size: cover;
    padding-bottom: 75px;
}

#livecushurubel {
    background: url("../../assets/images/bgdark.png") no-repeat;
    background-size: cover;
    margin-top: 0px;
}

#clock{
    font-size:20px;
    color:#E90000;
    border:4px solid red;
    border-radius: 50px;
    display: initial;
    padding:20px;
    font-family: "Gotham-Bold";
}

.text-red {
    color: #E90000;
}

.form-page-bottom, .page-bottom {
    height: 250px;
    background: url("../../assets/images/bottom_footer.png") no-repeat;
    background-size: 150%;
    background-position: center top;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    line-height: 16px;
}

.form-page-bottom {
    position: relative;
}

.validate-page {
    min-height: 100vh;
}

/*.validate-page-bottom {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*}*/

.winner-container {
    min-height: 70vh;
    background: url("../../assets/images/winner-bg.png") no-repeat center;
    background-size: cover;
}

.winner-instructions {
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.winner-list-description {
    font-size: 20px;
}

.winner-table {
    color: white;
}

#universul-becks .main-video {
    width: 90%;
    height: 680px;
}

.info-icon-container {
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 1;
    padding: 0 4px;
    border: 2px solid black;
    border-radius: 5px;
    font-size: 7px;
    line-height: 10px;
    cursor: pointer;
}

.info-icon-container span {
    font-family: 'Gotham-Medium', sans-serif;
    color: black;
}

.info-icon {
    width: 15px;
    filter: grayscale(1);
    padding-bottom: 2px;
    padding-left: 2px;
}

.popover {
    width: 400px;
    max-width: 400px !important;
    top: -70px !important;
    /*left: -200px !important;*/
}

.popover-body {
    width: 400px;
    /*max-width: 100%;*/
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*.popover .arrow {*/
/*    !*left: 192px !important;*!*/
/*}*/

.popover-close {
    cursor: pointer;
}

.popover-header {
    width: 400px;
    text-align: center;
    color: black;
    font-family: 'Gotham-Medium', sans-serif;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.btn-disabled {
    pointer-events: none;
    cursor: not-allowed;
    filter: grayscale(1);
}

.app-loader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loader-outer {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border-top: 5px solid #0FA069;
    border-bottom: 5px solid #0FA069;
    border-left: 5px solid #0FA069;
    border-right: 5px solid transparent;
    animation: spin 2s infinite linear;
}

.loader-inner {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 50%;
    border-top: 5px solid #ed1c24;
    border-bottom: 5px solid #ed1c24;
    border-left: 5px solid transparent;
    border-right: 5px solid #ed1c24;
    animation: spin-reverse 2s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@keyframes spin-reverse {
    from {
        transform: rotate(359deg);
    }
    to {
        transform: rotate(-359deg);
    }
}
@media screen {
    div#preload {
        position: absolute;
        left: -9999px;
        top: -9999px;
    }

    div#preload img {
        width: 1px;
        height: 1px;
        display: block;
        visibility: hidden;
    }
}

@media print {
    div#preload,
    div#preload img {
        visibility: hidden;
        display: none;
    }
}

.fixed-body {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* navigation menu */
.menu-toggle {
    max-width: 40px;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    color: white;
}

.logo {
    max-height: 27px;
    max-width: 185px;
}

.desktop-logo {
    max-width: 160px;
}

.desktop-links .menu-link {
    padding: 15px;
    text-decoration: none;
    font-size: 22px;
    text-align: center;
    color: white;
    display: inline-block;
    width: 100%;
    transition: color 0.3s ease;
    white-space: nowrap;
    font-family: 'BecksBrush', sans-serif;
    background: url("../../assets/images/btnbackground.png") no-repeat center center;
    background-size: contain;
    margin: 0 10px;
}

.menu-link:hover {
    color: #0FA069;
    background: url("../../assets/images/btnbackground-active.png") no-repeat center center;
    background-size: contain;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    -webkit-box-shadow: 10px 2px 5px 0px rgba(15, 160, 105, .10);
    -moz-box-shadow: 10px 2px 5px 0px rgba(15, 160, 105, .10);
    box-shadow: 10px 2px 5px 0px rgba(15, 160, 105, .10);
    overflow: hidden;
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay .menu-link {
    width: 85%;
    padding: 15px;
    text-decoration: none;
    font-size: 36px;
    color: white;
    display: block;
    transition: 0.3s;
    white-space: nowrap;
    font-family: 'BecksBrush', sans-serif;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 30px auto;
    background-position: center center;
}

.overlay .menu-link:hover, .overlay .menu-link:focus {
    color: #f1f1f1;
}


.overlay .closebtn {
    max-width: 40px;
    position: absolute;
    left: 20px;
    color: white;
    font-size: 40px;
    text-decoration: none;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        left: 20px;
    }
}

/* carousel styles */
.carousel-container {
    position: relative;
    height: 370px;
}

.prizes-carousel {
    height: 100%;
}

.item-container {
    display: block;
    position: relative;
}

.prize {
    position: relative;
}

.prize-description {
    width: 300%;
    color: white;
    margin-top: 80px;
    margin-bottom: 0;
    margin-left: -100%;
}

.page-description {
    color: white;
}

.owl-item.active.center .item-mask {
    display: none;
}

/* age gate page */
.main-container {
    min-width: 100vw;
    min-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    /*position: fixed;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}

.big-logo {
    max-width: 300px;
    margin: 0 auto;
}

.inputs {
    width: 80%;
    height: 45px;
    margin: 0 auto;
    font-family: 'Gotham-Book', sans-serif;
    border: none;
    outline: none;
    background-size: contain;
    background-color: transparent;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

.age-gate-form label {
    color: white;
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}

.age-gate-form .checkbox-mask {
    position: relative;
    cursor: pointer;
}

.day-input, .month-input {
    max-width: 50px;
    background: transparent;
    border: none;
    outline: none;
}

.year-input {
    max-width: 75px;
    background: transparent;
    border: none;
    outline: none;
}

/* page content styles */
.page-title {
    font-family: 'BecksBrush', sans-serif;
    color: white;
    line-height: 36px;
}

.page-subtitle {
    font-family: 'Gotham-Bold', sans-serif;
    color: white;
    font-size: 25px;
    line-height: 36px;
}

.secondary-title {
    font-family: 'BecksBrush', sans-serif;
    font-size: 30px;
}

.small-title {
    font-family: 'BecksBrush', sans-serif;
    font-size: 38px;
}

.smaller {
    font-size: 70%;
}

.kv-container {
    padding-bottom: 360px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1200px) {
    .kv-container {
        padding-bottom: 850px;
        background-position: 0 -75px;
    }

    .consumer-warning {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .consumer-img {
        max-width:  400px;
    }

    /*.partners-container {*/
    /*    max-width: 80% !important;*/
    /*}*/
}

@media screen and (min-width: 1550px) and (max-width: 1800px) {
    /*.kv-container {*/
    /*    background-size: 770px;*/
    /*    background-position: 95% 40%;*/
    /*}*/
}

@media screen and (min-width: 1300px) and (max-width: 1549px) {
    /*.kv-container {*/
    /*    background-size: 770px;*/
    /*    background-position: 115% 40%;*/
    /*}*/
}

@media screen and (min-width: 991px) and (max-width: 1298px) {
    /*.kv-container {*/
    /*    padding-bottom: 150px;*/
    /*    background-repeat: no-repeat;*/
    /*    background-size: 32%;*/
    /*    background-position: 100% 150px;*/
    /*}*/
}

.cod-cta, .bubble {
    width: 250px;
}

.bubble {
    margin-left: -20px;
}

.bubble:first-child {
    margin-left: 0;
}

.bubble-mobile {
    width: 130px;
}

.bon-cta {
    width: 290px;
}

.sign-up-btn {
    height: 56px;
    font-size: 25px;
    /*padding: 15px 10px;*/
    background: #ed1c24;
    border-radius: 15px;
    font-family: 'BecksBrush', sans-serif;
    color: white;
    transition: all .2s ease;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-up-btn a {
    color: white;
    text-decoration: none;
}

.sign-up-btn:hover, .sign-up-btn:active, .sign-up-btn:focus {
    color: white;
    border: none;
    outline: none;
    background: black;
    text-decoration: none;
}
.sign-up-btn-black {
    height: 56px;
    font-size: 25px;
    /*padding: 15px 10px;*/
    background: #000;
    border-radius: 15px;
    font-family: 'BecksBrush', sans-serif;
    color: white;
    transition: all .2s ease;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-up-btn-black a {
    color: white;
    text-decoration: none;
}

.sign-up-btn-black:hover, .sign-up-btn-black:active, .sign-up-btn-black:focus {
    color: white;
    border: none;
    outline: none;
    background: #ed1c24;
    text-decoration: none;
}
.sign-up-btn-red {
    height: 56px;
    font-size: 25px;
    /*padding: 15px 10px;*/
    background: #ed1c24;
    border-radius: 15px;
    font-family: 'BecksBrush', sans-serif;
    color: white;
    transition: all .2s ease;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-up-btn-red a {
    color: white;
    text-decoration: none;
}

.sign-up-btn-red:hover, .sign-up-btn-red:active, .sign-up-btn-red:focus {
    color: white;
    border: none;
    outline: none;
    background: #005A2D;
    text-decoration: none;
}
.sign-up-btn-green {
    height: 56px;
    font-size: 25px;
    /*padding: 15px 10px;*/
    background: #005A2D;
    border-radius: 15px;
    font-family: 'BecksBrush', sans-serif;
    color: white;
    transition: all .2s ease;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-up-btn-green a {
    color: white;
    text-decoration: none;
}

.sign-up-btn-green:hover, .sign-up-btn-green:active, .sign-up-btn-green:focus {
    color: white;
    border: none;
    outline: none;
    background: #ed1c24;
    text-decoration: none;
}

.main-sign-up-btn {
    width: 60%;
    margin: auto;
}

.modal-dialog {
    max-width: 50%;
}

.modal-content {
    background: transparent;
}

.back-btn {
    width: 30%;
    max-width: 300px;
    margin: auto;
    background: white;
    color: black;
    font-family: 'BecksBrush', sans-serif;
    text-decoration: none;
    border-radius: 15px;
    font-size: 20px;
    transition: all .2s ease;
}

.back-btn:hover, .back-btn:active, .back-btn:focus {
    color: #0FA069;
}

.big-prize-img {
    width: 75%;
}

.video-container {
    background: black;
    border: 1px solid #707070;
}

.iframe-overlay {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #005A2D;
}

.disclaimer {
    font-family: 'Gotham-Light', sans-serif;
    font-size: 12px;
    padding-right: 110px;
    margin-top: -20px;
}

.partners-row {
    width: 70%;
    margin: auto;
}

.prize-description {
    font-family: 'Gotham-Book', sans-serif;
    font-size: 14px;
    color: white;
}

.redline {
    width: 70%;
    margin: 0 auto;
}

.button {
    width: 300px;
    padding: 10px;
    border: none;
    outline: none;
    height: auto;
    font-family: 'BecksBrush', sans-serif;
    font-size: 38px;
    color: white;
    background: url("../../assets/images/btnbackground.png") no-repeat center center;
    background-size: contain;
    transition: color .3s ease;
    cursor: pointer;
}

.button:hover, .button:active, .button:focus {
    text-decoration: none;
    color: #0FA069;
    background: url("../../assets/images/btnbackground-active.png") no-repeat center center;
    background-size: contain;
    border: none;
    outline: none;
}

.btn-choose {
    width: 300px;
    /*position: relative;*/
    /*top: -40px;*/
    /*top: 20px;*/
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    /*z-index: 10;*/
    border: none;
    outline: none;
    height: auto;
    font-family: 'BecksBrush', sans-serif;
    font-size: 38px;
    color: white;
    background: url("../../assets/images/btnbackground.png") no-repeat center center;
    background-size: cover;
    z-index: 99;
    transition: color .3s ease;
}

.btn-choose:hover, .btn-choose:active, .btn-choose:focus {
    text-decoration: none;
    color: #0FA069;
    background: url("../../assets/images/btnbackground-active.png") no-repeat center center;
    background-size: cover;
    border: none;
    outline: none;
}

.hidden {
    margin-top: 0;
    display: none;
    transition: all .3s ease-in;
}

.sign-up-form {
    width: 40%;
    margin: auto;
}

.sign-up-form p {
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 15px;
    color: white;
}


.form-input {
    width: 100%;
    max-width: 310px;
    height: 41px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Gotham-Book', sans-serif;
    border: none;
    outline: none;
    background-color: white;
    text-align: center;
    border-radius: 16px;
    font-size: 18px;
}

.form-input::placeholder {
    font-size: 15px;
}

.sign-up-form label {
    color: white;
    position: relative;
    font-size: 18px;
    font-family: 'Gotham-Medium', sans-serif;
}

.form-link {
    color: white;
    text-decoration: underline;
    transition: all .2s ease;
}

.form-link:hover {
    color: #0FA069;
}

.checkboxes-container {
    width: 100%;
}

.checkbox-label {
    display: inline-block;
    margin-left: 40px;
    font-family: 'Gotham-Light', sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: white;
    cursor: pointer;
}

.radio-checkbox-mask {
    margin-top: 20px;
    position: relative;
}

.radio-label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 35px;
    font-family: 'Gotham-Light', sans-serif;
    font-size: 14px;
    color: white;
    cursor: pointer;
}

.marketing-label {
    position: relative;
    margin-right: 20px;
}

.radio-label.changed {
    color: red;
}

.marketing-input {
    position: absolute;
    width: 25px;
    height: 25px;
    margin-right: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    z-index: -1;
    left: 5px;
}

.marketing-input + .radio-label {
    font-family: 'Gotham-Light', sans-serif;
    font-size: 14px;
    color: white;
}

.marketing-input.changed + .radio-label {
    color: red;
}

.marketing-input + label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border: 1px solid white;
    border-radius: 5px;
    margin-right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.marketing-input.changed + label:before {
    border: 1px solid red;
}

.marketing-input:checked + label:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/checkmark-red.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -5px;
    cursor: pointer;
}

.marketing-input:focus + label:before {
    border: 1px solid white;
    border-radius: 5px;
    position: absolute;
}

.marketing-input:disabled + label {
    color: #999;
}

.marketing-input:invalid + label {
    z-index: 9999;
    opacity: 1;
    appearance: auto;
    -webkit-appearance: initial;
    -moz-appearance: initial;
}

input[type="checkbox"] {
    position: absolute;
    width: 25px;
    height: 25px;
    margin-right: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    z-index: -1;
    left: 5px;
}

input[type="checkbox"] + .checkbox-mask {
    font-family: 'HKGrotesk-Bold', sans-serif;
    font-size: 14px;
    color: #838287;
}

input[type="checkbox"] + .checkbox-mask:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    min-width: 25px;
    height: 25px;
    border: 1px solid white;
    border-radius: 5px;
    margin-right: 20px;
    position: absolute;
    top: 0px;
    cursor: pointer;
}

input[type="checkbox"] + .checkbox-mask-terms.changed:before {
    border: 1px solid red;
}

input[type="checkbox"] + .checkbox-mask-signup.changed:before {
    border: 1px solid red;
}

input[type="checkbox"]:checked + .checkbox-mask:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/checkmark-red.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -5px;
    cursor: pointer;
}

input[type="checkbox"]:focus + .checkbox-mask:before {
    border: 1px solid white;
    border-radius: 5px;
    position: absolute;
}

input[type="checkbox"]:disabled + .checkbox-mask {
    color: #999;
}

input[type="checkbox"]:invalid + label {
    z-index: 9999;
    opacity: 1;
    appearance: auto;
    -webkit-appearance: initial;
    -moz-appearance: initial;
}

.datepicker-icon {
    max-width: 30px;
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 1;
    pointer-events: none;
}

.contact-form-holder input {
    height: 41px;
    border-radius: 16px;
    transition: all .2s ease;
}

.contact-form-holder input:hover, .contact-form-holder input:active, .contact-form-holder input:focus {
    border: 2px solid #0FA069;
    outline: none;
}

.custom-select {
    height: 41px;
    border-radius: 16px;
    transition: all .2s ease;
    color: #030707;
    cursor: pointer;
}

.custom-select:hover, .custom-select:active, .custom-select:focus {
    outline: none !important;
    border: 1px solid #0FA069 !important;
}

#ui-datepicker-div {
    top: 440px !important;
}

.field-date {
    cursor: pointer;
}

.btn-submit {
    width: 80%;
    height: auto;
    border: none;
    outline: none;
    font-family: 'BecksBrush', sans-serif;
    font-size: 38px;
    color: white;
    background: url("../../assets/images/btnbackground.png") no-repeat center center;
    background-size: cover;
    transition: color .3s ease;
}

.btn-submit:hover, .btn-submit:active, .btn-submit:focus {
    text-decoration: none;
    color: #0FA069;
    background: url("../../assets/images/btnbackground-active.png") no-repeat center center;
    background-size: contain;
    border: none;
    outline: none;
}

.channel-sign-up-btn {
    width: 50%;
    margin: auto;
}

/*about contest */
.hidden-tab-content {
    display: block;
    height: 0;
    overflow: hidden;
}

.tab {
    font-family: 'BecksBrush', sans-serif;
    font-size: 26px;
    color: #0FA069;
    cursor: pointer;
}

.step-title {
    font-family: 'BecksBrush', sans-serif;
    font-size: 22px;
    color: white;
}

.tab.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: url("../images/redline.png") no-repeat center center;
    background-size: cover;
}

.display-carousel .slick-list {
    padding-bottom: 50px !important;
}

/* winner content */
.result-title {
    font-size: 28px;
}

/*loser content */
.mask-container {
    width: 320px;
    height: 180px;
    mask-image: url("../images/mask4.png");
    mask-mode: alpha;
    mask-size: contain;
    -webkit-mask-image: url("../images/mask4.png");
    -webkit-mask-mode: alpha;
    overflow: hidden;
}

/*winner list content */
.search-title {
    color: white;
}

.input-container {
    position: relative;
    width: 85%;
    max-width: 310px;
    margin: 0 auto;
}

.input-container:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/icon-metro-search.png") no-repeat center;
    background-size: cover;
    margin: 0 auto;
    position: absolute;
    bottom: 12px;
    left: 45px;
}

.search-input {
    width: 85%;
    margin: auto;
}

.search-input::-webkit-search-cancel-button {
    position: relative;
    right: 20px;
    color: #262526;
}

.search-input::-ms-clear {
    margin-right: 20px
}

.card-body {
    padding: 0;
    background: transparent;
    border-bottom: 1px solid white;
}

.winners {
    padding-left: 0;
    list-style-type: none;
}

.winner {
    font-family: 'Gotham-Light', sans-serif;
    font-size: 12px;
    color: white;
}

.accordion-row {
    position: relative;
}

.accordion-button {
    display: block;
    width: 100%;
    position: relative;
    color: white !important;
    text-decoration: none;
    font-family: 'Gotham-Book', sans-serif;
    font-size: 16px;
}

.accordion-button:active, .accordion-button:focus {
    text-decoration: none;
}

.accordion-button:hover {
    text-decoration: none;
}

.accordion-button span:before, .accordion-button span:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 10px;
    margin: 0 10px;
    background: url("../images/arrow-down.png") no-repeat center;
    background-size: cover;
}

.accordion-button.accordion-active span:before, .accordion-button.accordion-active span:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 10px;
    margin: 0 10px;
    background: url("../images/arrow-up.png") no-repeat center;
    background-size: cover;
}

.accordion-row .card-header {
    background: #4b705d;
    font-family: "Gotham-Light", sans-serif;
}

.line-img {
    width: 100%;
    height: 12px;
    margin: 0 auto;
}

.arrow-img {
    width: 22px;
    height: 40px;
    margin: 0 auto;
    margin-top: -25px;
    transform: rotate(270deg);
}

/* rules page */
.header {
    padding: 0;
    margin-top: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header h1 {
    padding: 20px 20px 40px 20px;
    font-family: 'BecksBrush', sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: white;
}

.rules-content {
    padding: 0 40px;
}

.paragraph {
    font-family: 'Gotham-Book', sans-serif;
    font-size: 14px;
    color: white;
}

/* invalid code page content */
.invalid-code {
    top: 50%;
    transform: translateY(-50%);
}

/* winner page */
.prize-container-wrapper {
    padding-bottom: 100px;
}

.prize-image-wrapper {
    width: 350px;
}

/*.products-carousel .slick-list {*/
/*    padding-bottom: 50px !important;*/
/*}*/

/*.slick-slide {*/
/*    user-select: none;*/
/*    border: none;*/
/*    outline: none;*/
/*}*/

/*.slick-slide img {*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    -webkit-transform: scale(.9);*/
/*    -moz-transform: scale(.9);*/
/*    transform: scale(.9);*/
/*}*/

/*.slick-center {*/
/*    pointer-events: none;*/
/*}*/

/*.slick-center a {*/
/*    pointer-events: all;*/
/*}*/

/*.slick-center img {*/
/*    -webkit-transform: scale(1.7);*/
/*    -moz-transform: scale(1.7);*/
/*    transform: scale(1.7);*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    transition: all .3s ease;*/
/*    cursor: default;*/
/*}*/

/*.slick-slide p {*/
/*    display: none;*/
/*}*/

/*.slick-center p {*/
/*    display: block;*/
/*}*/

/*.slick-center a {*/
/*    display: block;*/
/*}*/

.slick-prev {
    position: absolute;
    left: 25px;
    top: 0;
    z-index: 9;
    cursor: pointer;
}

.slick-next {
    position: absolute;
    right: 25px;
    top: 0;
    z-index: 9;
    cursor: pointer;
}

.slick-arrow {
    max-width: 50px;
}

.display-carousel-container {
    width: 75%;
    margin: 0 auto;
}

.display-carousel-container .slick-prev, .display-carousel-container .slick-next {
    max-width: 30px;
}

/*.products-display-carousel .slick-list, .prizes-display-carousel .slick-list {*/
/*    padding: 50px 0 !important;*/
/*}*/

.prizes-display-carousel a:hover, .prizes-display-carousel a:focus {
    border: none;
    outline: none;
    user-select: none;
}


.products-display-carousel .slick-next, .prizes-display-carousel .slick-next {
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
}

.products-display-carousel .slick-prev, .prizes-display-carousel .slick-prev {
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
}

#comanda-online img {
    max-width: 100px;
}

.shops-row {
    max-width: 70%;
    margin: auto;
}

.campaignHoursModal .modal-dialog {
    max-width: 662px;
    background: url("../../assets/images/hours-modal-bg.png") no-repeat;
    font-size: 20px;
    font-family: 'Gotham-Book', sans-serif;
}

.campaignHoursModal .emphasize {
    font-family: 'Gotham-Black', sans-serif;
    color: #ed1c24;
}

.campaignHoursModal span {
    font-family: 'Gotham-Black', sans-serif;
}

.hours-modal-close {
    position: absolute;
    right: 25px;
    top: 30px;
    z-index: 10;
    cursor: pointer;
}

.hours-modal-close span {
    font-family: 'Gotham-Light', sans-serif;
    font-size: 65px;
}

.campaignHoursAgree .radio-label {
    padding-top: 10px;
    font-family: 'Gotham-Light', sans-serif;
}

.campaignHoursModal .marketing-label {
    margin-left: 28px;
}

.campaignHoursModal .marketing-input:checked + label:after {
    content: "X";
    display: block;
    font-family: 'BecksBrush', sans-serif;
    font-size: 28px;
    background: none;
    left: unset;
    top: 9px;
}

.campaignHoursButtons button {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'BecksBrush', sans-serif;
    font-size: 25px;
    border: 0;
    outline: 0;
    border-radius: 15px;
}

.campaignHoursButtons button a {
    color: black;
}

.campaignHoursButtons .dismiss-modal {
    color: white;
    background: #ed1c24;
    pointer-events: all;
}

.campaignHoursButtons .dismiss-modal.disabled {
    background: #464646;
    color: #878787;
    pointer-events: none;
}
.casutapop{
    margin-top: -25px;
    z-index: 9999;
    background-color: white;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 10px;
}
#inscrieCod .modal-content{
    border:10px solid white;
    border-radius:10px;
    background-color: #07351d;
}
#inscrieCod .modal-dialog{
    padding-top:100px;
    max-width: 410px;
}
#inscrieCod .modal-body{
    padding: 0px;
    margin-top: -40px;
    margin-left:-10px;
    margin-right:-10px;
}
.textpop{
    padding-top:30px;
    font-family: "Gotham-Medium";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size:16px;
    text-align: center;
    text-transform: uppercase;
    color:black;

}
.style-input {
    width: 100%;
    height: 30px;
    border: 1px solid #dedede;
    border-radius:5px;
    background-color: #f4f4f4;
    padding: 15px;
    outline: none;
    margin-top:10px;
    FONT-SIZE:16PX;
}

.text-highlight {
    font-family: 'Gotham-Bold', sans-serif;
    color: #b10f35;
    background: white;
    font-size: 22px;
    line-height: 1px;
    padding-left: 10px;
    width: 72%;
}

/* media queries */
@media screen and (min-width: 1200px){
    .text-highlight {
        width: 60%;
    }
}

@media screen and (max-width: 992px){
    .text-highlight {
        width: 82%;
        font-size: 18px;
    }
}

@media screen and (max-width: 768px){
    .text-highlight {
        width: 80%;
        line-height: 20px;
    }
}

@media screen and (min-width: 768px) {

    .sign-up-btn-red {
        width: 506px;
    }

    .display-carousel-container {
        width: 50%;
        margin: 0 auto;
    }

    .display-carousel-container .slick-prev, .display-carousel-container .slick-next {
        max-width: 40px;
    }

    .carousel-container, .products-carousel-container {
        height: 100%;
        max-width: 80%;
        margin: 0 auto;
    }

    /*.prizes-carousel .slick-list {*/
    /*    padding: 50px 0 !important;*/
    /*}*/
    /*.products-display-carousel .slick-list, .prizes-display-carousel .slick-list {*/
    /*    padding: 80px 0 !important;*/
    /*}*/
    .header {
        padding: 40px;
        background-size: contain;
    }

    .btn-choose {
        width: 390px;
        bottom: -100px;
        padding: 10px 0;
    }

    .page-title {
        /*font-size: 120px;*/
        /*line-height: 115px;*/
        font-size: 70px;
        line-height: 65px;
    }

    .page-description {
        font-size: 19px;
    }

    .large-text {
        font-family: 'BecksBrush', sans-serif;
        color: #0FA069;
        font-size: 76px !important;
        line-height: 62px !important;
    }

    .stayhometitle {
        font-size: 58px !important;
    }

    .prize-description {
        margin-top: 125px;
    }

    .step-title {
        font-size: 42px;
        line-height: 40px;
    }

    .btn-submit {
        width: 300px;
        height: auto;
        background-size: contain;
    }

    .prizes-carousel .slick-next, .products-carousel .slick-next {
        max-width: 75px;
        right: 110px;
    }

    .products-carousel .slick-next, .products-carousel .slick-prev {
        top: 100px;
    }

    .prizes-carousel .slick-prev, .products-carousel .slick-prev {
        max-width: 75px;
        left: 110px;
    }


    .products-display-carousel .slick-next, .prizes-display-carousel .slick-next {
        right: -60px;
        top: 50%;
        transform: translateY(-50%);
    }

    .products-display-carousel .slick-prev, .prizes-display-carousel .slick-prev {
        left: -60px;
        top: 50%;
        transform: translateY(-50%);
    }
}

/*@media screen and (min-width: 992px) {*/
/*    .prizes-carousel .slick-list {*/
/*        padding: 100px 0 50px 0 !important;*/
/*    }*/

/*    !*.step-description {*!*/
/*    !*    max-width: 90%;*!*/
/*    !*    margin: 20px auto;*!*/
/*    !*}*!*/

/*    .products-carousel .slick-list {*/
/*        padding: 175px 0 100px 0 !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*    .btn-choose {*/
/*        width: 275px;*/
/*    }*/

/*    .prizes-carousel .slick-list {*/
/*        padding: 50px 0 !important;*/
/*    }*/

/*    .products-carousel .slick-list {*/
/*        padding: 75px 0 !important;*/
/*    }*/

/*    .products-carousel .slick-next, .products-carousel .slick-prev {*/
/*        top: 25px;*/
/*    }*/

/*    !*.slick-list {*!*/
/*    !*    padding: 100px 0 !important;*!*/
/*    !*}*!*/
/*}*/

.prizes-carousel, .products-carousel, .prizes-display-carousel, .products-display-carousel {
    overflow: hidden;
}

.item:nth-of-type(n+1) {
    display: none;
}

.prizes-carousel.slick-initialized, .products-carousel.slick-initialized, .prizes-display-carousel.slick-initialized, .products-display-carousel.slick-initialized {
    overflow: visible;
}

.slick-initialized,
.item:first-child {
    display: block;
}

/*@media screen and (min-width: 500px) and (max-width: 992px) {*/
/*    .products-carousel .slick-list {*/
/*        padding: 75px 0 !important;*/
/*    }*/
/*}*/

.bottom-section-title {
    margin-top: 175px;
}

.temp-text {
    max-width: 50%;
    margin: auto;
    font-size: 23px
}

.kv-container-temp {
    background-size: 22% !important;
}

.prizes-img {
    display: block;
    margin-top: 50px;
}

.not-yet {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error-message {
    color: red;
    font-size: 12px;
    line-height: 20px;
}

.mechanics {
    list-style-type: none;
}

.mechanics li {
    padding: 5px 0;
}

.mechanics .number {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #1F7E4E;
}

.channel-mechanic {
    padding-left: 10px;
}

.channel-disclaimer {
    line-height: 20px;
}

.play-btn {
    cursor: pointer;
}

.custom-input-file {
    display: none;
}

.file-input-label {
    display: flex;
    align-items: center;
    padding-left: 10px;
    width: 100%;
    height: 39px;
    background: white;
    color: black;
    border-radius: 15px;
    cursor: pointer;
    border: 1px solid white;
}

.file-input-label:hover, .file-input-label:focus, .file-input-label:active {
    border: 1px solid #0FA069;
}

.upload-icon {
    position: absolute;
    width: 24px;
    right: 17px;
    top: 3px;
    cursor: pointer;
    background: white;
    pointer-events: none;
}

/*#castigatori {*/
/*    margin-top: 300px;*/
/*}*/

#castigatori .modal-content {
    background: linear-gradient(to bottom, #1a1a1a 0%, #1b3628 25%, #1b3628 100%) !important;
}

#castigatori .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: white;
}

@media screen and (max-width: 990px) {
    .age-page-bottom {
        position: relative;
    }

    .top-content {
        padding-bottom: 200px !important;
    }

    #premii {
        margin-top: -150px !important;
    }

    .bottom-wrapper {
        background: none;
    }

    .consumer-warning {
        font-size: 12px;
    }

    .channel-disclaimer {
        padding-bottom: 100px !important;
    }

    .video-section-title {
        line-height: 10px !important;
    }

    .tm {
        font-size: 36px !important;
        top: -10px !important;
    }

    .play-btn {
        width: 45px;
    }

    .bottom-section-title {
        margin-top: 0;
    }

    .products-carousel {
        height: 275px !important;
    }

    .swiper-wrapper {
        padding-bottom: 50px;
    }

    .swiper-scrollbar {
        width: 80% !important;
        margin: auto;
        bottom: 35px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .products-carousel-container .swiper-slide img {
        max-height: 275px;
        margin: auto;
    }

    p {
        font-size: 14px;
        line-height: 22px;
    }

    .navbar {
        height: 50px;
    }

    .navbar-toggler {
        width: 40px;
        padding: 0;
    }

    .navbar-toggler-icon {
        width: 20px;
        margin: auto;
    }

    .logo {
        max-width: 80px;
    }

    .text-logo {
        font-size: 15px;
    }

    .page-title {
        font-size: 60px;
        line-height: 48px;
    }

    .page-subtitle {
        font-size: 25px;
    }

    .secondary-title {
        font-size: 30px;
    }

    .bubble-mobile {
        border-radius: 50%;
        width: 130px;
        animation: pulse 2s infinite;
    }

    .step-description {
        margin-top: 20px;
    }

    .sign-up-btn {
        font-size: 18px;
        height: 40px;
        padding: 2px 0;
    }

    .main-sign-up-btn {
        width: 100% !important;
    }

    .button-row {
        transition: all .2s ease;
    }

    .button-row.fixed {
        position: fixed;
        bottom: 0;
        z-index: 99;
        background: #07371e;
    }

    .button-row.fixed .sign-up-btn {
        width: 90% !important;
        margin: auto;
        left: 20px;
        right: 20px;
    }

    .smaller {
        font-size: 30%;
    }

    #universul-becks iframe {
        width: 95%;
        height: 200px;
    }

    .disclaimer {
        margin-top: 0;
        padding-right: 0;
    }

    .disclaimer p {
        font-size: 10px;
    }

    .partners-row {
        width: 100%;
    }

    .bottom-container {
        padding-top: 20px;
        background: url('../images/bg-overlay-comandaonline-m.png') no-repeat;
        background-size: unset;
        margin-top: -40px;
        background-position: -100px -60px;;
    }

    #campanii-magazine {
        margin-top: -200px;
    }

    .nav-link {
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .sign-up-form {
        width: 50%;
    }

    .form-input {
        width: 75%;
    }

    .sign-up-form label {
        margin-bottom: 0;
        font-size: 14px;
    }

    .form-page-bottom, .page-bottom {
        height: 250px;
        background-position: center 0;
        z-index: 0;
        background-size: 210%;
    }

    .back-btn {
        width: 100% !important;
    }

    .sign-up-btn {
        width: 50% !important;
    }

    .main-sign-up-btn {
        width: 100% !important;
    }

    .winner-list-description {
        font-size: 20px;
    }

    .shops-row {
        max-width: 100%;
        margin: auto;
    }

    #comanda-online img {
        max-width: 65px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        background: white !important;
        opacity: 1 !important;
        width: 15px;
        height: 15px;
        border-radius: 50%;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: #ed1c24 !important;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:focus {
        border: none;
        outline: none;
    }

    .modal-body {
        padding: 0;
    }

    .contact-form-holder label {
        font-size: 12px;
    }
}

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

    .consumer-img {
        max-width: 100%;
    }

    /*#castigatori {*/
    /*    margin-top: 200px;*/
    /*}*/

    #clock {
        font-size: 18px;
    }

    .popover {
        width: 300px;
        max-width: 300px !important;
        top: -70px !important;
        left: 0 !important;
    }

    .popover-header {
        width: 300px;
    }

    .popover-body {
        width: 300px;
        background: white;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .temp-text {
        max-width: 80%;
        font-size: 12px;
        margin: unset;
    }

    .campaignHoursModal .modal-dialog {
        background-size: cover;
        background-position: center;
    }

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

    .sign-up-form {
        width: 90%;
    }

    .main-container {
        min-height: calc(100vh - 50px);
        margin-top: 50px;
    }

    body {
        background-image: url("../../assets/images/bg-nou-mobile.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .kv-container {
        padding-bottom: 0;
    }

    .top-content {
        background: url("../../assets/images/sticla-desktop.png") no-repeat;
        background-size: 265%;
        background-position: 60% 45px;
        margin-top: 0;
        padding-top: 80px;
        /*padding-bottom: 50px;*/
    }

    .top-content-temp {
        background: url("../../assets/images/main-bottle.png") no-repeat !important;
        background-size: 65% !important;
        background-position: 150px 0 !important;
        padding-bottom: 200px;
    }

    .main-title-temp {
        margin-top: 25px !important;
    }

    /*.step-description-container {*/
    /*    margin-top: 50px;*/
    /*}*/

    .page-title {
        font-size: 50px;
        line-height: 45px;
    }

    .page-subtitle {
        font-size: 18px;
        margin-bottom: 0;
    }

    #campanii-magazine {
        padding-top: 0;
        background: url("../images/blackness.png") no-repeat;
        background-size: cover;
        background-position: -150px;
    }

    #campanii-magazine .secondary-title {
        padding-top: 75px;
    }

    .sign-up-btn {
        padding: 8px;
        width: 90% !important;
        /*height: 90px;*/
    }

    #campaignModal {
        background: rgba(0, 0, 0, .7);
    }

    .modal-dialog {
        max-width: 100%;
    }

    .modal-close {
        position: absolute;
        top: 15px;
        left: 15px;
        right: 0;
        z-index: 100;
    }

    .modal-close span {
        font-size: 45px;
        font-family: 'Gotham-Light', sans-serif;
    }

    .smaller {
        font-size: 50%;
        line-height: 14px;
    }

    .main-sign-up-btn {
        width: 100%;
        margin: auto;
    }

    .prizes-img {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
    /*.kv-container {*/
    /*    background-size: 50%;*/
    /*    background-position: 90% 100px;*/
    /*}*/

    .main-sign-up-btn {
        width: 80% !important;
        padding: 8px;
    }

    .bubble-mobile {
        width: 150px;
        margin-left: 100px;
    }
}

@media screen and (max-width: 320px) {
    .bubble-mobile {
        width: 100px;
    }
}

@media screen and (max-width: 1199px) {
    #premii {
        margin-top: 0;
    }

    .steps-img {
        max-width: 45%;
    }
}
@media screen and (min-width: 992px ) and (max-width: 1199px) {
    .kv-container-temp {
        background-size: 30% !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .kv-container-temp {
        background-size: 48% !important;
        background-position: 100% 100px !important;
    }

    .bottom-container {
        background-position: top center;
        background-size: 105%;
    }

    .main-title {
        font-size: 75px;
        line-height: 60px;
    }

    #startelement p {
        font-size: 20px;
    }

    .bubble-mobile {
        width: 175px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    /*.kv-container {*/
    /*    padding-bottom: 100px;*/
    /*    background-repeat: no-repeat;*/
    /*    background-size: 33%;*/
    /*    background-position: 83% 100px;*/
    /*}*/

    .kv-container-temp {
        background-size: 23%;
    }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
    .shops-row {
        max-width: 80%;
        margin: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .shops-row {
        max-width: 100%;
        margin: auto;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 161, 77, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 161, 77, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 161, 77, 0);
    }
}

::-moz-selection { /* Code for Firefox */
    background: #0FA069;
}

::selection {
    background: #0FA069;
}

#onetrust-consent-sdk p,  #onetrust-consent-sdk h3, #onetrust-consent-sdk button {
    font-family: 'Gotham-Book', sans-serif !important;
}

#onetrust-consent-sdk h2 {
    font-family: 'Gotham-Book', sans-serif !important;
}

.ot-pc-logo {
    background-image: url('../../assets/images/logo.png') !important;
}

.ot-always-active {
    color: #0FA069 !important;
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before {
    background-color:  #0FA069 !important;
}

#onetrust-pc-sdk .ot-switch {
    border: none !important;
    outline: none !important;
}

.ot-floating-button__front, .ot-floating-button__back {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .ot-pc-logo {
        width: 30% !important;
    }

    #ot-pc-title {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 768px) {
    .prizes-img {
        max-width: 50%;
        margin: auto;
    }
}

