@font-face {
    font-family: "Heineken Serif 18 Bold";
    src: url("https://db.onlinewebfonts.com/t/9b0605939d189c3e4db28df388105564.eot");
    src: url("https://db.onlinewebfonts.com/t/9b0605939d189c3e4db28df388105564.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/9b0605939d189c3e4db28df388105564.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/9b0605939d189c3e4db28df388105564.woff") format("woff"), url("https://db.onlinewebfonts.com/t/9b0605939d189c3e4db28df388105564.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/9b0605939d189c3e4db28df388105564.svg#Heineken Serif 18 Bold") format("svg")
}

.font-size-16m,
.font-size-34 {
    font-family: Montserrat, sans-serif
}

.section-form form input,
textarea {
    margin: 8px 0;
    appearance: none;
    box-shadow: none;
    background-color: #fff;
    outline: 0
}

.page-violet-theme .section-form textarea {
    max-height: 60px;
}

.page-template-page-competition,
.rule__list {
    overflow: hidden
}

/* .page-template-page-competition .section-baner-full-width {
    padding-bottom: 122px
} */

.label-image,
.page-template-page-competition .section-baner-full-width__image {
    width: 100%
}

.page-template-page-competition .full-width input,
.page-template-page-competition .full-width label {
    max-width: 100%;
    width: 100%
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../Montserrat-Regular.ttf') format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local(''), url('../Montserrat-Semibold.ttf') format('truetype')
}

@font-face {
    font-family: lato;
    font-style: normal;
    font-weight: 500;
    src: url('../Lato-Medium.eot');
    src: local(''), url('../Lato-Medium.woff2') format('woff2'), url('../Lato-Medium.woff') format('woff'), url('../Lato-Medium.ttf') format('truetype')
}

@font-face {
    font-family: lato;
    font-style: normal;
    font-weight: 900;
    src: url('../Lato-Black.eot');
    src: local(''), url('../Lato-Black.woff2') format('woff2'), url('../Lato-Black.woff') format('woff'), url('../Lato-Black.ttf') format('truetype')
}

.col-2 {
    width: 18.66666667%
}

.col-xs-6 {
    width: 52%
}

.col-md-10 {
    width: 83.33333333%
}

.mx-auto {
    margin: 0 auto
}

.fw-900 {
    font-weight: 900 !important
}

.font-size-16m {
    font-size: 1.25rem;
    font-weight: 600
}

.font-size-34 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 2.5rem
}

.page-violet-theme .font-size-34 {
    color: #D40165 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 900 !important;
}

.section-baner-hero {
    background-color: #d10a11;
    padding: 233px 0 139px;
    margin-bottom: 68px
}

.section-baner-hero h1 {
    font-size: 2.875rem;
    font-family: lato-heavy, sans-serif;
    margin: 0
}

.section-baner-hero p {
    font-size: 1.625rem;
    line-height: 2rem;
    letter-spacing: 0;
    font-family: Montserrat, sans-serif;
    margin: 17px 0;
    max-width: 583px
}

.section-products {
    margin-bottom: 42px;
    position: relative;
    z-index: 9
}

.section-products::after {
    content: url("../bg_products.png");
    position: absolute;
    right: -15%;
    top: 6%;
    z-index: -1
}

.products__category {
    justify-content: center;
    margin: 3px auto 0;
    display: flex;
    flex-wrap: wrap
}

