@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);

@media screen {

    /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
    * {
        box-sizing: border-box
    }

    html {
        line-height: 1.15;
        -webkit-text-size-adjust: 100%
    }

    body {
        margin: 0;
    }

    main {
        display: block
    }

    h1 {
        font-size: 3em;
        margin: .67em 0;
        text-transform: uppercase;
    }

    hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible
    }

    pre {
        font-family: monospace, monospace;
        font-size: 1em
    }

    abbr[title] {
        border-bottom: none;
        text-decoration: underline;
        text-decoration: underline dotted
    }

    b,
    strong {
        font-weight: bolder
    }

    code,
    kbd,
    samp {
        font-family: monospace, monospace;
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline
    }

    sub {
        bottom: 7px;
        padding: 0 2px
    }

    sup {
        top: -.5em
    }

    img {
        border-style: none
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        font-family: inherit;
        font-size: 100%;
        line-height: 1.15;
        margin: 0
    }

    button,
    input {
        overflow: visible
    }

    button,
    select {
        text-transform: none
    }

    [type=button],
    [type=reset],
    [type=submit],
    button {
        -webkit-appearance: button
    }

    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring,
    button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

    fieldset {
        padding: .35em .75em .625em
    }

    legend {
        box-sizing: border-box;
        color: inherit;
        display: table;
        max-width: 100%;
        padding: 0;
        white-space: normal
    }

    progress {
        vertical-align: baseline
    }

    textarea {
        overflow: auto
    }

    [type=checkbox],
    [type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    [type=number]::-webkit-inner-spin-button,
    [type=number]::-webkit-outer-spin-button {
        height: auto
    }

    [type=search] {
        -webkit-appearance: textfield;
        outline-offset: -2px
    }

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit
    }

    details {
        display: block
    }

    summary {
        display: list-item
    }

    [hidden],
    template {
        display: none
    }
}

:root {
    --gp-textColor: #111;
    --gp-mainColor: #e5004b;
    --gp-mainColorHover: #efaf24;
    --gp-mainColor2: #604f47;
    --gp-mainColor2Opacity: #604f476b;
    --gp-mainColor2Opacity2: rgba(96, 79, 71, .582);
    --gp-boxShadowWhite: 0px 6px 30px 0px rgba(35, 48, 61, .1)
}

body,
html {
    height: 100%
}

button,
input,
textarea {
    outline: none
}

* {
    box-sizing: border-box
}

.clearfix {
    clear: both
}

.clearfix:after {
    content: "";
    clear: both;
    display: table
}

body {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--gp-textColor);
    background-color: #fff;
    overflow-x: hidden
}

body.hidden {
    overflow: hidden
}

a {
    color: #ffffff;
    text-decoration: none
}

p {
    font-size: 14px;
    margin-top: 5px !important;
    font-weight: 600;
}

a:hover {
    color: var(--gp-mainColorHover)
}

ol {
    padding-left: 20px;
}

ul {
    margin: 0;
    padding: 0
}

.discountpage__bg {
    background: url(https://service.avon.ua/mas/page/offers/imgbg.jpg) no-repeat 50%;
    width: 100%;
    background-size: cover;
    padding: 15px
}

.wrapper {
    padding: 0 5%
}

.form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
    width: 100%;
}

.subscription-form {
    display: flex;
    width: 100%;
    max-width: 500px;
    background-color: white;
}

.subscription-form input[type="email"] {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-right: none;
    font-size: 16px;
    outline: none;
    background-color: white;
    color: #333;
}

.subscription-form input::placeholder {
    color: #999;
}

.subscription-form button {
    padding: 12px 20px;
    background-color: black;
    color: white;
    border: 1px solid black;
    border-left: none;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}

.subscription-form button:hover {
    background-color: #333333;
}

.subscription-form button:active {
    background-color: #555555;
}

.products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    font-weight: 500;
    padding: 24px;
}

.product {
    width: 300px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    border-radius: 8px;
    padding-bottom: 16px;
    background: #fff;
    text-align: center;
}

