@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: 2em;
        margin: .67em 0
    }

    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: #ea336f;
    --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: var(--gp-mainColor);
    text-decoration: none
}

p {
    font-size: 18px;  
}
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%
}

.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)
}

.p1 {
    font-size: 25px;  
    font-style: italic;
}

.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-container {
    margin: 70px 0 0
}

.gift-container-2 {
    margin: 30px 0 0
}

.gift-container-text1 {
    color: var(--gp-mainColor2);
    font-size: 18px;
    line-height: 1.5
}

.gift-title {
    color: var(--gp-mainColor2);
    font-size: 35px;
    font-weight: 800;
    margin: 40px 0 0
}

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

.gift-products .gift-products-item {
    background: #f7f7f7;
    flex: 1 0 275px;
    border-radius: 10px;
    min-height: 350px
}

.gift-products-item-product {
    background: #fff;
    padding: 25px;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 10px
}

.gift-banner-gift-1 {
    /* background: #d3bdb0; */
    background: -webkit-linear-gradient(318deg, #482e64 39%, #8b81af, #f3e5c6);
    transform: translateY(-17px)
}
.gift-container-video-mobile {
    display: none;
}
.gift-container-video {
    display: block;
}
.gift-banner-gift {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

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

.gift-banner-image {
    max-width: 50%
}
.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 {
    margin: 30px 0 0;
}

.gift-banner-title-te-big {
    font-size: 70px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
}

.gift-banner-title-te-big div:nth-child(2) {
    font-weight: 400
}

.gift-banner-text {
    max-width: 50%
}

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

.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 {
    background-color: #482e64;
    width: 100vw;
    display: flex;
    align-items: center; /* Вирівнюємо елементи по вертикалі */
    justify-content: space-between;
}

.full-width-background p {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin-left: 5%;
}
.full-width-background img {
   max-width: 20%;
}
.gift-container-rules-list {
    margin: 80px 0 0;
    display: flex;
    justify-content: space-between;
    gap: 15px
}

.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
}

.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: #e5004b;
    border: none;
}

.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: left
}

.gift-container-button a {
    background: #111;
    text-align: center;
    width: 200px;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px
}
.gift-container-button a:hover {
    background: #676667;
    color: #fff;
}
.last-banner {
    justify-content: center;
    display: flex;
    align-items: center;
}
.last-banner img {
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width:1080px) {
    .gift-banner-title-te-big {
        font-size: 60px;
    }
    .gift-banner-title-te-min {
        font-size: 14px;
    }
    .wrapps {
        max-width: 1024px;
    }
    .gift-container-video-mobile {
        display: none;
    }
}

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

    .gift-banner-gift {
        flex-direction: column
    }

    .full-width-background {
        background-color: #482e64;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .full-width-background p {
        color: #eee;
        font-size: 16px;
    }
    .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-container-rules-item {
        width: 100%
    }
    .gift-container-button {
        margin: 20px 0 30px;
        display: flex;
        justify-content: center;
    }

    .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: 50px;
    }
    .full-width-background img {
        display: none;
    }
    .full-width-background p {
        color: #eee;
        font-size: 16px;
        text-align: center;
    }
    .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 screen and (max-width:375px) {
    .gift-banner-title-te-big {
        font-size: 40px;
    }
    .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;
    }
}