.products__category li {
    font-size: .875rem;
    font-family: lato, sans-serif;
    font-weight: 500;
    border: 1px solid #fc0;
    border-radius: 49px;
    height: 35px;
    cursor: pointer;
    transition: .2s;
    margin: 8px 10px;
    padding: 2px 26px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.products__category li.active,
.products__category li:hover {
    background-color: #fc0;
    border: 1px solid #fc0;
    color: #d10a11
}

.products__wrapper {
    margin-top: 86px
}

.products__wrapper-item--show {
    display: flex
}

#file-upload,
.products__wrapper-item--hide,
.section-form .codedropz-upload-handler h6,
.section-form .codedropz-upload-handler span,
.section-form .dnd-upload-image,
.section-form form .wpcf7-acceptance label input {
    display: none
}

.products__wrapper div {
    margin-bottom: 107px
}

.products__wrapper img {
    margin-bottom: 33px;
    max-height: 343px;
    object-fit: cover
}

@media (max-width:1025px) {
    .section-products::after {
        content: url("../m-bg_products.svg");
        top: 26%;
        right: 0
    }

    .products__wrapper {
        margin-top: 69px
    }

    .products__wrapper div {
        margin-bottom: 11px
    }

    .products__wrapper img {
        margin-bottom: 32px
    }
}

.slider-products .slick-slider__arrow {
    top: 38.2%;
    position: absolute;
    z-index: 99
}

.slider-products .slick-slider__arrow--prev {
    left: 0
}

.slider-products .slick-slider__arrow--prev::before {
    content: url("../arrow-left.svg")
}

.slider-products .slick-slider__arrow--next {
    right: 0
}

.slider-products .slick-slider__arrow--next::before {
    content: url("../arrow-right.svg")
}

.section-rules {
    margin-bottom: 170px
}

@media (min-width:401px) {
    .page-template-page-competition .section-baner-full-width__image-mobile {
        display: none
    }

    .section-rules::before {
        content: url("../bg_rules.svg");
        position: absolute;
        z-index: -1;
        top: 31%;
        left: 45%;
        transform: translate(-52%, -50%)
    }
}

.rule__wrapper {
    margin: 60px 0 0px
}

@media (max-width:992px) {
    .font-size-34 {
        font-size: 2rem;
        margin-bottom: 35px !important;
    }

    .section-baner-hero {
        padding: 45px 0 51px;
        margin-bottom: 8px
    }

    .section-baner-hero h1 {
        font-size: 2rem;
        line-height: 2.375rem
    }

    .section-baner-hero p {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin: 22px 58px 0 0
    }

    .section-rules {
        margin-bottom: 122px;
        margin-top: 75px;
    }

    .rule__wrapper {
        margin: 30px 0 30px
    }
}

.rule__wrapper:nth-child(2n)>div {
    justify-content: space-between
}

.rule__wrapper:nth-child(2n) .rule__description {
    order: -1
}

.rule__wrapper:nth-child(odd) .rule__description {
    margin-left: 11.7%
}

.rule__wrapper h3 {
    margin-bottom: 25px
}

.rule__wrapper p {
    letter-spacing: 0;
    line-height: 1.375rem
}

@media (min-width:769px) {
    .d-md-none {
        display: none
    }
}

.section-new-shops {
    margin-bottom: 180px
}

@media (max-width:1024px) {
    .section-new-shops {
        margin-bottom: 45px
    }
}

.section-new-shops .new-shop-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px 16px;
    margin-top: 62px
}

.section-new-shops .new-shop-grid__single:nth-child(2n) {
    margin-top: 30px;
    max-height: 410px
}

.section-locations {
    padding: 133px 0 101px
}

@media (min-width:992px) {
    .px-lg-0 {
        padding: 0
    }

    .d-lg-none {
        display: none
    }

    .d-lg-block {
        display: block !important
    }

    .section-locations p {
        max-width: 444px;
        font-size: 1.4375rem;
        line-height: 1.75rem;
        letter-spacing: 0;
    }

    .section-locations img {
        margin-top: 27px;
        max-height: 448px;
        border-radius: 10px;
    }

    .section-locations .button {
        padding: 10px 24px;
        border-radius: 10px !important;
        text-transform: none;
        height: 45px;
        margin-top: 8px;
        display: inline-block;
    }

    .section-locations h2 {
        max-width: 75%;
        line-height: 2.5625rem;
        font-weight: 700;
        font-family: "Montserrat";
    }
}