.products .product img {
    width: 100%;
}

.products .product__title {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.products .product__description {
    text-align: center;
    font-size: 14px;
    padding: 0 12px;
}

.products .product a {
    font-size: 14px;
}

.new-cta-primary-black {
    display: inline-block;
    /* ← НЕ block */
    margin-top: 12px;
    text-align: center;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: background-color 0.3s ease;

    text-align: center; }
.discountpage__frame {
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, .4);
    -webkit-border-top-left-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-bottomright: 100px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px
}

.wrapp {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 250px
}

.discountpage__title {
    font-weight: 900;
    font-size: 68px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    line-height: normal
}

.discountpage__title div {
    font-weight: 400;
    font-size: 35px
}

.discountpage__title .dd-span1 {
    font-weight: 900
}

.discountpage__title .dd-span2 {
    font-style: normal;
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    margin: 7px 0 0;
    line-height: 1.4
}

.discountpage__time {
    position: absolute;
    bottom: -35px;
    left: 0;
    padding: 15px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: var(--gp-boxShadowWhite)
}


.discountpage__time-di {
    color: var(--gp-mainColor2Opacity);
    font-size: 12px
}

.discountpage__time-die {
    color: var(--gp-mainColor2);
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 7px 0 0
}

.discountpage__time-die span {
    color: var(--gp-mainColor2Opacity)
}

.wrapps {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px
}


.gift-products {
    margin: 30px 0 70px;
    display: flex;
    gap: 10px;
    overflow-x: auto
}

