/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Lexend Deca', sans-serif;
}

header {
    height: 108px;
    padding: 18px;
    border-bottom: 1px solid #EAF2FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    background: #F3F9FF;
}

.footer-wrapper {
    margin: 0 auto;
    max-width: 1400px;
    padding: 38px 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

main {
    flex-grow: 1;
    padding-bottom: 48px;
}

.top-section-wrapper {
    width: 100%;
    max-width: 1400px;
    padding: 48px 15px 25px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.top-section-wrapper .top-section-left {
    width: 49.5%;
}

.top-section-wrapper .top-section-right {
    width: 49.5%;
    background: url("../images/sales-bg.jpg") no-repeat center center / cover;
    border-radius: 20px;
    padding: 44px 65px 55px;
}

.top-section-right-sale {
    background: linear-gradient(191.92deg, rgba(139, 129, 255, 0.2) 7.79%, rgba(0, 79, 255, 0.2) 54.59%, rgba(57, 208, 255, 0.2) 97.88%);
    backdrop-filter: blur(8px);
    border-radius: 101px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px 30px;
    border: 5px solid rgba(255, 255, 255, 0.8)
}

.top-section-right-sale img {
    width: 100%;
}

.top-section-right-sale h2 {
    font-weight: 700;
    font-size: 43px;
    line-height: 54px;
    text-align: center;
    background: linear-gradient(180deg, #44C7FF 0%, #3364E7 71.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: -20px;
}

.top-section-right-sale p {
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 29px;
    text-align: center;
    color: #4A67B4;
    padding: 0 20px;
}

.top-section-left .stores-list {
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
}

.top-section-left .stores-list-item {
    width: 32%;
    box-shadow: 0px 4px 6px rgba(179, 179, 179, 0.21);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.top-section-left .stores-list-item:nth-of-type(1) {
    background: url("../images/elipse.png") no-repeat 0 0, url("../images/elipse2.png") no-repeat 100% 100%, #F3F8FF;
}

.top-section-left .stores-list-item:nth-of-type(2) {
    background: url("../images/elipse2-1.png") no-repeat center 100%, url("../images/elipse2-2.png") no-repeat 100% 0%, url("../images/elipse2-3.png") no-repeat 0 88%, #F3F8FF;
}

.top-section-left .stores-list-item:nth-of-type(3) {
    background: url("../images/elipse3-1.png") no-repeat 100% 100%, url("../images/elipse3-2.png") no-repeat 0% 0%, url("../images/elipse3-3.png") no-repeat 100% 0%, #F3F8FF;
}

.top-section-left .stores-list-item .stores-list-item-name {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(10px);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
    color: #262626;
}

.top-section-left .stores-list-item .stores-list-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-section-left .stores-list-item .stores-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.bottom-section-wrapper {
    padding: 30px;
    width: 100%;
    margin: 0 auto;
    max-width: 1370px;
    background: linear-gradient(180deg, #56D5FF 0%, #CFF3FF 100%);
    border-radius: 20px;
}

.bottom-section-list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.bottom-section-list-item {
    width: 33%;
    background: linear-gradient(208.35deg, #FFFFFF 4.02%, rgba(255, 255, 255, 0.52) 110.63%);
    border-radius: 20px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
}

.bottom-section-list-item h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #262626;
    padding: 17px 0 10px;
}

.bottom-section-list-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.bottom-list-item-img {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-section-sale {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bottom-section-sale-left {
    width: 49%;
    background: rgba(255, 255, 255, 0.74);
    border-radius: 20px;
    padding: 20px 16px;
}

.bottom-section-sale-left h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #000000;
    padding-bottom: 10px;
}

.bottom-section-sale-left .label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    color: #FFFFFF;
    background: #FF8D3A;
    border-radius: 54px;
    padding: 10px 16px;
    margin-left: 14px;
    text-decoration: none;
}

.bottom-section-sale-right {
    width: 49%;
}

.bottom-section-sale-right img {
    width: 100%;
}

.bottom-section-sale-list {
    display: flex;
    justify-content: space-between;
}

.bottom-section-sale-item {
    width: 32%;
    position: relative;
    overflow: hidden;
}

.bottom-section-sale-item .stores-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.bottom-section-sale-item img {
    width: 100%;
}

.terms-privacy {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 30px;
}

.terms-privacy a {
    font-size: 15px;
    line-height: 19px;
    color: #262626;
    margin-left: 38px;
    text-decoration: none;
}

.rights {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #262626;
    text-align: right;
}

.btn-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.btn-shop-now {
    width: 247px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1D5BFF;
    border-radius: 18px;
    font-weight: 600;
    font-size: 27px;
    line-height: 34px;
    color: #FFFFFF;
    text-decoration: none;
}

.btn-shop-now:hover {
    background: #1D92FF;
}

.btn-shop-now:focus {
    background: #264FBB;
}

.top-img img {
    width: 100%;
}

.img-1000, .img-480 {
    display: none;
}



@media (max-width: 1000px) {
    main {
        padding-bottom: 20px;
    }

    .img-1000 {
        display: block;
    }

    .img-1920 {
        display: none;
    }

    .top-section-wrapper {
        flex-direction: column;
        padding-top: 20px;
    }

    .top-section-wrapper .top-section-left,
    .top-section-wrapper .top-section-right,
    .bottom-section-sale-left,
    .bottom-section-sale-right {
        width: 100%;
    }

    .top-section-right {
        margin-top: 20px;
    }

    .bottom-section-sale {
        flex-direction: column;
    }

    .bottom-section-sale-right {
        margin-top: 20px;
    }

    .top-section-left .stores-list-item .stores-list-item-name {
        font-weight: 500;
        font-size: 17px;
        line-height: 21px;
    }
}

@media (max-width: 768px) {
    .top-section-wrapper .top-section-right {
        padding: 30px 30px;
    }

    .bottom-section-list-item h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .bottom-section-list-item p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 500px) {
    .bottom-section-sale-left h3 {
        font-size: 20px;
        line-height: 25px;
        display: flex;
        justify-content: space-between;
    }

    .bottom-section-sale-left .label {
        padding: 10px;
        font-size: 15px;
        line-height: 19px;
    }
}

@media (max-width: 480px) {
    .top-section-right-sale {
        padding: 15px;
    }

    .top-section-right-sale h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .bottom-section-list-item h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .top-section-left .stores-list, .bottom-section-list {
        flex-direction: column;
    }

    .top-section-left .stores-list-item, .bottom-section-list-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .terms-privacy {
        justify-content: center;
        padding-top: 20px;
    }

    .terms-privacy a {
        margin: 0 19px;
    }

    .rights {
        text-align: center;
    }

    .bottom-section-sale-list {
        flex-direction: column;
    }

    .bottom-section-sale-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .bottom-section-sale-item .img-desc{
        display: none;
    }
    .bottom-section-sale-item .img-480{
        display: block;
    }
}

@media(max-width:400px){
    .bottom-section-sale-left h3{
        flex-direction: column;
        align-items: flex-start;
    }
    .bottom-section-sale-left .label{
        margin-left:0;
    }
}