@media (max-width:991px) {
    .section-locations {
        padding-top: 54px;
    }

    .section-locations p {
        margin: 20px 0;
        max-width: 100%
    }

    .section-locations img {
        margin-top: 24px;
        min-height: 294px;
        object-fit: cover;
        border-radius: 10px;
    }

    .section-locations .button {
        height: 45px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 243px;
        font-size: 1rem;
        text-transform: none;
    }

    .section-locations h2 {
        line-height: 1.8125rem;
        text-align: center;
        margin: 0 auto;
        font-weight: 700;
        font-family: Montserrat
    }
}

.popmake-content p,
.section-form-sms .font-center p {
    line-height: 1.5rem;
    font-size: 1rem
}

.section-form .codedropz-btn-wrap,
.section-form .codedropz-upload-container,
.section-form .codedropz-upload-inner {
    height: 100%;
    width: 100%;
    padding: 0 !important
}

@media (min-width:992px) {
    .section-form {
        margin-bottom: 150px;
    }
}

.section-form .codedropz-upload-handler {
    border: 2px dashed #d10a11;
    height: 161px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-top: 12px
}

.page-violet-theme .section-form .codedropz-upload-handler {
    border: 2px dashed #801DB3 !important;
}

.section-form .codedropz-upload-handler a {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    width: 100%;
    height: 100%;
    display: block;
    padding: 65px
}

.section-form .dnd-upload-details {
    width: 100% !important;
    padding-left: 0 !important;
    margin-top: 10px
}

.section-form .dnd-upload-details span {
    font-size: .875rem;
    color: #000
}

.section-form .dnd-upload-details .dnd-progress-bar span {
    background: #d10a11 !important;
    color: #000 !important
}

.page-violet-theme.section-form .dnd-upload-details .dnd-progress-bar span {
    background: #801DB3 !important;
}

.section-form form {
    margin-top: 15px;
    position: relative
}

.section-form form label {
    font-weight: 700;
    font-size: 1rem
}

.section-form form label.label-text span::after {
    content: "";
    background: url("../icon-user.svg");
    width: 24px;
    height: 24px;
    position: absolute;
    right: 14px;
    top: 19px
}

.section-form form label.label-email span::after {
    content: "";
    background: url("../icon-email.svg");
    width: 24px;
    height: 24px;
    position: absolute;
    right: 14px;
    top: 19px
}

.page-violet-theme .section-form form label.label-text span::after {
    background: url("../icon-user-violet.svg") !important;
}

.page-violet-theme .section-form form label.label-email span::after {
    background: url("../icon-email-violet.svg") !important;
}

.page-violet-theme .section-form form label.label-phone span::after {
    background: url("../icon-phone-violet.svg") no-repeat !important;
}

.section-form form label span {
    display: block
}

.section-form form input {
    border: 1px solid #acacac;
    font-size: 1rem;
    border-radius: 4px;
    height: 44px;
    padding: 0 10px;
    font-weight: 700;
    max-width: 380px
}

@media (max-width:1700px) {
    .section-form form label {
        width: 100%
    }

    .section-form form input {
        max-width: 100%;
        width: 100%;
        margin: 8px 0 9px
    }
}

.section-form form input[type=submit] {
    background-color: #d10a11;
    color: #fff;
    border-radius: 10px;
    height: 45px;
    width: 183px;
    border: none;
    font-size: 1rem;
    font-weight: 700;
    margin: 33px auto 0;
    display: block;
    cursor: pointer;
    transition: .2s
}

.section-form form input[type=submit]:hover {
    background-color: #fff;
    color: #d10a11;
    border: 1px solid #d10a11
}


.page-violet-theme .section-form form input[type=submit] {
    background-color: #801DB3 !important;
}

.page-violet-theme .section-form form input[type=submit]:hover {
    color: #801DB3 !important;
    border: 1px solid #801DB3 !important;
    background: transparent !important;
}