.gift-banner-gift-1 {
    width: 100vw;
    height: 70vh;
    background-image: url('https://service.avon.ua/landing/summerguide/img/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.gift-banner-gift {
    padding: 40px 0;
    display: gird;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.container {
    display: flex;
    /* Встановлюємо контейнеру властивість flex */
    justify-content: space-between;
    /* Розміщуємо колонки рівномірно з рівними проміжками */
    max-width: 1170px;
    margin: 0 auto;
}

.container-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    text-align: center;
    /* Центруємо текст в середині контейнера */
}

.column {
    padding: 10px;
    /* Додайте відступи або падінг за потребою */
    text-align: center;
    /* Вирівнюємо текст по центру в колонках */
    max-width: 100%;
    position: relative;
    display: inline-block;
}

.column img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.column a:hover img {
    transform: scale(1.1); /* збільшує картинку при наведенні */
}

.gift-banner-gift img {
    width: 100%
}

.gift-banner-image {
    width: 100%;
    height: auto;
}

.gift-banner-title-img-mobile {
    display: none;
}

.gift-banner-gift-badge-1 {
    position: absolute;
    bottom: 50px;
    right: 50px;
    background: #fff;
    border-radius: 150px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 36px 0 rgba(0, 0, 0, .06)
}

.gift-banner-gift-badge-1 div {
    font-size: 30px;
    font-weight: 600
}

.gift-banner-title-img {
    max-width: 400px;
    transform: translate(0, 40%);
    margin-bottom: 70px;
}

.gift-banner-title-img img {
    width: 600px;
}


.gift-banner-title-te-big {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto; /* можна також використовувати іншу висоту, яка вам потрібна */
    text-align: center;
}

.gift-banner-title-te-big div:nth-child(2) {
    font-weight: 400;
    color: white;
    font-size: 25px;
}



.gift-banner-title-te-min {
    font-size: 16px;
    font-weight: 300;
    margin: 10px 0 10px;
    line-height: 1.4;
    color: #ffffffc7
}

.gift-banner-title-te-min-1 {
    font-size: 12px;
    font-weight: 500;
    margin: 45px 0 0;
    line-height: 1.4;
    color: #604f47c7;
}

.full-width-background {
    padding: 40px 20px;
    background-image: url(https://service.avon.ua/landing/summerguide/img/bg_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 50vh;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.full-width-background .content-wrapper {
    max-width: 1170px;
    width: 100%;
}

.full-width-background p {
    font-size: 16px;
    /* адаптивний розмір */
    font-weight: 400;
    color: #fff;
    margin: 0 auto;
    font-style: normal;
    line-height: 1.4;
    word-wrap: break-word; }

.full-width-background img {
    max-width: 100%;
    margin: 0, auto;
}

.gift-container-rules-list {
    margin: 30px 0 0;
    display: flex;
    justify-content: space-between;
    gap: 15px
}

.final {
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.final p {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    font-style: normal;
    margin-top: 10px;
    text-align: center;
}

.gift-container-final {
    margin: 80px 0 0
}

.gift-container-video {
    border-top: 1px solid #604f4730;
    margin: 50px 0 0
}

.gift-container-rules-item-text {
    line-height: 1.5;
    font-size: 16px;
}

.text p1 {
    font-size: 18px;
    align-items: center;
    color: #000000;
    font-style: normal !important;
    font-weight: 500 !important;
    text-decoration-line: line-through !important;
}
.text p {
    font-size: 16px;
    align-items: center;
    color: #000000;
    font-style: normal !important;
    font-weight: 500 !important;
}
.caption h1 {
    margin-top: 50%;
    height: 200px;
    font-size: 18px;
    align-items: center;
}
.column:hover .caption {
    opacity: 1;
}

.gift-container-rules-item-circle {
    background: #fff;
    border: 1px solid #604f4730;
    border-radius: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    font-weight: 600;
    font-size: 18px;
    flex: none
}

.gift-container-rules-item {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    max-width: 350px;
}

.gift-container-final-bg,
.gift-container-video-video {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.gift-container-flex {
    display: flex;
    justify-content: space-around;
    margin: 50px 0;
}

.gift-container-video-video {
    margin: 30px 0 0;
    font-size: 20px;
    font-weight: 500
}

.gift-container-subtitle {
    font-size: 20px;
    font-weight: 700
}

.gift-container-descr {
    font-size: 25px;
    font-weight: 500;
    margin: 20px 0 0;
}

.gift-container-item {
    font-size: 16px;
    line-height: 2;
}

.gift-container-final-bg-date {
    font-size: 35px;
    font-weight: 700
}

.gift-container-final-bg-text {
    margin: 10px 0 0;
    line-height: 1.4
}

.gift-container-texts {
    font-size: 12px;
    color: var(--gp-mainColor2Opacity2);
    display: flex;
    flex-direction: column;
    gap: 20px;
    line-height: 1.4;
    margin: 30px 0 0;
    margin-bottom: 30px;
}

.gift-container-texts a {
    color: var(--gp-mainColor2);
    padding: 3px 5px;
    border-bottom: 1px solid var(--gp-mainColor2);
}

.gift-container-texts a:hover {
    color: #FF986C;
    border: none;
}

.gift-container-title {
    font-size: 20px;
}

.gift-container-title-message {
    /* margin: 10px 0 0; */
    color: #111;
    font-size: 16px;
    line-height: 1.4;
    width: 60%;
}

.gift-container-title-img {
    width: 40%;
}

.gift-container-title-img img {
    max-width: 400px;
    border-radius: 30px;
}

.gift-container-title-message span {
    font-weight: 600;
    font-size: 20px
}

/* .gift-container-title-message div {
    margin: 20px 0 0
} */

.gift-container-button {
    margin: 50px 0 50px;
    display: flex;
    justify-content: center;
    gap: 40px;
    text-align: center;

}

.gift-container-button a {
    text-transform: uppercase;
    width: 300px;
    padding: 20px 10px;
    background-color: #111;
    border-radius: 5px;

}

.gift-container-button a:hover {
    background: #FF986C;
    color: #fff;
}

.last-banner {
    justify-content: center;
    display: flex;
    align-items: center;
}

.last-banner img {
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
}

.subscription-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
    animation: fadeIn 0.5s ease-in-out;
}

.checkmark {
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.disclaimer-text {
    margin-top: 8px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    } }

@media screen and (max-width:1080px) {
    .full-width-background p {
        font-weight: 500;
        color: #fff;
        max-width: 900px;
        font-style: normal;
        font-size: 80%;
        margin: 10px;
    }
}

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


    .container {
        display: grid;
        /* Встановлюємо контейнеру властивість flex */
        max-width: 1170px;
        margin: 0 auto;
    }


    .gift-container-title-message p {
        font-size: 16px
    }

    .gift-banner-title-img {
        transform: translate(25%, 40%);
    }

    .gift-banner-text {
        max-width: 100%;
        text-align: center;
        margin: 50px 0 0
    }

    .gift-banner-image {
        max-width: 60%
    }

    .gift-container-title-img img {
        max-width: 330px;
    }

    .gift-banner-title-img-mobile img {
        margin-top: 30px;
    }

    .gift-container-rules-item {
        width: calc(50% - 10px)
    }

    .gift-container,
    .gift-container-final {
        margin: 50px 0 0
    }
}

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

    .gift-banner-gift {
        margin: 0 0 30px;
        display: grid;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .gift-banner-image {
        max-width: 100%;
        position: relative;
    }

    .gift-container-rules-item {
        width: 100%
    }

    .container {
        display: grid;
        /* Встановлюємо контейнеру властивість flex */
        max-width: 1170px;
        margin: 0 auto;
        justify-content: center
    }

    .gift-container-button {
        margin: 50px 0 50px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
        text-align: center;

    }

    .gift-container-button a {
        text-transform: uppercase;
        width: 300px;
        padding: 20px 10px;
        background-color: #111
    }

    .gift-container-button a:hover {
        background: #FF986C;
        color: #fff;
    }

    .gift-container-video {
        display: none;
    }

    .gift-container-video-mobile {
        display: block;
    }

    .gift-container-rules-list {
        margin: 40px 0 0;
        justify-content: center;
        gap: 25px;
        flex-wrap: wrap;
    }

    .gift-container-flex {
        margin: 40px 0;
        flex-direction: column;
        align-items: center;
    }

    .gift-container-title-message {
        width: 100%;
        text-align: center;
    }

    .gift-container-descr {
        font-size: 20px;
    }

    .gift-container-title-img {
        width: 100%;
        text-align: center;
    }

    .gift-container-title {
        text-align: center;
    }

    .gift-banner-title-img-mobile {
        display: block;
    }

    .gift-banner-title-img-mobile img {
        margin-top: 30px;
    }

    .gift-banner-title-img {
        display: none;
    }

}

@media screen and (max-width:605px) {
    .gift-banner-title-te-big {
        font-size: 30px;
    }


    .gift-banner-title-img {
        transform: translate(15%, 40%);
    }

    .gift-container-final-bg {
        height: auto
    }

    .gift-banner-title-te-min {
        font-size: 12px;
    }

    .gift-banner-image {
        max-width: 100%;
    }

    .gift-banner-image {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .gift-container-final {
        margin: 50px 0
    }

    .gift-container-title {
        font-size: 29px
    }

    .gift-banner-title-img-mobile {
        display: block;
    }

    .gift-banner-title-img-mobile img {
        margin-top: 30px;
    }

    .gift-banner-title-img {
        display: none;
    }



}

@media (max-width: 480px) {
    .gift-banner-title-te-big {
        padding: 0 16px;
        /* відступи, щоб контент не злипався */
    }

    .subscription-form {
        flex-direction: column;
        gap: 8px;
    }

    .subscription-form input[type="email"],
    .subscription-form button {
        width: 100%;
        box-sizing: border-box;
    } }

@media screen and (max-width:375px) {
    .gift-banner-title-te-big {
        font-size: 36px;
    }

    .gift-banner-title-img {
        transform: translate(0%, 60%);
    }

    .gift-container-title-img img {
        max-width: 300px;
    }

    .gift-banner-title-img-mobile {
        display: block;
    }

    .gift-banner-title-img {
        display: none;
    }

    .gift-banner-title-img img {
        margin-bottom: 20px;
    }
}