/* size begin */
#windowSize * {
    font-family: "Arial", sans-serif !important;
}

#windowSize {
    position: fixed;
    left: 0px;
    bottom: 120px;
    z-index: 10000;
    background: rgba(0, 0, 0, 1);
    padding: 3px;
    text-align: right;
    font-weight: normal;
}

@media (min-width: 768px) {
    #windowSize {
        bottom: 250px;
    }
}

#windowSize tr {
    border-top: 1px solid #aaa;
}

#windowSize tr:first-of-type {
    border-top: none;
}

#windowSize td {
    font-size: 11px;
    color: #eee;
    margin: 0;
    padding: 0;
    text-align: center;
}

#windowSize td span.hideMe {
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    transition: all 300ms ease;
    padding: 0;
}

#windowSize:hover td span {
    height: auto;
    line-height: 1;
    padding: 2px 0;
}

#windowSize b {
    color: red;
    font-weight: bold;
}

#windowSize p span {
    display: inline-block;
    padding: 0 3px;
    font-weight: bold;
}

#windowSize .ipAddress {
    max-width: 60px;
    word-wrap: break-word;
}
/* size end */

@font-face {
    font-family: "Chivas Priori";
    src: url("../fonts/ChivasPrioriRegular.eot");
    src: url("../fonts/ChivasPrioriRegular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ChivasPrioriRegular.woff2") format("woff2"),
        url("../fonts/ChivasPrioriRegular.woff") format("woff"),
        url("../fonts/ChivasPrioriRegular.ttf") format("truetype"),
        url("../fonts/ChivasPrioriRegular.svg#ChivasPrioriRegular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Chivas Priori";
    src: url("../fonts/ChivasPrioriBold.eot");
    src: url("../fonts/ChivasPrioriBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ChivasPrioriBold.woff2") format("woff2"), url("../fonts/ChivasPrioriBold.woff") format("woff"),
        url("../fonts/ChivasPrioriBold.ttf") format("truetype"),
        url("../fonts/ChivasPrioriBold.svg#ChivasPrioriBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Chivas Priori";
    src: url("../fonts/ChivasPrioriBoldItalic.eot");
    src: url("../fonts/ChivasPrioriBoldItalic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ChivasPrioriBoldItalic.woff2") format("woff2"),
        url("../fonts/ChivasPrioriBoldItalic.woff") format("woff"),
        url("../fonts/ChivasPrioriBoldItalic.ttf") format("truetype"),
        url("../fonts/ChivasPrioriBoldItalic.svg#ChivasPrioriBoldItalic") format("svg");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

html,
body {
    background: #fff;
    color: #1e1c22;
    font-family: "Chivas Priori";
    font-style: normal;
    font-display: swap;
    line-height: 1.3;
    font-size: 18px;
}

p {
    font-size: 20px;
}

.container {
    width: 100%;
    max-width: 1360px;
}

img {
    display: block;
    max-width: 100%;
}

.btn {
    border-radius: 30px;
    padding: 10px 20px 5px;
    font-size: 24px;
    line-height: 1;
    transition: all 300ms ease;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.btn:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
    .btn {
        border-radius: 50px;
        padding: 7px 30px 5px;
        font-size: 24px;
    }
}
@media (min-width: 992px) {
    .btn {
        border-radius: 50px;
        padding: 10px 50px 4px;
        font-size: 28px;
    }
}

.btn-warning {
    background: #f5c60c;
    color: #1e1c22;
}

.header {
    background: rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}
.header .col-logo .logo-wrapper {
    display: block;
    position: relative;
}
.header .logo {
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    padding: 5px;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.75);
    transition: all 300ms ease;
}

.scrolled .header .logo {
    width: 50px;
}

@media (min-width: 576px) {
    .header .logo {
        width: 70%;
        padding: 15px;
    }
    .scrolled .header .logo {
        width: 110px;
    }
}
@media (min-width: 992px) {
    .header .logo {
        width: 100%;
        padding: 15px;
    }
    .scrolled .header .logo {
        width: 110px;
    }
}

.header ul.menu {
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.header ul.menu li {
    display: inline-block;
}

.header ul.menu li a {
    display: block;
    padding: 10px 5px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 300ms ease;
    font-size: 14px;
}
.header ul.menu li a:hover {
    color: #ffcfb7;
}
/*
.header ul.menu li a.current {
    color: #ffcfb7;
} 
*/

@media (min-width: 375px) {
    .header ul.menu li a {
        font-size: 16px;
    }
}
@media (min-width: 430px) {
    .header ul.menu li a {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .header ul.menu li a {
        padding: 10px 15px;
        font-size: 24px;
    }
}

.section {
    margin: 80px 0;
}

.section.headline {
    margin-top: 0;
}
.section.headline.smallHeadline {
    margin-bottom: 40px;
}
.section.wysiwig {
    margin-top: 0px;
}
.section.form {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.section.products {
    margin: 0 !important;
    padding-top: 80px;
    padding-bottom: 50px;
}
.section.map {
    margin-top: 0 !important;
}

.headline {
    color: #fff;
}
.headline h1 {
    font-size: 30px;
    text-align: center;

    font-weight: bold;
    font-style: italic;
}

@media (min-width: 768px) {
    .headline h1 {
        font-size: 30px;
        text-align: left;
    }
}
@media (min-width: 992px) {
    .headline h1 {
        font-size: 64px;
        line-height: 1;
    }
}

.headline h1 strong {
    color: #1e1c22;
}

.headline .bg {
    min-height: 300px;
    max-height: 60vh;
    overflow: hidden;
    display: flex;
    margin-bottom: -100px;
}
.headline .bg img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.headline .details {
    background: url("../img/bg-red-headline-mobile.png") no-repeat center center;
    background-size: cover;
    padding: 80px 0 40px;
    position: relative;
    filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.05));
}

@media (min-width: 768px) {
    .headline .details {
        background: url("../img/bg-red-headline.png") no-repeat center center;
        background-size: 140% 100%;
        padding: 80px 0 40px;
    }
}

.headline .details .col-text {
    margin-top: auto;
    margin-bottom: auto;
}

.headline .details .col-text .arrow {
    max-width: 50%;
    position: relative;
    left: 60%;
    top: -100px;
    margin-bottom: -100px;
    display: none;
}

.headline .details .col-cta .prizes img {
    margin: 10px auto;
    width: 100%;
    max-width: 320px;
}

@media (min-width: 768px) {
    .headline .details .col-cta .prizes img {
        margin: auto;
        max-width: 100%;
    }
    .headline .details .col-text .arrow {
        display: block;
    }

    .headline .details .col-cta .prizes {
        margin-top: -150px;
        margin-bottom: 20px;
    }
    .headline .details .col-cta .actions {
        margin-bottom: -20px;
    }
}
@media (min-width: 992px) {
    .headline .details .col-cta .prizes {
        margin-top: -300px;
        margin-bottom: 30px;
    }
    .headline .details .col-cta .actions {
        margin-bottom: -30px;
    }
}

.headline .details .interval {
    font-size: 16px;
    font-weight: bold;
}

.headline.smallHeadline .bg {
    margin: 0 0 20px 0 !important;
    height: 200px;
    max-height: 200px;
    min-height: 200px;
}

@media (min-width: 992px) {
    .headline.smallHeadline .bg {
        margin: 0 0 50px 0 !important;
        height: 300px;
        max-height: 300px;
        min-height: 300px;
    }
}

.headline.smallHeadline {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.steps {
    text-align: center;
}
.nr {
    margin: 0 auto 10px;
    padding-top: 5px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    border-radius: 100%;
    background: #e71b1d;
    color: #fff;
    display: flex;
    font-weight: bold;
    text-align: center;
    justify-content: center;
}
.nr span {
    margin: auto;
}

.steps .col-step {
    margin: 30px 0;
}

.steps h2 {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}

@media (min-width: 576px) {
    .steps .col-step {
        margin: 0;
    }
    .steps .col-borders {
        position: relative;
    }
    .steps .hasBorders:before,
    .steps .hasBorders:after {
        display: block;
        content: "";
        height: 1px;
        background: #777;
        position: absolute;
        top: 20px;
    }

    .steps .hasBorders:before {
        left: -30%;
        right: 70%;
    }

    .steps .hasBorders:after {
        left: 70%;
        right: -30%;
    }
}
@media (min-width: 768px) {
    .nr {
        margin: 0 auto 20px;
        width: 60px;
        height: 60px;
        font-size: 40px;
        padding-top: 10px;
    }
    .steps .hasBorders:before,
    .steps .hasBorders:after {
        top: 30px;
    }
    .steps h2 {
        font-size: 32px;
    }
}

.steps h2 strong {
    color: #e71b1d;
}

.steps .image {
    margin-bottom: 20px;
}
.steps .image img {
    margin: auto;
}

.form {
    background: url("../img/bg-form.png") no-repeat center top;
    background-size: contain;
    padding-top: 100px !important;
    overflow: hidden;
}

.form .form-wrapper {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

@media (min-width: 768px) {
    .form {
        background: url("../img/bg-form.png") no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        padding-top: 70px !important;
        padding-bottom: 100px !important;
    }
    .form .form-wrapper {
        padding: 60px 30px;
    }
}
.form .text h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    font-weight: 30px;
}
.form .text p {
    margin-bottom: 20px;
}
.form .text p strong {
    font-weight: bold;
}

.form .actions {
    margin-top: 30px;
}

.form label a {
    text-decoration: none;
    color: #e71b1d;
}

.error-message {
    display: inline-block;
    padding: 3px 7px;
    border-radius: 5px;
    background: #333;
    color: #fff;
    font-size: 18px;
    margin-top: 4px;
}
.form .file {
    position: relative;
    padding-top: 2px;
}
.form .file input {
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    position: absolute;
}

.form .file label {
    display: block;
    width: 100%;
    cursor: pointer;
    color: #fff;
    color: rgba(0, 0, 0, 0);
    font-size: 0 !important;
}

.form .file label strong,
.form .file label span {
    color: #1e1c22;
    display: block;
    font-size: 18px;
}
.form .file label span {
    word-break: break-all;
}

.form input,
.form textarea,
.form .file label {
    display: block;
    padding: 7px 10px;
    border: 1px solid #1e1c22;
    border-radius: 5px;
}
.form input,
.form textarea,
.form .file label,
.form .checkbox span {
    font-size: 20px;
}

.products {
    background: #fff url("../img/bg-produse.png") no-repeat left 30%;
    background-attachment: fixed;
    background-size: auto 70%;
    padding: 100px 0 !important;
}

.products .text-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.products .text-wrapper h3 {
    text-transform: uppercase;
    color: #253745;
    font-weight: bold;
    margin-bottom: 20px;
}

.products .col-product {
    margin-bottom: 20px;
}

.product {
    text-align: center;
}
.product .image {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    border-radius: 10px;
}
.product .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: darken;
}

.product .text {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.products .actions {
    text-align: center;
    margin: 40px 0 20px;
}
.products .actions a {
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    color: #253745;
    font-weight: bold;
    padding: 10px 0 5px;
    border-bottom: 2px solid #253745;
    transition: all 300ms ease;
}

.products .actions a:hover {
    color: #e71b1d;
    border-color: #e71b1d;
}

.map .bg {
    background: url("../img/bg-red-map.png") no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    margin: -20px 0;
    position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
    .map .bg {
        background: url("../img/bg-red-map.png") no-repeat center center;
        background-size: 120% 100%;
        padding: 100px 0;
        margin-bottom: -40px;
    }
}

.map .bg .text-wrapper {
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.map .bg .text-wrapper p {
    font-size: 28px;
    line-height: 1;
    margin: 0;
}

.map .bg .text-wrapper p br {
    display: none;
}

@media (min-width: 576px) {
    .map .bg .text-wrapper p br {
        display: block;
    }
}

.map .map-wrapper {
    padding-top: 50%;
    background: url("../img/harta.png") no-repeat center center;
    background-size: cover;
}

@media (orientation: landscape) {
    .map .map-wrapper {
        padding-top: 50%;
    }
}

@media (orientation: portrait) {
    .map .map-wrapper {
        padding-top: 80%;
        background: url("../img/harta.png") no-repeat center center;
        background-size: cover;
    }
}

.footer .logo {
    display: block;
    width: 120px;
    max-width: 50%;
    margin: 20px auto;
}
.footer ul.social {
    text-align: center;
    font-size: 0;
    margin: 0 0 20px 0;
    padding: 0;
}
.footer ul.social li {
    list-style: none;
    display: inline-block;
    margin: 10px;
}
.footer ul.social li a {
    display: block;
}
.footer ul.social li a svg {
    display: block;
    width: 42px;
    height: 42px;
}

.footer .copy {
    text-align: center;
}

.footer ul.menu {
    font-size: 0;
    text-align: center;
    margin: 20px 0;
    padding: 0;
}

.footer ul.menu li {
    margin: 10px;
    display: inline-block;
    color: #1e1c22;
}
.footer ul.menu li a {
    padding: 5px 0;
    font-size: 20px;
    color: #1e1c22;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 300ms ease;
}

.footer ul.menu li a:hover {
    border-color: #777;
}

.footer ul.menu li a.current {
    border-color: #1e1c22;
}

.wysiwig-wrapper {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 15px;
}

@media (min-width: 992px) {
    .wysiwig-wrapper {
        padding: 50px;
    }
}

.wysiwig-wrapper h1 {
    text-align: center;
    margin-bottom: 30px;
}

.has-separator {
    position: relative;
    margin-bottom: 20px;
    position: relative;
}

.has-separator:after {
    display: block;
    content: "";
    width: 100px;
    height: 2px;
    margin: 20px auto 0;
    background: #253745;
    opacity: 0.18;
}

.dates {
    background: #fbfbfb;
    padding: 15px;
}
@media (min-width: 992px) {
    .dates {
        padding: 30px;
    }
}
.dates .title {
    font-weight: bold;
    margin: 10px 0;
}

.dates strong {
    /* color: #e71b1d; */
}

.dates .img-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.dates .img-wrapper .text {
    font-size: 20px;
    line-height: 1;
    width: 100%;
    margin: auto 0;
}

.dates .img-wrapper img {
    display: block;
    min-width: 20%;
    margin: auto 15px auto 0;
}

@media (min-width: 1200px) {
    .dates .img-wrapper img {
        min-width: 34%;
        margin: auto 5px auto 0;
    }
    .dates .img-wrapper .text {
        font-size: 16px;
    }
}

.dates .img-wrapper b {
    display: block;
    margin-bottom: 3px;
}

.products .dates .text-wrapper {
    text-align: left;
    margin: 20px 0 0;
}

.dates .col-date {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .dates .col-date {
        margin-bottom: 0;
    }
    .dates > .row > div {
        padding: 0 10px;
    }

    .dates .date .row > div {
        padding: 3px 5px;
        margin: auto 0;
    }

    .dates .date {
        display: flex;
        flex-direction: column;
        /* height: 100%; */
        min-height: 365px;
    }
    .dates .date .nr-wrapper {
        padding: 30px 0;
    }
    .dates .date .nr {
        margin: 0;
        position: relative;
        z-index: 3;
    }
    .dates .date .nr-wrapper {
        order: 1;
        position: relative;
        margin-top: 245px;
    }

    .dates .date .image,
    .dates .date .text-wrapper {
        /* height: 100%;
        min-height: 33%; */
    }
    .dates .date .image {
        order: 3;
        margin-bottom: 0;
    }
    .dates .date .text-wrapper {
        order: 2;
        margin-top: auto;
    }

    .dates > .row > div:nth-child(2n + 1) .image {
        order: 2;
        margin-top: 0;
    }
    .dates > .row > div:nth-child(2n + 1) .text-wrapper {
        order: 1;
        margin-top: auto;
        margin-bottom: 0;
    }
    .dates > .row > div:nth-child(2n + 1) .nr-wrapper {
        order: 3;
        margin-top: 0;
    }

    .dates .date .nr-wrapper:after {
        display: block;
        content: "";
        height: 2px;
        left: 0;
        width: calc(100% + 24px);
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        background: #e71b1d;
        z-index: 1;
    }

    .dates .col-date:last-of-type .nr-wrapper:after {
        display: none;
    }
}

.inputWrapper {
    position: relative;
}

.inputWrapper .bon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    padding: 3px;
}

.inputWrapper .bon button {
    display: block;
    background: #253745;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    border: none;
    border-radius: 100%;
    transition: all 300ms ease;
}

.inputWrapper .bon .img {
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    max-width: 90vw;
    opacity: 0;
    border: 0px solid #253745;
    transition: all 300ms ease;
    margin-top: 10px;
    /* overflow: hidden; */
    z-index: 20;
    background: #fff;
}
.inputWrapper .bon .img img {
    border-radius: 10px;
    display: block;
    width: 100%;
}

.inputWrapper .bon .img:before {
    content: "";
    display: block;
    border: 0px solid transparent;
    border-bottom-color: #253745;
    width: 20px;
    position: absolute;
    bottom: 100%;
    right: 90%;
    transition: all 300ms ease;
}

.inputWrapper .bon button:hover,
.inputWrapper .bon button:focus {
    background: #e71b1d;
}
.inputWrapper .bon button:hover + .img,
.inputWrapper .bon button:focus + .img {
    opacity: 1;
    width: 300px;
    border: 2px solid #253745;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.inputWrapper .bon button:hover + .img:before,
.inputWrapper .bon button:focus + .img:before {
    border: 10px solid transparent;
    border-bottom-color: #253745;
    right: 15px;
}

.winners h4 {
    font-weight: bold;
    text-align: center;
}
.winners ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
.winners ul li {
    margin: 5px;
    padding: 0 5px 4px;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
}

.winners ul li .number {
    font-weight: bold;
    font-size: 16px;
}

.winners ul li:last-of-type {
    border: none;
}
.winners ul.list-columns-2 {
    columns: 2;
}
.winners ul.list-columns-3 {
    columns: 3;
}

.winners .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