.section-form form input:-webkit-autofill,
.section-form form input:-webkit-autofill:focus {
    transition: background-color 600000s, color 600000s
}

.section-form form p {
    text-align: right;
    font-size: .875rem;
    font-style: italic;
    margin: 3px 0
}

.section-form form .wpcf7-acceptance label {
    font-weight: 400;
    font-size: .875rem;
    display: block;
    margin-bottom: 9px;
    margin-left: 52px;
    margin-top: 7px;
    line-height: 1.25rem
}

.section-form form .wpcf7-acceptance label a {
    color: #000;
    text-decoration: underline
}

.section-form form .wpcf7-acceptance .wpcf7-list-item,
.section-form form .wpcf7-response-output {
    margin: 10px 0 !important
}

.section-form form .wpcf7-acceptance label .wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    display: block
}

.section-form form .wpcf7-acceptance label .wpcf7-list-item-label::before {
    content: "";
    appearance: none;
    border: 2px solid #d10a11;
    background-color: transparent;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    margin-left: -36px;
    top: 7px;
    left: -15px
}

.page-violet-theme .section-form form .wpcf7-acceptance label .wpcf7-list-item-label::before {
    border: 2px solid #801DB3 !important;

}

.section-form form .wpcf7-acceptance label input:checked+.wpcf7-list-item-label::after {
    content: url("../check.svg");
    display: block;
    position: absolute;
    top: 11px;
    left: -49px
}

.page-violet-theme .section-form form .wpcf7-acceptance label input:checked+.wpcf7-list-item-label::after {
    content: url("../check-yellow.svg") !important;
}

.section-form form .wpcf7-acceptance label input:checked+.wpcf7-list-item-label::before {
    background-color: #d10a11;
    border: 1px solid #d10a11
}

.page-violet-theme .section-form form .wpcf7-acceptance label input:checked+.wpcf7-list-item-label::before {
    background-color: #801DB3 !important;
    border: 1px solid #801DB3 !important;
}

#form-file-output,
.section-form form .wpcf7-not-valid-tip,
.section-form form .wpcf7-response-output {
    font-size: .875rem
}

.page-violet-theme .section-form .wpcf7-response-output {
    border: 1px solid #801DB3 !important;
}

.section-form--blur {
    filter: blur(10px)
}

.popmake {
    padding: 87px 24px 84px !important;
    max-width: 904px !important
}

.popmake::after {
    content: url("../icon-popup-right.svg");
    position: absolute;
    right: 0;
    bottom: -3px
}

.popmake::before {
    content: url("../icon-popup-left.svg");
    position: absolute;
    left: 0;
    top: 0
}

.popmake-content .btn-close,
.popmake-content h2 {
    text-transform: uppercase;
    font-weight: 700
}

.popmake-content h2 {
    color: #d10a11;
    font-size: 2.125rem;
    max-width: 64%;
    margin: 0 auto;
    position: relative;
    left: 23px
}

@media (max-width:768px) {
    .section-form form input[type=submit] {
        margin: 48px auto 0
    }

    .d-md-block {
        display: none
    }

    .popmake-content h2 {
        font-size: 1.5rem
    }
}

.popmake-content h2::before {
    content: url("../icon-success.png");
    position: absolute;
    left: -16px;
    top: 0
}

@media (max-width:810px) {
    .popmake-content h2::before {
        left: 16px
    }
}

.popmake-content .btn-close {
    font-size: 1rem;
    background-color: #d10a11;
    color: #fff;
    height: 43px;
    border-radius: 50px;
    padding: 0 93px;
    font-family: lato-heavy, sans-serif;
    margin-top: 39px
}

.popmake-close:not(.btn-close) {
    top: 22px !important;
    right: 22px !important
}

.popmake-close:not(.btn-close)::after {
    content: url("../icon-close.svg");
    position: absolute;
    right: 0;
    top: 0
}

.section-form-sms {
    background: url('../bg_form-sms.png') right 35% bottom 40% no-repeat
}

.section-form-sms form {
    max-width: 441px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.section-form-sms input {
    max-width: 100% !important;
    width: 100%;
    border: 1px solid #d10a11 !important;
    height: 45px !important
}

.section-form-sms input[name=your-name] {
    margin-bottom: 12px
}

.section-form-sms input[type=submit] {
    height: 43px !important
}

.section-form-sms .font-center p {
    font-weight: 700;
    max-width: 542px;
    letter-spacing: 0;
    margin: 33px auto 27px
}

.section-form-sms form .wpcf7-acceptance label {
    line-height: 1.0625rem;
    margin-top: 4px;
    margin-bottom: 5px
}

@media (max-width:391px) {
    .page-template-page-competition .section-baner-full-width {
        padding-bottom: 0
    }

    .page-template-page-competition .section-baner-full-width__image {
        display: none
    }

    .col-2 {
        width: 45%
    }

    .col-md-10 {
        width: 100%
    }

    .section-products {
        margin-bottom: 48px
    }

    .products__category {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        gap: 16px;
        width: 100%;
        justify-content: space-between;
        margin: 0 auto
    }

    .products__category li {
        margin: 0
    }

    .section-rules::before {
        content: url("../m-bg-rules.svg");
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-57%, -51%)
    }

    .rule__wrapper {
        margin: 0px
    }

    .rule__wrapper:nth-child(odd) .rule__description {
        margin-left: 2.7%
    }

    .rule__wrapper h3 {
        font-size: 1.25rem;
        line-height: 1.5rem
    }

    .rule__wrapper img {
        max-height: 130px
    }

    .rule__wrapper p {
        margin-top: 24px
    }

    .section-new-shops .new-shop-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px 0;
        margin-top: 15px
    }

    .section-new-shops .new-shop-grid__single:nth-child(2n) {
        margin-top: 0
    }

    .section-new-shops .font-size-34 {
        font-weight: 900
    }

    .section-form {
        background-position: 50% 73.7%;
        padding: 0 0 24px
    }

    .section-form .codedropz-upload-handler {
        margin-top: 7px
    }

    .section-form form {
        margin-top: 8px
    }

    .section-form form label.label-text span {
        margin-bottom: 6px
    }

    .section-form form .wpcf7-list-item span {
        width: 75vw
    }

    .section-form form .wpcf7-acceptance label {
        margin-bottom: 2px;
        margin-top: 6px
    }

    .section-form form .wpcf7-acceptance label .wpcf7-list-item-label::before {
        top: 10px
    }

    .section-form form .wpcf7-acceptance label input:checked+.wpcf7-list-item-label::after {
        top: 15px
    }

    .section-form .font-size-34 {
        margin-bottom: 0
    }

    .popmake {
        font-size: 1.5rem;
        padding: 190px 24px !important
    }

    .popmake-content h2 {
        max-width: 100%;
        left: 0
    }

    .popmake-content .btn-close {
        padding: 0;
        width: 100%;
        max-width: 350px;
        height: 47px;
        margin-top: 100px
    }

    .section-form-sms input[name=your-name] {
        margin-bottom: 21px
    }

    .section-form-sms input[type=submit] {
        margin: 29px auto 0 !important
    }

    .section-form-sms {
        padding: 142px 0 145px;
        background-position: 50% 62%
    }

    .section-form-sms p {
        line-height: 1.5rem;
        margin-top: 27px
    }

    .section-form-sms .font-center p {
        margin-top: 27px;
        margin-bottom: 16px
    }

    .section-form-sms form {
        margin-top: 9px
    }

    .section-form-sms form .wpcf7-acceptance label {
        margin-top: 0;
        line-height: 1.0625rem;
        margin-left: 39px
    }

    .section-form-sms form label .wpcf7-list-item-label::before {
        left: -4px !important
    }

    .section-form-sms form label input:checked+.wpcf7-list-item-label::after {
        left: -39px !important
    }
}

.form-file,
.wpcf7-not-valid-tip {
    margin-bottom: 10px
}

.section-form .wpcf7-spinner {
    position: absolute !important;
    margin: 0 auto 10px;
    right: 0;
    left: 0;
    bottom: 48px
}

textarea {
    width: 100%;
    padding: 10px;
    font-weight: 700;
    border: 1px solid #acacac;
    font-size: 1rem;
    border-radius: 4px
}

.form-file {
    margin-top: 10px;
    color: #000;
    display: inline-block;
    background: 0 0;
    border: 1px solid #000;
    padding: 6px 10px;
    outline: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 12px !important;
    width: auto !important;
    margin-right: 10px;
    font-weight: 400
}

.rule__list {
    padding: 0 35px 20px;
    max-height: 635px;
    margin-bottom: 0px
}

.rule__list li {
    position: relative;
    padding-top: 10px
}

.rule__list li:not(:last-child)::after {
    content: "";
    height: 1px;
    background: #cbcbcb;
    position: absolute;
    width: 115%;
    bottom: -15px;
    left: -20px
}

@media(min-width:1500px) {
    .page-id-5533 .section-list-bg {
        background: url("../bg_list.png") -1400px no-repeat, -1400px #ddeafb !important
    }
}

@media(max-width:1500px) {
    .page-id-5533 .section-list-bg {
        background: url("../bg_list.png") -1000px no-repeat, -1000px #ddeafb !important
    }
}

@media(max-width:992px) {
    page-id-5533 .section-list-bg {
        background: url("../bg_list.png") no-repeat, #ddeafb !important
    }
}

.page-id-12397 .section-form {
    background: 0 0 !important;
    padding: 0 !important
}

.page-id-12397 form {
    max-width: 737px
}

.form-question {
    margin-top: 35px
}

.form-question>p:not(.required-field) {
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    text-align: left !important;
    font-style: normal !important
}

.required-field {
    color: #8c8a8a;
    font-size: 14px;
    text-align: left !important
}

.form-question p+span {
    font-size: 16px;
    margin-top: 16px;
    display: block;
    font-weight: 700;
}

.section-locations {
    background-color: #fafafa;
}

.page-heineken .section-form {
    background: none !important;
}

.page-heineken .section-form .font-size-34 {
    color: #197931 !important;
    font-family: "Heineken Serif 18 Bold" !important;
    text-transform: none;
    font-weight: 400 !important
}

.wpcf7-email {
    margin-bottom: 14px !important
}

@media(min-width:992px) {
    .rule__list p {
        font-size: 22px
    }
}

.page-meskiegranie .section-form form {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.page-meskiegranie .section-form .label-address input {
    max-width: 100%;
    width: 100%;
}

.page-meskiegranie .section-form {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    position: relative;
    margin-bottom: 63px;
}

@media(min-width:1200px) {
    .page-meskiegranie .section-form {
        top: -90px;
    }
}

@media(max-width:1024px) {
    .page-template-page-competition.page-meskiegranie .section-baner-full-width {
        padding-bottom: 0;
    }

    .page-meskiegranie .wpcf7-list-item label {
        width: auto !important
    }
}

@media(max-width:1024px) {
    .section-form {
        padding: 0 0 24px;
    }

    .wpcf7-list-item-label {
        padding-right: 60px;
    }
}

.flex-md-nowrap {
    flex-wrap: wrap;
}

@media(min-width:768px) {
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
        gap: 20px;
    }
}

input {
    margin-left: 10px;
    margin-right: 10px;
}

.scroll {
    background-color: transparent !important;
}

.scroll-hidden {
    background-color: transparent !important;
}

@media(max-width:394px) {
    .section-baner-full-width__image {
        display: none;
    }
}

.page-cocacola .section-form h2 {
    font-family: "TCCC New Holidays23 Curated";
}